Go to file
Wang Zhuoxuan a822e91c63 feat: 对接题目批量导入接口(JSON + CSV)
- 新增 ImportQuestionItem / ImportSuccessResult / ImportValidationError 类型,匹配 API 规范
- importQuestions 改用 API 规范的 stem: { text }、contentType、嵌套 knowledgeCard 结构
- 新增 importQuestionsCsv 函数,POST text/plain 到 /admin/questions/import-csv
- 重写 ImportQuestionsDialog:JSON/CSV 双模式 Tab 切换、预览、校验错误详情展示
2026-04-11 23:40:14 +08:00
.claude feat: 对接题目状态转换接口,补全转换路径和错误处理 2026-04-11 21:56:59 +08:00
public 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
src feat: 对接题目批量导入接口(JSON + CSV) 2026-04-11 23:40:14 +08:00
.env.example 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
.gitignore 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
bun.lock 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
CLAUDE.md docs: 更新 CLAUDE.md — 知识卡页面和排序功能补全 2026-04-08 18:42:44 +08:00
components.json 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
dev-spec.md docs: 更新 CLAUDE.md 和 dev-spec.md — Phase 3 完成 2026-04-08 18:23:58 +08:00
eslint.config.js 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
index.html 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
package.json 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
tsconfig.app.json 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
tsconfig.json 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
tsconfig.node.json 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
vite.config.ts 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00