背景壁纸增加自定义API,优化输入提示

This commit is contained in:
qiaoyun680
2025-05-14 20:52:10 +08:00
parent c257e11ee3
commit f22aca0c5d
4 changed files with 5 additions and 1 deletions

View File

@@ -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')]"