mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 17:07:35 +08:00
背景壁纸增加自定义API,优化输入提示
This commit is contained in:
@@ -427,7 +427,7 @@ onDeactivated(() => {
|
||||
<VTextField
|
||||
v-model="SystemSettings.Basic.CUSTOMIZE_WALLPAPER_API_URL"
|
||||
:label="t('setting.system.customizeWallpaperApi')"
|
||||
:hint="t('setting.system.customizeWallpaperApi')"
|
||||
:hint="t('setting.system.customizeWallpaperApiHint')"
|
||||
:placeholder="t('setting.system.customizeWallpaperApi')"
|
||||
persistent-hint
|
||||
:rules="[v => !!v || t('setting.system.customizeWallpaperApiRequired')]"
|
||||
|
||||
Reference in New Issue
Block a user