添加豆瓣用户字段并更新账号绑定标题

This commit is contained in:
jxxghp
2025-01-20 18:25:28 +08:00
parent c183158ffe
commit 4112214c1f
2 changed files with 13 additions and 2 deletions

View File

@@ -362,7 +362,7 @@ onMounted(() => {
</VCol>
</VRow>
<VDivider class="my-10">
<span>消息账号绑定</span>
<span>账号绑定</span>
</VDivider>
<VRow>
<VCol cols="12" md="6">
@@ -395,6 +395,9 @@ onMounted(() => {
label="SynologyChat用户"
/>
</VCol>
<VCol cols="12" md="6">
<VTextField v-model="userForm.settings.douban_userid" density="comfortable" clearable label="豆瓣用户" />
</VCol>
</VRow>
</VForm>
</VCardText>

View File

@@ -334,7 +334,7 @@ watch(
</VRow>
<VDivider class="my-10">
<span>消息账号绑定</span>
<span>账号绑定</span>
</VDivider>
<VRow>
@@ -378,6 +378,14 @@ watch(
label="SynologyChat用户"
/>
</VCol>
<VCol cols="12" md="6">
<VTextField
v-model="accountInfo.settings.douban_userid"
density="comfortable"
clearable
label="豆瓣用户"
/>
</VCol>
</VRow>
<VRow>
<!-- 👉 Form Actions -->