mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-26 00:44:07 +01:00
🎨 Improve backward for HarmonyOS https://github.com/siyuan-note/siyuan/issues/13676
This commit is contained in:
parent
7e71b8c921
commit
e9f33724b0
2 changed files with 7 additions and 2 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -199,6 +199,7 @@ interface Window {
|
|||
writeClipboard(text: string): void
|
||||
writeHTMLClipboard(text: string, html: string): void
|
||||
readClipboard(): string
|
||||
returnDesktop(): void
|
||||
}
|
||||
|
||||
Protyle: import("../protyle/method").default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue