diff --git a/src/components/top-menu/index.jsx b/src/components/top-menu/index.jsx index d59cf11..e69d4b3 100644 --- a/src/components/top-menu/index.jsx +++ b/src/components/top-menu/index.jsx @@ -20,7 +20,7 @@ const MENULIST = [ key: 'practiceQuestions', title: '鸡圈', route: '/jichi-club', - finished: false + finished: true }, { key: 'interList', diff --git a/src/router/index.tsx b/src/router/index.tsx index adc0553..b2950de 100644 --- a/src/router/index.tsx +++ b/src/router/index.tsx @@ -50,6 +50,10 @@ const router = createBrowserRouter([ { path: 'practise-analytic/:id', Component: lazy(() => import('@views/practise/practise-analytic')) + }, + { + path: 'jichi-club', + Component: lazy(() => import('@views/chicken-circle')) } ] } diff --git a/src/views/chicken-circle/index.less b/src/views/chicken-circle/index.less new file mode 100644 index 0000000..e69de29 diff --git a/src/views/chicken-circle/index.tsx b/src/views/chicken-circle/index.tsx new file mode 100644 index 0000000..f76e5b7 --- /dev/null +++ b/src/views/chicken-circle/index.tsx @@ -0,0 +1,20 @@ +import { Input } from 'antd' + +const { TextArea } = Input +const Circle = () => { + return ( +
+
+