mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
移除AccountSettingSite.vue中的USER_AGENT字段
This commit is contained in:
@@ -31,7 +31,6 @@ const siteSetting = ref<any>({
|
|||||||
COOKIECLOUD_KEY: '',
|
COOKIECLOUD_KEY: '',
|
||||||
COOKIECLOUD_PASSWORD: '',
|
COOKIECLOUD_PASSWORD: '',
|
||||||
COOKIECLOUD_INTERVAL: 0,
|
COOKIECLOUD_INTERVAL: 0,
|
||||||
USER_AGENT: '',
|
|
||||||
COOKIECLOUD_ENABLE_LOCAL: false,
|
COOKIECLOUD_ENABLE_LOCAL: false,
|
||||||
COOKIECLOUD_BLACKLIST: '',
|
COOKIECLOUD_BLACKLIST: '',
|
||||||
},
|
},
|
||||||
@@ -190,15 +189,6 @@ onMounted(() => {
|
|||||||
prepend-inner-icon="mdi-block-helper"
|
prepend-inner-icon="mdi-block-helper"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="6">
|
|
||||||
<VTextField
|
|
||||||
v-model="siteSetting.CookieCloud.USER_AGENT"
|
|
||||||
:label="t('setting.site.userAgent')"
|
|
||||||
:hint="t('setting.site.userAgentHint')"
|
|
||||||
persistent-hint
|
|
||||||
prepend-inner-icon="mdi-web"
|
|
||||||
/>
|
|
||||||
</VCol>
|
|
||||||
</VRow>
|
</VRow>
|
||||||
</VForm>
|
</VForm>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|||||||
Reference in New Issue
Block a user