mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
Improve /menu (#12547)
* / 菜单 * 优先显示快捷键,其次显示键盘输入 * heading * 空格 * html * html * 更新 index.ts * b3-menu__accelerator 嵌套了
This commit is contained in:
parent
a258db3d72
commit
08858050e3
4 changed files with 77 additions and 17 deletions
1
app/src/types/protyle.d.ts
vendored
1
app/src/types/protyle.d.ts
vendored
|
|
@ -370,6 +370,7 @@ interface IPreviewActionCustom {
|
|||
}
|
||||
|
||||
interface IHintData {
|
||||
id?: string;
|
||||
html: string;
|
||||
value: string;
|
||||
filter?: string[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue