fix: version

This commit is contained in:
shinya
2025-07-28 10:51:36 +08:00
parent 935cf35dc2
commit 8f03bbfde4
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
20250728012011 20250728105125

View File

@@ -2,7 +2,7 @@
'use client'; 'use client';
const CURRENT_VERSION = '20250728012011'; const CURRENT_VERSION = '20250728105125';
// 版本检查结果枚举 // 版本检查结果枚举
export enum UpdateStatus { export enum UpdateStatus {