You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
qinzhenpen 85dc0b8099 refactor: 实训系统多模块优化与功能完善
1.  重构实训步骤解析工具,统一数组解析逻辑
2.  优化侧边栏与任务卡片样式,调整间距与圆角
3.  新增实训任务缓存机制,优化页面加载体验
4.  完善表单校验逻辑,新增定价模块后端校验接口
5.  修复权限路由加载逻辑,新增加载状态提示
6.  优化案例资料下载功能,修复本地URL处理与错误提示
7.  新增实训页面单元测试,补充定价步骤指示器校验
8.  调整全局布局样式,优化移动端适配与间距
4 days ago
.superpowers/sdd feat: add AI training evaluation frontend 1 month ago
bin update registry source 4 years ago
docs feat: 统一实训页面布局与步骤导航 1 week ago
html ruoyi 5 years ago
public 对图片进行压缩 2 years ago
src refactor: 实训系统多模块优化与功能完善 4 days ago
tests fix: make case material downloads deployment-safe 4 days ago
vite/plugins 使用Pinia代替Vuex进行数据存储 4 years ago
.env.development refactor: 实训系统多模块优化与功能完善 4 days ago
.env.production chore: save current frontend training changes 1 month ago
.env.staging 提交项目 2 months ago
.gitignore chore: ignore local worktrees 1 month ago
.prettierrc 提交 2 years ago
README.md 提交 2 years ago
dist.tar 提交项目 2 months ago
index.html feat: improve loading and student import 2 months ago
package.json 提交项目 2 months ago
vite.config.js refactor: 全局替换硬编码字体大小为CSS变量 4 days ago

README.md

启动服务

yarn dev

构建测试环境 yarn build:stage

构建生产环境 yarn build:prod

前端访问地址 http://localhost:80