@wisdomgarden/mobile-assets 0.0.38 → 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- package/assets-list.md +13 -0
- package/package.json +1 -1
- package/version_update_android.json +6 -6
- package/version_update_ios.json +5 -5
package/assets-list.md
CHANGED
@@ -8,6 +8,13 @@ https://mobile-download.tronclass.com.cn/privacy-policy-info.json
|
|
8
8
|
https://mobile-download.tronclass.com.cn/privacy-policy-zh-CN.md
|
9
9
|
https://mobile-download.tronclass.com.cn/privacy-policy-zh-TW.md
|
10
10
|
https://mobile-download.tronclass.com.cn/privacy-policy-en.md
|
11
|
+
|
12
|
+
//identity-web-login-proxy
|
13
|
+
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/favicon.ico
|
14
|
+
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-login-proxy-callback.html
|
15
|
+
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-login-proxy.css
|
16
|
+
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-login-proxy.html
|
17
|
+
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-login-proxy.js
|
11
18
|
```
|
12
19
|
|
13
20
|
### GitHub & jsDeliver assets
|
@@ -15,6 +22,12 @@ https://mobile-download.tronclass.com.cn/privacy-policy-en.md
|
|
15
22
|
// need render html, use GitHub Pages
|
16
23
|
https://wisdomgardeninc.github.io/mobile-assets/youtube-video-analysis.html
|
17
24
|
https://wisdomgardeninc.github.io/mobile-assets/privacy_policy_google_play.html
|
25
|
+
// identity-web-login-proxy
|
26
|
+
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/favicon.ico
|
27
|
+
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/identity-web-login-proxy-callback.html
|
28
|
+
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/identity-web-login-proxy.css
|
29
|
+
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/identity-web-login-proxy.html
|
30
|
+
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/identity-web-login-proxy.js
|
18
31
|
|
19
32
|
// normal text assets
|
20
33
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/youtube-video-analysis.html
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.3.
|
2
|
+
"version": "2.3.13",
|
3
3
|
"update_type": 1,
|
4
|
-
"allow_lowest_version": "2.3.
|
4
|
+
"allow_lowest_version": "2.3.9",
|
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": "-
|
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.13.apk",
|
7
|
+
"release_note_en_us": "- Fix bugs and improve system performance.",
|
8
|
+
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
9
|
+
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
10
10
|
}
|
package/version_update_ios.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"version": "2.3.
|
2
|
+
"version": "2.3.13",
|
3
3
|
"update_type": 1,
|
4
|
-
"allow_lowest_version": "2.3.
|
4
|
+
"allow_lowest_version": "2.3.9",
|
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": "- Fix bugs and improve system performance.",
|
7
|
+
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
8
|
+
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
9
9
|
}
|