From 628bcdd90a2d5c9203aded754fcbec8462005ee3 Mon Sep 17 00:00:00 2001 From: cc <98377878+hicccc77@users.noreply.github.com> Date: Wed, 20 May 2026 23:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA=E9=A1=B5?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/electron.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/electron.d.ts b/src/types/electron.d.ts index 2c8807a..fbf5826 100644 --- a/src/types/electron.d.ts +++ b/src/types/electron.d.ts @@ -402,7 +402,7 @@ export interface ElectronAPI { } error?: string }> - getSessionMessageCounts: (sessionIds: string[]) => Promise<{ + getSessionMessageCounts: (sessionIds: string[], options?: { preferHintCache?: boolean; bypassSessionCache?: boolean }) => Promise<{ success: boolean counts?: Record error?: string