fix: 修复版本号导入 Vite serving allow list 错误

This commit is contained in:
CHE LIANG ZHAO
2026-01-26 16:22:27 +08:00
parent 61d26fc971
commit ab9aab7beb
2 changed files with 6 additions and 3 deletions

3
web/src/lib/version.ts Normal file
View File

@@ -0,0 +1,3 @@
// 版本号配置
// 更新版本时需要手动修改此文件
export const VERSION = '1.3.0';