检查时间: 2024-01-19
项目: jk-rag-platform
发现使用 MobX 的文件: 30 个
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/main.tsx |
MobX 配置 | P0 | ⏳ 待迁移 |
src/router.tsx |
路由配置 | P0 | ⏳ 待迁移 |
src/components/chat/store.ts |
聊天 Store | P1 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/knowledgeLib/detail/index.tsx |
详情页 | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/detail/drawerIndex.tsx |
抽屉页 | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/detail/store.ts |
Store | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/detail/components/store.ts |
组件 Store | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/detail/components/prevewSlice.tsx |
切片预览 | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/detail/components/MdModal.tsx |
Markdown 弹窗 | P2 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/knowledgeLib/revisionTool/list/index.tsx |
列表页 | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/revisionTool/list/store.ts |
Store | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/revisionTool/components/reviseDrawer.tsx |
修订抽屉 | P2 | ⏳ 待迁移 |
src/pages/knowledgeLib/revisionTool/components/revisionHistory.tsx |
修订历史 | P2 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/questionAnswer/info/index.tsx |
创建/编辑页 | P1 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/questionAnswer/list/index.tsx |
列表页 | P1 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/deepseek/evaluationTool/evaluationTask/list/index.tsx |
任务列表 | P3 | ⏳ 待迁移 |
src/pages/deepseek/evaluationTool/evaluationTask/list/store.ts |
Store | P3 | ⏳ 待迁移 |
src/pages/deepseek/evaluationTool/evaluationTask/components/evaluationTaskHistory.tsx |
历史 | P3 | ⏳ 待迁移 |
src/pages/deepseek/evaluationTool/evaluationTask/components/evaluationTaskHistoryStore.ts |
Store | P3 | ⏳ 待迁移 |
src/pages/deepseek/evaluationTool/datasetManagement/list/index.tsx |
数据集列表 | P3 | ⏳ 待迁移 |
src/pages/deepseek/evaluationTool/datasetManagement/list/store.ts |
Store | P3 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/deepseek/dataExport/index.tsx |
导出页 | P3 | ⏳ 待迁移 |
src/pages/deepseek/dataExport/store.ts |
Store | P3 | ⏳ 待迁移 |
| 文件 | 用途 | 优先级 | 状态 |
|---|---|---|---|
src/pages/system/contentManagement/index.tsx |
内容管理 | P2 | ⏳ 待迁移 |
src/pages/system/contentManagement/store.ts |
Store | P2 | ⏳ 待迁移 |
src/pages/system/apiKey/store.ts |
API Store | P2 | ⏳ 待迁移 |
src/pages/system/audit/index.tsx |
审核页 | P2 | ⏳ 待迁移 |
src/pages/system/audit/store.ts |
Store | P2 | ⏳ 待迁移 |
src/pages/system/audit/components/auditHistory.tsx |
历史 | P2 | ⏳ 待迁移 |
src/pages/system/audit/components/PreviewModal.tsx |
预览 | P2 | ⏳ 待迁移 |
src/pages/system/audit/components/auditHistoryStore.ts |
Store | P2 | ⏳ 待迁移 |
src/pages/system/audit/components/InfoModal.tsx |
信息弹窗 | P2 | ⏳ 待迁移 |
src/pages/system/usageStatistics/index.tsx |
统计页 | P2 | ⏳ 待迁移 |
src/pages/system/usageStatistics/store.ts |
Store | P2 | ⏳ 待迁移 |
src/main.tsx - 移除 MobX 配置src/router.tsx - 移除 MobX 依赖src/pages/questionAnswer/info/index.tsx - 创建应用src/pages/questionAnswer/list/index.tsx - 我创建的应用src/components/chat/store.ts - 聊天功能建议顺序:
| 类别 | 已完成 | 待迁移 | 进度 |
|---|---|---|---|
| Store | 8 | 22 | 27% |
| 组件 | 0 | 8 | 0% |
| 核心配置 | 0 | 2 | 0% |
| 总计 | 8 | 32 | 20% |
src/main.tsx 中的 MobX 配置src/router.tsx 中的 MobX 依赖当前状态:
建议:
报告生成时间: 2024-01-19
检查人: AI Assistant
状态: ⚠️ 部分完成,核心功能可用