feat: add find page, breadcrumb components and canvas workbench updates
This commit is contained in:
@@ -58,7 +58,7 @@ wordcloud/
|
||||
│ └── start-dev.sh # 本地后端启动脚本
|
||||
├── frontend/
|
||||
│ ├── src/
|
||||
│ │ ├── App.tsx # 页面路由:home → canvas / wordcloud / help
|
||||
│ │ ├── App.tsx # 页面路由:home → canvas / wordcloud / orders / find / help
|
||||
│ │ ├── main.tsx
|
||||
│ │ ├── types.ts # 全项目 TypeScript 类型
|
||||
│ │ ├── styles.css
|
||||
@@ -66,6 +66,8 @@ wordcloud/
|
||||
│ │ │ ├── TemplateHome.tsx # 首页:模板选择
|
||||
│ │ │ ├── CanvasStudio.tsx # 画布设计页
|
||||
│ │ │ ├── TestWorkbench.tsx # 词云生成页
|
||||
│ │ │ ├── OrdersPage.tsx # 生产订单页(登录保护)
|
||||
│ │ │ ├── FindPage.tsx # 查找名字页(登录保护,跨任务单任务内查找)
|
||||
│ │ │ └── HelpPage.tsx # 帮助页
|
||||
│ │ ├── components/ # 可复用组件
|
||||
│ │ │ ├── AdvancedPanel.tsx
|
||||
|
||||
Reference in New Issue
Block a user