mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-18 20:19:09 +08:00
chore: 添加应用诊断日志
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type AppLogLevel = 'info' | 'warn' | 'error'
|
||||
|
||||
export interface AppLogEntry {
|
||||
level: AppLogLevel
|
||||
scope: string
|
||||
message: string
|
||||
details?: Record<string, unknown>
|
||||
}
|
||||
Reference in New Issue
Block a user