mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-28 03:39:46 +08:00
用户设置页面新增discord id设置
This commit is contained in:
@@ -410,6 +410,15 @@ watch(
|
||||
prepend-inner-icon="mdi-slack"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VTextField
|
||||
v-model="accountInfo.settings.discord_userid"
|
||||
density="comfortable"
|
||||
clearable
|
||||
:label="t('profile.discordUser')"
|
||||
prepend-inner-icon="mdi-discord"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VTextField
|
||||
v-model="accountInfo.settings.vocechat_userid"
|
||||
|
||||
Reference in New Issue
Block a user