feat: update version

This commit is contained in:
shinya
2025-07-28 00:49:32 +08:00
parent f901f6a12f
commit 3487ec826d
3 changed files with 3 additions and 2 deletions

View File

@@ -6,5 +6,6 @@ pnpm gen:version
# 自动添加修改的版本文件
git add src/lib/version.ts
git add VERSION.txt
npx lint-staged

View File

@@ -1 +1 @@
20250728004740
20250728004933

View File

@@ -2,7 +2,7 @@
'use client';
const CURRENT_VERSION = '20250728004845';
const CURRENT_VERSION = '20250728004933';
// 远程版本检查URL配置
const VERSION_CHECK_URLS = [