@wisdomgarden/mobile-assets 0.0.36 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.3.
|
2
|
+
"version": "2.3.12",
|
3
3
|
"update_type": 1,
|
4
|
-
"allow_lowest_version": "2.3.
|
4
|
+
"allow_lowest_version": "2.3.8",
|
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.3.
|
7
|
-
"release_note_en_us": "- Fix bugs and improve system performance.",
|
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.3.12.apk",
|
7
|
+
"release_note_en_us": "- Optimized viewing style of public resource library categories, and you can collect public resource now.\n- Optimized assignment submission experience.\n- Fix bugs and improve system performance.",
|
8
|
+
"release_note_zh_hans": "- 公共资源库优化分类查看样式,同时增加资源收藏功能\n- 优化作业提交体验\n- 已知问题修复和性能优化",
|
9
|
+
"release_note_zh_hant": "- 公共資源庫優化分類查看樣式,同時增加資源收藏功能\n- 優化作業繳交體驗\n- 已知問題修復和性能優化"
|
10
10
|
}
|
package/version_update_ios.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.3.
|
2
|
+
"version": "2.3.12",
|
3
3
|
"update_type": 1,
|
4
|
-
"allow_lowest_version": "2.3.
|
4
|
+
"allow_lowest_version": "2.3.8",
|
5
5
|
"app_store_url": "https://apps.apple.com/app/scratch/id973028199",
|
6
|
-
"release_note_en_us": "- Fix bugs and improve system performance.",
|
7
|
-
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
8
|
-
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
6
|
+
"release_note_en_us": "- Optimized viewing style of public resource library categories, and you can collect public resource now.\n- Optimized assignment submission experience.\n- Fix bugs and improve system performance.",
|
7
|
+
"release_note_zh_hans": "- 公共资源库优化分类查看样式,同时增加资源收藏功能\n- 优化作业提交体验\n- 已知问题修复和性能优化",
|
8
|
+
"release_note_zh_hant": "- 公共資源庫優化分類查看樣式,同時增加資源收藏功能\n- 優化作業繳交體驗\n- 已知問題修復和性能優化"
|
9
9
|
}
|
@@ -143,7 +143,7 @@
|
|
143
143
|
let depName = getVariable('depName');
|
144
144
|
let depCode = getVariable('depCode');
|
145
145
|
|
146
|
-
let start, end, currentStartTime, currentEndTime, duration, intervalId, videoDuration, THRESHOLD=
|
146
|
+
let start, end, currentStartTime, currentEndTime, duration, intervalId, videoDuration, THRESHOLD=1 * 60 * 1000, unStarted = false, errorTips;
|
147
147
|
|
148
148
|
if (currentLang === 'zh-Hans') {
|
149
149
|
errorTips = '受YouTube限制,该视频只能在web端观看';
|