feat: 添加排行榜分数编辑和题目详情展示功能
- 在排行榜详情页中,添加队伍题目分数编辑功能,支持批量保存 - 新增打字机组件用于题目答案的动态展示 - 优化游戏页面的答题数量统计逻辑,使用 UserAnswerFont 解析 - 更新题目导入工具,支持更多 JSON 格式 - 调整游戏倒计时逻辑,优先使用题目详情中的时间 - 移除排行榜中的部分冗余列,优化界面显示
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@read-star/eslint-config": "workspace:*",
|
||||
"eslint": "latest",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-format": "^1.3.1",
|
||||
"lint-staged": "latest",
|
||||
"simple-git-hooks": "latest",
|
||||
|
||||
Reference in New Issue
Block a user