This commit is contained in:
Zyronon
2025-11-20 01:25:16 +08:00
parent 84ea2154a0
commit f8246c3255
16 changed files with 372 additions and 260 deletions

View File

@@ -239,3 +239,9 @@ export enum CodeType {
ChangePhoneNew = 4,
ChangePhoneOld = 5
}
export enum ImportStatus {
Idle = 0,
Success = 1,
Fail = 2
}