🎨 Support sending notifications on Android https://github.com/siyuan-note/siyuan/issues/17114

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-03-01 09:52:01 +08:00
parent a7308d3c4f
commit 815e5b0711
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -255,6 +255,7 @@ interface Window {
getScreenWidthPx(): number
exit(): void
setWebViewFocusable(enable: boolean): void
sendNotification(title: string, body: string): void
};
JSHarmony: {
showKeyboard(): void