mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 11:07:29 +08:00
fix logs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user