We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a085 commit c64c0a9Copy full SHA for c64c0a9
2 files changed
app.json
@@ -3,8 +3,8 @@
3
"name": "华师匣子",
4
"slug": "ccnubox",
5
"owner": "muxi_fe",
6
- "version": "3.0.0",
7
- "runtimeVersion": "3.0.0",
+ "version": "3.1.0",
+ "runtimeVersion": "3.1.0",
8
"orientation": "portrait",
9
"icon": "./src/assets/images/icon.png",
10
"scheme": "ccnubox",
src/assets/data/updateInfo.json
@@ -1,16 +1,14 @@
1
{
2
- "otaVersion": "3.0.14",
- "updateTime": "2025-09-19",
+ "otaVersion": "3.1.0",
+ "updateTime": "2025-10-20",
"newFeatures": [
- "课表添加下课时间",
- "优化非本周课程颜色",
- "更换课程详情弹窗图标",
- "优化多节课程显示区域"
+ "添加安卓课表小组件",
+ "添加详细课程时间信息",
+ "修改课程弹窗添加图标",
+ "支持添加不同长度的课程",
+ "优化课程详情弹窗显示与交互"
],
11
"fixedIssues": [
- "修复检查更新页面内容溢出",
12
- "修复成绩查询学期选择问题",
13
- "修复首次登入课表加载失败问题"
14
15
"knownIssues": [
16
"弹窗在按钮导航模式下仍然会被遮挡"
0 commit comments