소스 검색

add <TreeText

visuddhinanda 1 년 전
부모
커밋
0230f00657
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      dashboard-v4/dashboard/src/pages/nut/index.tsx

+ 6 - 0
dashboard-v4/dashboard/src/pages/nut/index.tsx

@@ -3,6 +3,7 @@ import FooterBar from "../../components/library/FooterBar";
 import HeadBar from "../../components/library/HeadBar";
 import AIChatComponent from "../../components/chat/AiChat";
 import { Content } from "antd/lib/layout/layout";
+import TreeText from "../../components/article/TreeText";
 
 const Widget = () => {
   return (
@@ -10,6 +11,11 @@ const Widget = () => {
       <HeadBar />
       <Content>
         <div>Home Page</div>
+        <TreeText
+          type="chapter"
+          rootId="140-92"
+          channelsId={["7fea264d-7a26-40f8-bef7-bc95102760fb"]}
+        />
         <AIChatComponent />
       </Content>
       <FooterBar />