fix: verify password type

This commit is contained in:
shinya
2025-07-28 12:53:18 +08:00
parent 8f03bbfde4
commit 67b6132780
4 changed files with 43 additions and 20 deletions

View File

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