File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "otaVersion" : " 3.0.13 " ,
3- "updateTime" : " 2025-09-16 " ,
2+ "otaVersion" : " 3.0.14 " ,
3+ "updateTime" : " 2025-09-19 " ,
44 "newFeatures" : [
5- " 优化当前周UI展示" ,
6- " 更新并优化校历展示" ,
7- " 添加隐私协议同意弹窗" ,
8- " 新增添加、修改、删除日程功能(教务系统导入课程不允许修改)" ,
9- " 优化主题选择模式,新增跟随系统模式"
5+ " 课表添加下课时间" ,
6+ " 优化非本周课程颜色" ,
7+ " 更换课程详情弹窗图标" ,
8+ " 优化多节课程显示区域"
109 ],
1110 "fixedIssues" : [
12- " 修复一节课程占多节课节IOS主题显示问题" ,
13- " 修复常用网站自动登录爆闪问题"
11+ " 修复检查更新页面内容溢出" ,
12+ " 修复成绩查询学期选择问题" ,
13+ " 修复首次登入课表加载失败问题"
1414 ],
1515 "knownIssues" : [
1616 " 弹窗在按钮导航模式下仍然会被遮挡"
Original file line number Diff line number Diff line change @@ -72,9 +72,6 @@ const CourseTablePage: FC = () => {
7272 ( ) => setSelectedWeek ( useTimeStore . getState ( ) . getCurrentWeek ( ) ) ,
7373 0
7474 ) ;
75- console . log (
76- `update school time: ${ res . data . school_time } , holiday time: ${ res . data . holiday_time } `
77- ) ;
7875 }
7976 } catch ( err ) {
8077 log . error ( 'Failed to fetch current week:' , err ) ;
You can’t perform that action at this time.
0 commit comments