From 815e5b07115d9d641cbfb30a2e900a7be6413679 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 1 Mar 2026 09:52:01 +0800 Subject: [PATCH] :art: Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114 Signed-off-by: Daniel <845765@qq.com> --- app/src/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index f682403f9..48b56a78a 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -255,6 +255,7 @@ interface Window { getScreenWidthPx(): number exit(): void setWebViewFocusable(enable: boolean): void + sendNotification(title: string, body: string): void }; JSHarmony: { showKeyboard(): void