mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
🎨 Android 端图片复制 PNG 粘贴问题 https://github.com/siyuan-note/siyuan/issues/5494
This commit is contained in:
parent
4d48e8c613
commit
7399e531e0
3 changed files with 11 additions and 7 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -16,6 +16,7 @@ interface Window {
|
|||
openExternal(url: string): void
|
||||
changeStatusBarColor(color: string, mode: number): void
|
||||
writeClipboard(text: string): void
|
||||
writeImageClipboard(uri: string): void
|
||||
}
|
||||
|
||||
goBack(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue