Update version.ts

main
Katelya 2025-08-31 15:38:16 +08:00 committed by GitHub
parent 5e1b92fe88
commit c7bdf33c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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