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}
`,