Skip to content

Commit e374b40

Browse files
committed
feat(global): bump ota version
1 parent 98b05b7 commit e374b40

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

app.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
},
2525
"eas": {
2626
"projectId": "65d670f0-9625-4631-9603-f4b11f44e621"
27-
},
28-
"updateInfo": {
29-
"otaVersion": "3.0.8",
30-
"releaseNotes": ["新增更新日志显示"],
31-
"knownIssues": ["弹窗在按钮导航模式下仍然会被遮挡"]
3227
}
3328
},
3429
"ios": {

src/assets/data/updateInfo.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
2-
"otaVersion": "3.0.9",
3-
"updateTime": "2025-08-17",
2+
"otaVersion": "3.0.10",
3+
"updateTime": "2025-09-01",
44
"newFeatures": [
5-
"接入学校新版教务系统"
5+
"优化部分 UI 样式",
6+
"添加当前周标识",
7+
"修改登录页指引",
8+
"添加退出登录确认弹窗"
69
],
710
"fixedIssues": [
11+
"修复推出登录无法刷新新学期课程"
812
],
913
"knownIssues": [
1014
"弹窗在按钮导航模式下仍然会被遮挡"

0 commit comments

Comments
 (0)