From 6fc12e814aac302745b2d9c6b6f98d9bfce86a67 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 7 Mar 2023 11:38:28 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A7=BB=E9=99=A4=20ai=20=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/protyle/hint/extend.ts | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index 13e5ae29e..295a96789 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -36,11 +36,13 @@ export const hintSlash = (key: string, protyle: IProtyle) => { filter: ["嵌入块", "qianrukuai", "qrk", "embed block"], value: "{{", html: `
${window.siyuan.languages.blockEmbed}{{
`, - }, { - filter: ["ai chat"], - value: Constants.ZWSP + 5, - html: '
AI Chat
', - },{ + }, + // { + // filter: ["ai chat"], + // value: Constants.ZWSP + 5, + // html: '
AI Chat
', + // }, + { filter: ["属性试图", "shuxingshitu", "sxst", "attribute view"], value: '
', html: `
${window.siyuan.languages.attributeView}
`,