@wisdomgarden/mobile-assets 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/assets-list.md +1 -0
- package/package.json +1 -1
- package/version_aligner.json +8 -0
- package/version_update_android.json +3 -3
- package/version_update_ios.json +2 -2
package/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
### I. Sync version file files
|
6
6
|
- In Project [mobile-assistant](https://gitlab.tronclass.com.cn/lms/mobile-assistant), prepare the preliminary work according to readme.md.
|
7
7
|
- You should clone mobile-assistant into the same directory as the current project.
|
8
|
-
- use `bash sync_version_files.sh` to sync latest file
|
8
|
+
- use `bash ./scripts/sync_version_files.sh` to sync latest file
|
9
9
|
|
10
10
|
|
11
11
|
### II. upgrade package `mobile-assets` version
|
package/assets-list.md
CHANGED
@@ -101,6 +101,7 @@ https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/summary-privacy-
|
|
101
101
|
// version update files
|
102
102
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_update_android.json
|
103
103
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_update_ios.json
|
104
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_aligner.json
|
104
105
|
```
|
105
106
|
|
106
107
|
### jsDeliver API
|
package/package.json
CHANGED
package/version_aligner.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.
|
2
|
+
"version": "2.10.2",
|
3
3
|
"update_type": 1,
|
4
|
-
"allow_lowest_version": "2.
|
4
|
+
"allow_lowest_version": "2.7.0",
|
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.
|
6
|
+
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.10.2.apk",
|
7
7
|
"release_note_en_us": "- Fix bugs and improve system performance.",
|
8
8
|
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
9
9
|
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
package/version_update_ios.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.
|
2
|
+
"version": "2.10.2",
|
3
3
|
"update_type": 1,
|
4
|
-
"allow_lowest_version": "2.
|
4
|
+
"allow_lowest_version": "2.7.0",
|
5
5
|
"app_store_url": "https://apps.apple.com/app/scratch/id973028199",
|
6
6
|
"release_note_en_us": "- Fix bugs and improve system performance.",
|
7
7
|
"release_note_zh_hans": "- 已知问题修复和性能优化",
|