feat(admin): 优化用户界面交互与数据展示
- 在队伍选择页面增加卷轴展开动画,优化视觉体验 - 为游戏页面添加实时统计图表,使用 ECharts 展示各队答题进度 - 调整题目渲染器中图片的最大宽度为 200px - 在路由配置中隐藏 results_results-detail-copy 菜单项 - 修复 API 函数命名和参数类型,更新接口返回类型定义 - 移动拼音听写题目数据文件到 store 目录 - 更新 VSCode 拼写检查配置,添加 ECharts 单词
This commit is contained in:
@ -6,7 +6,7 @@ import express from 'express'
|
||||
import fs from 'fs-extra'
|
||||
|
||||
const app = express()
|
||||
const PORT = 3001 // 避免与前端端口冲突(通常是 3000 或 9527)
|
||||
const PORT = 3001
|
||||
|
||||
console.log('Script started')
|
||||
console.log('Arguments:', process.argv)
|
||||
|
||||
Reference in New Issue
Block a user