Go to file
Wang Zhuoxuan 6add8bf027
Some checks failed
Build & Deploy Admin / deploy (push) Failing after 16s
fix: 修复 ESLint 错误,添加 lint-first 工作流规范
- 提取 QuestionActionsCell 组件修复 rules-of-hooks 违规
- 抑制 shadcn/ui 文件的 react-refresh/only-export-components
- 移除未使用的 _note 参数并抑制保留参数的 unused-vars 警告
- CLAUDE.md 添加 lint-first 工作流:本地 lint 优先,CI 作为兜底
2026-04-22 15:06:41 +08:00
.claude feat: 对接题目状态转换接口,补全转换路径和错误处理 2026-04-11 21:56:59 +08:00
.gitea/workflows docs: 添加部署方案文档与 Gitea Actions CI 配置 2026-04-22 03:04:26 +08:00
docs docs: 添加部署方案文档与 Gitea Actions CI 配置 2026-04-22 03:04:26 +08:00
public 初始化项目骨架(Phase 1a) 2026-04-07 10:51:22 +08:00
src fix: 修复 ESLint 错误,添加 lint-first 工作流规范 2026-04-22 15:06:41 +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 fix: 修复 ESLint 错误,添加 lint-first 工作流规范 2026-04-22 15:06:41 +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