From 7c0004bfa08cb9403b79e68e39b591e5cc0c0400 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 9 Mar 2026 16:47:06 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/17167 Signed-off-by: Daniel <845765@qq.com> --- app/src/plugin/platformUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/plugin/platformUtils.ts b/app/src/plugin/platformUtils.ts index f16f2257f..18771548b 100644 --- a/app/src/plugin/platformUtils.ts +++ b/app/src/plugin/platformUtils.ts @@ -25,7 +25,7 @@ export interface ISendNotificationOptions { title?: string, body?: string, delayInSeconds?: number, - timeoutType?: "default" | "never" + timeoutType?: "default" | "never" // 该参数仅在桌面端有效 } export const sendNotification = (options: ISendNotificationOptions): Promise => { @@ -40,7 +40,7 @@ export const sendNotification = (options: ISendNotificationOptions): Promise