--添加测试模块

This commit is contained in:
2025-10-13 11:53:54 +08:00
parent c3c93fe308
commit e1326c7ce8
146 changed files with 11171 additions and 807 deletions

1
types/store.d.ts vendored
View File

@ -9,6 +9,7 @@ export interface LockInfo {
pwd?: string | undefined;
// Is it locked?
isLock?: boolean;
msg?: string;
}
// Error-log information