mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
fix: 完善 AI 日报详情状态与解析容错
This commit is contained in:
@@ -95,6 +95,18 @@ export interface GroupReportExportResult {
|
||||
htmlPath?: string
|
||||
pngPath?: string
|
||||
imageDataUrl?: string
|
||||
exportTimings?: {
|
||||
html?: {
|
||||
startedAt: string
|
||||
endedAt: string
|
||||
duration: number
|
||||
}
|
||||
png?: {
|
||||
startedAt: string
|
||||
endedAt: string
|
||||
duration: number
|
||||
}
|
||||
}
|
||||
warnings?: string[]
|
||||
error?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user