feat(version): 添加版本更新检测功能

添加 version-polling 依赖并实现版本更新检测功能
移除旧的 CheckUpdates 组件,改用新的版本检测方案
This commit is contained in:
dap
2026-01-14 17:20:01 +08:00
parent 56c8c3db9a
commit 0ef6eb2502
4 changed files with 71 additions and 3 deletions

View File

@@ -52,6 +52,7 @@
"pinia": "catalog:",
"tinymce": "7.9.1",
"unplugin-vue-components": "^0.27.3",
"version-polling": "^1.3.3",
"vue": "catalog:",
"vue-router": "catalog:"
},