diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts
index 295a96789..eee593a2c 100644
--- a/app/src/protyle/hint/extend.ts
+++ b/app/src/protyle/hint/extend.ts
@@ -36,17 +36,17 @@ 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}
`,
// },
{
- 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}
`,