mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
This commit is contained in:
parent
013b06dcce
commit
473df4b185
6 changed files with 35 additions and 7 deletions
9
app/src/types/protyle.d.ts
vendored
9
app/src/types/protyle.d.ts
vendored
|
|
@ -303,15 +303,18 @@ interface IUpload {
|
|||
interface IMenuItem {
|
||||
/** 唯一标示 */
|
||||
name: string;
|
||||
/** 提示 */
|
||||
tip?: string;
|
||||
/** 语言 key */
|
||||
lang?: string;
|
||||
/** svg 图标 */
|
||||
icon?: string;
|
||||
/** 提示 */
|
||||
tip?: string;
|
||||
/** 快捷键 */
|
||||
hotkey?: string;
|
||||
/** 插入编辑器中的后缀 */
|
||||
/** 提示的位置 */
|
||||
tipPosition?: string;
|
||||
|
||||
click?(protyle: import("../protyle").Protyle): void;
|
||||
}
|
||||
|
||||
/** @link https://ld246.com/article/1549638745630#options-preview-markdown */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue