• Joined on 2026-03-02
luo pushed to master at tonytech/kindergarten_java 2026-03-16 19:22:13 +08:00
709e59e142 feat: 展播模式优化与排课表修复
luo pushed to master at tonytech/kindergarten_java 2026-03-16 19:04:33 +08:00
50efe68f62 代码调试
luo pushed to master at tonytech/kindergarten_java 2026-03-16 18:46:22 +08:00
a7e22ff35b 文件直传优化
luo pushed to master at tonytech/kindergarten_java 2026-03-16 17:49:16 +08:00
d72e85f71a 添加logo
luo pushed to master at tonytech/kindergarten_java 2026-03-16 15:32:24 +08:00
4a713c41d3 chore: 隐藏通知设置及顶部通知铃铛
luo pushed to master at tonytech/kindergarten_java 2026-03-16 15:29:01 +08:00
1f6bd41b64 删除自动化一键登录按钮
Compare 2 commits »
luo pushed to master at tonytech/kindergarten_java 2026-03-16 15:05:09 +08:00
f25664cf9a feat: 实现各端个人信息功能
luo pushed to master at tonytech/kindergarten_java 2026-03-16 14:54:27 +08:00
23eab43590 fix(teacher): 教师端多项修复
luo pushed to master at tonytech/kindergarten_java 2026-03-16 14:36:34 +08:00
b6e46ba21e fix(school): 修复搜索框重复显示两个搜索图标
73ff311370 搜索框样式调整
Compare 2 commits »
luo pushed to master at tonytech/kindergarten_java 2026-03-16 14:26:18 +08:00
6b65bd656f fix(school): 校园端页面添加内边距,与其他端保持一致
Compare 2 commits »
luo pushed to master at tonytech/kindergarten_java 2026-03-16 14:14:09 +08:00
8956f0b790 fix: 课程包管理详情 - 修复大整数 ID 精度丢失,使用 string 传递避免课程不存在
luo pushed to master at tonytech/kindergarten_java 2026-03-16 13:53:51 +08:00
3918ccc9af 字段读取优化
luo pushed to master at tonytech/kindergarten_java 2026-03-16 13:43:24 +08:00
87899886d1 feat: 套餐审核管理 - 审核页面、驳回可重新编辑提交、审核页已驳回不允许审核
luo pushed to master at tonytech/kindergarten_java 2026-03-16 11:53:36 +08:00
f5de4e613d fix: 课程套餐管理详情修复 - Long 序列化为 String 避免 JS 精度丢失,修复 PUT 课程列表 JSON 格式
luo pushed to master at tonytech/kindergarten_java 2026-03-16 11:08:36 +08:00
691e0248a2 fix: 课程包管理审核页面优化
luo pushed to master at tonytech/kindergarten_java 2026-03-16 10:50:59 +08:00
3fba64958c fix: AdminCourseController 添加 @Slf4j 注解修复 log 编译错误
luo pushed to master at tonytech/kindergarten_java 2026-03-16 10:45:29 +08:00
a461f58d3a fix: orval API 生成优化 - 修复 oneOf schema 验证错误
luo pushed to master at tonytech/kindergarten_java 2026-03-13 14:14:53 +08:00
c0b465dcea docs: 更新CHANGELOG - 记录代码合规性审查修复
luo pushed to master at tonytech/kindergarten_java 2026-03-13 14:14:14 +08:00
066b1f2257 refactor: 代码合规性审查修复 - 三层架构、API路径、文档规范
luo pushed to master at tonytech/kindergarten_java 2026-03-13 13:48:33 +08:00
56508eb066 feat: 三端全链路测试完成 - 学校端、教师端、课程包业务