build: 更新版本号到 20250904151930

- 使用 generate-version.js 脚本生成新版本号
- 同步更新 src/lib/version.ts 和 VERSION.txt
- 确保前端显示正确的版本信息
- 触发 Docker 镜像重新构建
This commit is contained in:
katelya
2025-09-04 15:19:50 +08:00
parent fb47b3d358
commit 07a68b01a4
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
'use client';
const CURRENT_VERSION = '20250903203337';
const CURRENT_VERSION = '20250904151930';
// 版本检查结果枚举
export enum UpdateStatus {