Remove Motia dependencies and references from frontend

This commit is contained in:
zly
2026-01-17 13:06:17 +08:00
parent 194f4d2fcb
commit 33f44e2df0
3 changed files with 52 additions and 26 deletions

View File

@@ -41,7 +41,6 @@ bttoxin_webserver/
│ │ └── TaskSubmitForm.vue # 任务提交表单
│ ├── composables/ # 组合式函数
│ │ ├── useAsync.ts # 通用异步状态封装
│ │ ├── useMotiaStreams.ts # Motia Streams 订阅
│ │ └── useTaskState.ts # 任务状态管理
│ ├── router/ # 路由配置
│ │ └── index.ts