This commit is contained in:
lpf
2026-03-03 10:36:53 +08:00
parent 35b0ad1bfd
commit bd93c12edc
30 changed files with 1311 additions and 262 deletions

View File

@@ -25,7 +25,9 @@ export type Lang = 'en' | 'zh';
export type LogEntry = {
time: string;
level: string;
code?: number;
msg: string;
message?: string;
[key: string]: any;
};