@wisdomgarden/mobile-assets 0.0.37 → 0.0.39
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/assets-list.md +14 -0
- package/package.json +1 -1
- package/youtube-video-analysis.html +1 -1
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
|
|
@@ -28,6 +35,13 @@ https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-e
|
|
|
28
35
|
// version update files
|
|
29
36
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_update_android.json
|
|
30
37
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_update_ios.json
|
|
38
|
+
|
|
39
|
+
//identity-web-login-proxy
|
|
40
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/identity-web-login-proxy/favicon.ico
|
|
41
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/identity-web-login-proxy/identity-web-login-proxy-callback.html
|
|
42
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/identity-web-login-proxy/identity-web-login-proxy.css
|
|
43
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/identity-web-login-proxy/identity-web-login-proxy.html
|
|
44
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/identity-web-login-proxy/identity-web-login-proxy.js
|
|
31
45
|
```
|
|
32
46
|
|
|
33
47
|
### jsDeliver API
|
package/package.json
CHANGED
|
@@ -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端观看';
|