添加静态资源

This commit is contained in:
eoao
2025-08-28 22:28:00 +08:00
parent ce09d4ac46
commit 45994c24e3
82 changed files with 153 additions and 150 deletions

View File

@@ -660,7 +660,7 @@ defineOptions({
name: 'sys-setting'
})
const currentVersion = 'v1.8.0'
const currentVersion = 'v1.9.0'
const hasUpdate = ref(false)
let getUpdateErrorCount = 1;
const {t, locale} = useI18n();