Vanessa 2025-02-21 17:01:14 +08:00
parent e660011019
commit 65198b9a1e

View file

@ -27,6 +27,7 @@ const getHotkeyOrMarker = (hotkey: string, marker: string) => {
} else if (marker) {
return `<span class="b3-list-item__meta">${marker}</span>`;
}
return ""
};
export const hintSlash = (key: string, protyle: IProtyle) => {