Improve /menu (#12547)

* / 菜单

* 优先显示快捷键,其次显示键盘输入

* heading

* 空格

* html

* html

* 更新 index.ts

* b3-menu__accelerator 嵌套了
This commit is contained in:
Jeffrey Chen 2024-09-23 08:43:49 +08:00 committed by GitHub
parent a258db3d72
commit 08858050e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 77 additions and 17 deletions

View file

@ -370,6 +370,7 @@ interface IPreviewActionCustom {
}
interface IHintData {
id?: string;
html: string;
value: string;
filter?: string[]