From 3487ec826d2b34771b993d5be3d8424a01c5f3ca Mon Sep 17 00:00:00 2001 From: shinya Date: Mon, 28 Jul 2025 00:49:32 +0800 Subject: [PATCH] feat: update version --- .husky/pre-commit | 1 + VERSION.txt | 2 +- src/lib/version.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index b244197..74bd7d6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -6,5 +6,6 @@ pnpm gen:version # 自动添加修改的版本文件 git add src/lib/version.ts +git add VERSION.txt npx lint-staged \ No newline at end of file diff --git a/VERSION.txt b/VERSION.txt index c004e9c..f6a91f1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250728004740 \ No newline at end of file +20250728004933 \ No newline at end of file diff --git a/src/lib/version.ts b/src/lib/version.ts index 3854ea6..95c019d 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -2,7 +2,7 @@ 'use client'; -const CURRENT_VERSION = '20250728004845'; +const CURRENT_VERSION = '20250728004933'; // 远程版本检查URL配置 const VERSION_CHECK_URLS = [