图标改成项目内置

This commit is contained in:
eoao
2025-09-24 00:22:00 +08:00
parent 86fddf4a5d
commit 172f34dfe3
11 changed files with 625 additions and 27 deletions

View File

@@ -669,7 +669,7 @@ defineOptions({
name: 'sys-setting'
})
const currentVersion = 'v2.0.0'
const currentVersion = 'v2.1.0'
const hasUpdate = ref(false)
let getUpdateErrorCount = 1;
const {t, locale} = useI18n();