From b5c16afc73d459856f21788551103bd5cf6d871b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 9 Jul 2023 09:27:42 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/8694 --- app/src/protyle/hint/extend.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index 2dddeab03..55de22126 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -46,11 +46,11 @@ export const hintSlash = (key: string, protyle: IProtyle) => { filter: ["ai chat"], value: Constants.ZWSP + 5, html: '
AI Chat
', - }, { + },/* { filter: ["属性视图", "shuxingshitu", "sxst", "attribute view"], value: '
', html: `
${window.siyuan.languages.attributeView}
`, - }, { + }, */{ filter: ["文档", "子文档", "wendang", "wd", "ziwendang", "zwd", "xjwd"], value: Constants.ZWSP + 4, html: `
${window.siyuan.languages.newFile}${updateHotkeyTip(window.siyuan.config.keymap.general.newFile.custom)}
`,