jxxghp
2025-09-13 10:18:41 +08:00
parent 57bf0d2021
commit e37bde77a1
5 changed files with 23 additions and 0 deletions
+10
View File
@@ -258,6 +258,16 @@ onMounted(() => {
prepend-inner-icon="mdi-play-network" prepend-inner-icon="mdi-play-network"
/> />
</VCol> </VCol>
<VCol cols="12" md="6">
<VTextField
v-model="mediaServerInfo.config.username"
:label="t('mediaserver.username')"
:hint="t('mediaserver.usernameHint')"
persistent-hint
active
prepend-inner-icon="mdi-account"
/>
</VCol>
<VCol cols="12" md="6"> <VCol cols="12" md="6">
<VTextField <VTextField
v-model="mediaServerInfo.config.apikey" v-model="mediaServerInfo.config.apikey"
+1
View File
@@ -2701,6 +2701,7 @@ export default {
plexToken: 'X-Plex-Token', plexToken: 'X-Plex-Token',
plexTokenHint: 'X-Plex-Token obtained from Plex request URL in browser F12 -> Network', plexTokenHint: 'X-Plex-Token obtained from Plex request URL in browser F12 -> Network',
username: 'Username', username: 'Username',
usernameHint: 'Login username',
password: 'Password', password: 'Password',
syncLibraries: 'Sync Libraries', syncLibraries: 'Sync Libraries',
syncLibrariesHint: 'Only selected libraries will be synchronized', syncLibrariesHint: 'Only selected libraries will be synchronized',
+1
View File
@@ -2669,6 +2669,7 @@ export default {
plexToken: 'X-Plex-Token', plexToken: 'X-Plex-Token',
plexTokenHint: '浏览器F12->网络,从Plex请求URL中获取的X-Plex-Token', plexTokenHint: '浏览器F12->网络,从Plex请求URL中获取的X-Plex-Token',
username: '用户名', username: '用户名',
usernameHint: '登录用户名',
password: '密码', password: '密码',
syncLibraries: '同步媒体库', syncLibraries: '同步媒体库',
syncLibrariesHint: '只有选中的媒体库才会被同步', syncLibrariesHint: '只有选中的媒体库才会被同步',
+1
View File
@@ -2660,6 +2660,7 @@ export default {
passwordRequired: '密碼不能為空', passwordRequired: '密碼不能為空',
plexTokenHint: '瀏覽器F12->網絡,從Plex請求URL中獲取的X-Plex-Token', plexTokenHint: '瀏覽器F12->網絡,從Plex請求URL中獲取的X-Plex-Token',
username: '用戶名', username: '用戶名',
usernameHint: '登錄用戶名',
password: '密碼', password: '密碼',
syncLibraries: '同步媒體庫', syncLibraries: '同步媒體庫',
syncLibrariesHint: '只有選中的媒體庫才會被同步', syncLibrariesHint: '只有選中的媒體庫才會被同步',
@@ -190,6 +190,16 @@ watch(
prepend-inner-icon="mdi-play-network" prepend-inner-icon="mdi-play-network"
/> />
</VCol> </VCol>
<VCol cols="12" md="6">
<VTextField
v-model="wizardData.mediaServer.config.username"
:label="t('mediaserver.username')"
:hint="t('mediaserver.usernameHint')"
persistent-hint
active
prepend-inner-icon="mdi-account"
/>
</VCol>
<VCol cols="12" md="6"> <VCol cols="12" md="6">
<VTextField <VTextField
v-model="wizardData.mediaServer.config.apikey" v-model="wizardData.mediaServer.config.apikey"