mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
添加豆瓣用户字段并更新账号绑定标题
This commit is contained in:
@@ -362,7 +362,7 @@ onMounted(() => {
|
|||||||
</VCol>
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
<VDivider class="my-10">
|
<VDivider class="my-10">
|
||||||
<span>消息账号绑定</span>
|
<span>账号绑定</span>
|
||||||
</VDivider>
|
</VDivider>
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
@@ -395,6 +395,9 @@ onMounted(() => {
|
|||||||
label="SynologyChat用户"
|
label="SynologyChat用户"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="12" md="6">
|
||||||
|
<VTextField v-model="userForm.settings.douban_userid" density="comfortable" clearable label="豆瓣用户" />
|
||||||
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
</VForm>
|
</VForm>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|||||||
@@ -334,7 +334,7 @@ watch(
|
|||||||
</VRow>
|
</VRow>
|
||||||
|
|
||||||
<VDivider class="my-10">
|
<VDivider class="my-10">
|
||||||
<span>消息账号绑定</span>
|
<span>账号绑定</span>
|
||||||
</VDivider>
|
</VDivider>
|
||||||
|
|
||||||
<VRow>
|
<VRow>
|
||||||
@@ -378,6 +378,14 @@ watch(
|
|||||||
label="SynologyChat用户"
|
label="SynologyChat用户"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="12" md="6">
|
||||||
|
<VTextField
|
||||||
|
v-model="accountInfo.settings.douban_userid"
|
||||||
|
density="comfortable"
|
||||||
|
clearable
|
||||||
|
label="豆瓣用户"
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
</VRow>
|
</VRow>
|
||||||
<VRow>
|
<VRow>
|
||||||
<!-- 👉 Form Actions -->
|
<!-- 👉 Form Actions -->
|
||||||
|
|||||||
Reference in New Issue
Block a user