@wisdomgarden/mobile-assets 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +1 -1
- package/version_update_android.json +5 -5
- package/version_update_ios.json +4 -4
package/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
### update version info: `version_update_android.json / version_update_ios.json`
|
4
4
|
|
5
5
|
1. [HiPaCloud](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d) Create a new version record and improve the release notes.
|
6
|
-
2. `node scripts/update_app_version_md` update json file with hipa remote data, or edit it manually
|
6
|
+
2. `node scripts/update_app_version_md.js` update json file with hipa remote data, or edit it manually
|
7
7
|
3. check for errors then git commit
|
8
8
|
4. `node scripts/upgrade_version.js` increase current project version number and add new tag
|
9
9
|
5. `git push && git push --tags` push to GitHub, and Github Action publish it to [npm @wisdomgarden/mobile-assets](https://www.npmjs.com/package/@wisdomgarden/mobile-assets)
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.1.
|
2
|
+
"version": "2.1.9",
|
3
3
|
"update_type": 1,
|
4
4
|
"allow_lowest_version": "2.1.7",
|
5
5
|
"app_store_url": "https://play.google.com/store/apps/details?id=com.wisdomgarden.trpc",
|
6
|
-
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.1.
|
7
|
-
"release_note_en_us": "-
|
8
|
-
"release_note_zh_hans": "-
|
9
|
-
"release_note_zh_hant": "-
|
6
|
+
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.1.9.apk",
|
7
|
+
"release_note_en_us": "- Students can upload document attachments when answering quizzes.\n- Modify teacher's test correcting page, add \"Answer sheet\" function.\n- Optimize student's submission test page style.\n- Optimize custom performance item display.\n- Fixed problem that some teacher can not see the number of students on Race page.\n- Fixed errors in the statistics of the completion of learning activities.",
|
8
|
+
"release_note_zh_hans": "- 支持测验答题时上传文档附件\n- 调整教师测验批改页面样式,新增“答题卡”批改功能\n- 优化学生提交测验页面样式\n- 优化自定义成绩项展示规则\n- 修复部分用户抢答页面不显示学生人数的问题\n- 修复部分用户学习活动完成度统计错误的问题",
|
9
|
+
"release_note_zh_hant": "- 新增線上測驗答題時上傳檔案附件\n- 調整教師線上測驗批改頁面樣式,新增「答題卡」批改功能\n- 優化學生提交測驗頁面樣式\n- 優化自定義成績項展示規則\n- 修復部分使用者搶答頁面不顯示學生人數的問題\n- 修復部分使用者學習活動完成度統計錯誤的問題"
|
10
10
|
}
|
package/version_update_ios.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.1.
|
2
|
+
"version": "2.1.9",
|
3
3
|
"update_type": 1,
|
4
4
|
"allow_lowest_version": "2.1.7",
|
5
5
|
"app_store_url": "https://apps.apple.com/app/scratch/id973028199",
|
6
|
-
"release_note_en_us": "-
|
7
|
-
"release_note_zh_hans": "-
|
8
|
-
"release_note_zh_hant": "-
|
6
|
+
"release_note_en_us": "- Students can upload document attachments when answering quizzes.\n- Modify teacher's test correcting page, add \"Answer sheet\" function.\n- Optimize student's submission test page style.\n- Optimize custom performance item display.\n- Fixed problem that some teacher can not see the number of students on Race page.\n- Fixed errors in the statistics of the completion of learning activities.",
|
7
|
+
"release_note_zh_hans": "- 支持测验答题时上传文档附件\n- 调整教师测验批改页面样式,新增“答题卡”批改功能\n- 优化学生提交测验页面样式\n- 优化自定义成绩项展示规则\n- 修复部分用户抢答页面不显示学生人数的问题\n- 修复部分用户学习活动完成度统计错误的问题",
|
8
|
+
"release_note_zh_hant": "- 新增線上測驗答題時上傳檔案附件\n- 調整教師線上測驗批改頁面樣式,新增「答題卡」批改功能\n- 優化學生提交測驗頁面樣式\n- 優化自定義成績項展示規則\n- 修復部分使用者搶答頁面不顯示學生人數的問題\n- 修復部分使用者學習活動完成度統計錯誤的問題"
|
9
9
|
}
|