mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
a58642b0da
commit
c3f651b6c9
3 changed files with 14 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ export abstract class Constants {
|
|||
// drop 事件
|
||||
public static readonly SIYUAN_DROP_FILE: string = "application/siyuan-file";
|
||||
public static readonly SIYUAN_DROP_TAB: string = "application/siyuan-tab";
|
||||
public static readonly SIYUAN_DROP_TABTOWINDOW: string = "application/siyuan-tabtowindow";
|
||||
public static readonly SIYUAN_DROP_EDITOR: string = "application/siyuan-editor";
|
||||
|
||||
// 渲染进程调主进程
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue