Browse Source

隐藏互动区和标题

visuddhinanda 2 years ago
parent
commit
039a2735c2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/components/template/Article.tsx

+ 2 - 0
dashboard/src/components/template/Article.tsx

@@ -62,6 +62,8 @@ export const ArticleCtl = ({
       channelId={channel}
       focus={focus}
       mode="read"
+      hideInteractive={true}
+      hideTitle={true}
     />
   );
   let output = <></>;