Merge branch 'refs/heads/master' into dev

This commit is contained in:
Zyronon
2025-11-14 23:56:44 +08:00
10 changed files with 80 additions and 56 deletions

View File

@@ -66,7 +66,9 @@ async function init() {
setTheme(settingStore.theme)
if (!settingStore.first) {
if (settingStore.first) {
set(APP_VERSION.key,APP_VERSION.version)
}else {
get(APP_VERSION.key).then(r => {
runtimeStore.isNew = r ? (APP_VERSION.version > Number(r)) : true
})