@wisdomgarden/mobile-assets 0.0.41 → 0.0.42
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +15 -11
- package/assets-list.md +65 -5
- package/children-privacy-policy-info.json +29 -0
- package/children-privacy-policy-zh-CN.md +92 -0
- package/children-privacy-policy.html +31 -0
- package/mathjax.html +213 -0
- package/package.json +1 -1
- package/privacy-policy-info.json +1 -1
- package/privacy-policy-zh-CN.md +38 -2
- package/privacy-policy-zh-TW.md +1 -1
- package/privacy-policy.html +8 -62
- package/summary-privacy-policy-zh-CN.md +33 -0
- package/summary-privacy-policy.html +120 -0
- package/tools.html +32 -0
- package/user-agreement-en.md +128 -0
- package/user-agreement-info.json +29 -0
- package/user-agreement-zh-CN.md +110 -0
- package/user-agreement-zh-TW.md +113 -0
- package/user-agreement.html +64 -0
- package/version_update_android.json +6 -6
- package/version_update_ios.json +5 -5
package/README.md
CHANGED
@@ -1,21 +1,25 @@
|
|
1
1
|
## Update assets flow
|
2
2
|
|
3
|
-
### update version info: `version_update_android.json / version_update_ios.json`
|
4
3
|
|
4
|
+
### Add version records before uploading to the market
|
5
5
|
|
6
|
-
1. ~~[HiPaCloud](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d)~~[飞书多维表格](https://
|
7
|
-
2. `node scripts/update_app_version_md.js` update json file with hipa remote data, or edit it manually
|
8
|
-
3. check for errors then git commit `git commit -m "update version file"`
|
9
|
-
4. `node scripts/upgrade_version.js` increase current project version number and add new tag
|
10
|
-
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)
|
11
|
-
6. after about 10 minutes, check [jsDeliver package data](https://data.jsdelivr.com/v1/package/npm/@wisdomgarden/mobile-assets) util latest tag is same as package.json.version then `bash scripts/refresh_cdn.sh` refresh json file cdn cache
|
12
|
-
7. preview release note. local use live server `./preview-release.html` or [Online from GitHub Pages](https://wisdomgardeninc.github.io/mobile-assets/preview-release.html)
|
6
|
+
1. ~~[HiPaCloud](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d)~~[飞书多维表格](https://wisdomgarden.feishu.cn/base/bascnGagJw701WLXVakop4vQlwc?table=tblgnx3liFOXJ3el&view=vewRsmyLYE) Create a new version record and improve the release notes, need edit it manually.
|
13
7
|
|
14
|
-
|
8
|
+
2. `node scripts/add_market_apps_version.js` Batch increase market version records
|
9
|
+
|
10
|
+
|
11
|
+
### Update version info is used to send update notifications
|
12
|
+
**update `version_update_android.json / version_update_ios.json`**
|
15
13
|
|
14
|
+
1. `node scripts/update_app_version_md.js` update json file with ~~hipa~~ feishu remote data, or edit it manually
|
15
|
+
2. check for errors then git commit `git commit -m "update version file"`
|
16
|
+
3. `node scripts/upgrade_version.js` increase current project version number and add new tag
|
17
|
+
4. `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)
|
18
|
+
5. after about 10 minutes, check [jsDeliver package data](https://data.jsdelivr.com/v1/package/npm/@wisdomgarden/mobile-assets) util latest tag is same as package.json.version then `bash scripts/refresh_cdn.sh` refresh json file cdn cache
|
19
|
+
6. preview release note. local use live server `./preview-release.html` or [Online from GitHub Pages](https://wisdomgardeninc.github.io/mobile-assets/preview-release.html)
|
20
|
+
|
21
|
+
if update other file, edit `refresh_cdn.sh`, then run `bash scripts/refresh_cdn.sh` refresh it.
|
16
22
|
|
17
|
-
### Batch increase market version records
|
18
|
-
`node scripts/add_market_apps_version.js`
|
19
23
|
|
20
24
|
### update privacy policy
|
21
25
|
1. `bash scripts/sync_privacy_files.sh`
|
package/assets-list.md
CHANGED
@@ -3,13 +3,31 @@
|
|
3
3
|
```
|
4
4
|
https://mobile-download.tronclass.com.cn/youtube-video-analysis.html
|
5
5
|
http://mobile-download.tronclass.com.cn/callback.html
|
6
|
+
|
7
|
+
// privacy-policy
|
8
|
+
https://mobile-download.tronclass.com.cn/policy-common.js
|
9
|
+
https://mobile-download.tronclass.com.cn/policy-common.css
|
10
|
+
|
6
11
|
https://mobile-download.tronclass.com.cn/privacy-policy.html
|
7
12
|
https://mobile-download.tronclass.com.cn/privacy-policy-info.json
|
8
|
-
https://mobile-download.tronclass.com.cn/privacy-policy-zh-CN.md
|
9
|
-
https://mobile-download.tronclass.com.cn/privacy-policy-zh-TW.md
|
13
|
+
https://mobile-download.tronclass.com.cn/privacy-policy-zh-CN.md
|
10
14
|
https://mobile-download.tronclass.com.cn/privacy-policy-en.md
|
15
|
+
https://mobile-download.tronclass.com.cn/privacy-policy-zh-TW.md
|
16
|
+
|
17
|
+
https://mobile-download.tronclass.com.cn/user-agreement.html
|
18
|
+
https://mobile-download.tronclass.com.cn/user-agreement-info.json
|
19
|
+
https://mobile-download.tronclass.com.cn/user-agreement-zh-CN.md
|
20
|
+
https://mobile-download.tronclass.com.cn/user-agreement-zh-TW.md
|
21
|
+
https://mobile-download.tronclass.com.cn/user-agreement-en.md
|
22
|
+
|
23
|
+
https://mobile-download.tronclass.com.cn/children-privacy-policy.html
|
24
|
+
https://mobile-download.tronclass.com.cn/children-privacy-policy-info.json
|
25
|
+
https://mobile-download.tronclass.com.cn/children-privacy-policy-zh-CN.md
|
11
26
|
|
12
|
-
|
27
|
+
https://mobile-download.tronclass.com.cn/summary-privacy-policy.html
|
28
|
+
https://mobile-download.tronclass.com.cn/summary-privacy-policy-zh-CN.md
|
29
|
+
|
30
|
+
// identity-web-login-proxy
|
13
31
|
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/favicon.ico
|
14
32
|
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-login-proxy-callback.html
|
15
33
|
https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-login-proxy.css
|
@@ -22,6 +40,29 @@ https://mobile-download.tronclass.com.cn/identity-web-login-proxy/identity-web-l
|
|
22
40
|
// need render html, use GitHub Pages
|
23
41
|
https://wisdomgardeninc.github.io/mobile-assets/youtube-video-analysis.html
|
24
42
|
https://wisdomgardeninc.github.io/mobile-assets/privacy_policy_google_play.html
|
43
|
+
|
44
|
+
https://wisdomgardeninc.github.io/mobile-assets/policy-common.js
|
45
|
+
https://wisdomgardeninc.github.io/mobile-assets/policy-common.css
|
46
|
+
|
47
|
+
https://wisdomgardeninc.github.io/mobile-assets/privacy-policy.html
|
48
|
+
https://wisdomgardeninc.github.io/mobile-assets/privacy-policy-info.json
|
49
|
+
https://wisdomgardeninc.github.io/mobile-assets/privacy-policy-zh-CN.md
|
50
|
+
https://wisdomgardeninc.github.io/mobile-assets/privacy-policy-en.md
|
51
|
+
https://wisdomgardeninc.github.io/mobile-assets/privacy-policy-zh-TW.md
|
52
|
+
|
53
|
+
https://wisdomgardeninc.github.io/mobile-assets/user-agreement.html
|
54
|
+
https://wisdomgardeninc.github.io/mobile-assets/user-agreement-info.json
|
55
|
+
https://wisdomgardeninc.github.io/mobile-assets/user-agreement-zh-CN.md
|
56
|
+
https://wisdomgardeninc.github.io/mobile-assets/user-agreement-zh-TW.md
|
57
|
+
https://wisdomgardeninc.github.io/mobile-assets/user-agreement-en.md
|
58
|
+
|
59
|
+
https://wisdomgardeninc.github.io/mobile-assets/children-privacy-policy.html
|
60
|
+
https://wisdomgardeninc.github.io/mobile-assets/children-privacy-policy-info.json
|
61
|
+
https://wisdomgardeninc.github.io/mobile-assets/children-privacy-policy-zh-CN.md
|
62
|
+
|
63
|
+
https://wisdomgardeninc.github.io/mobile-assets/summary-privacy-policy.html
|
64
|
+
https://wisdomgardeninc.github.io/mobile-assets/summary-privacy-policy-zh-CN.md
|
65
|
+
|
25
66
|
// identity-web-login-proxy
|
26
67
|
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/favicon.ico
|
27
68
|
https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/identity-web-login-proxy-callback.html
|
@@ -32,12 +73,31 @@ https://wisdomgardeninc.github.io/mobile-assets/identity-web-login-proxy/identit
|
|
32
73
|
// normal text assets
|
33
74
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/youtube-video-analysis.html
|
34
75
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/callback.html
|
76
|
+
|
77
|
+
// not used start
|
78
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/policy-common.js
|
79
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/policy-common.css
|
80
|
+
|
35
81
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy.html
|
36
82
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-info.json
|
37
|
-
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-zh-CN.md
|
38
|
-
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-zh-TW.md
|
83
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-zh-CN.md
|
39
84
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-en.md
|
85
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/privacy-policy-zh-TW.md
|
86
|
+
|
87
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/user-agreement.html
|
88
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/user-agreement-info.json
|
89
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/user-agreement-zh-CN.md
|
90
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/user-agreement-zh-TW.md
|
91
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/user-agreement-en.md
|
92
|
+
|
93
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/children-privacy-policy.html
|
94
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/children-privacy-policy-info.json
|
95
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/children-privacy-policy-zh-CN.md
|
96
|
+
|
97
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/summary-privacy-policy.html
|
98
|
+
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/summary-privacy-policy-zh-CN.md
|
40
99
|
|
100
|
+
// not used end
|
41
101
|
// version update files
|
42
102
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_update_android.json
|
43
103
|
https://cdn.jsdelivr.net/npm/@wisdomgarden/mobile-assets@latest/version_update_ios.json
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{
|
2
|
+
"updateInfo": {
|
3
|
+
"effectiveTime": "2021-08-18",
|
4
|
+
"updateTime": "2023-10-18"
|
5
|
+
},
|
6
|
+
"i18n": {
|
7
|
+
"zh-CN": {
|
8
|
+
"title": "畅课(TronClass)未成年人隐私保护声明",
|
9
|
+
"effectiveTime": "生效时间:",
|
10
|
+
"updateTime": "更新时间:",
|
11
|
+
"developer": "开发者:",
|
12
|
+
"developerName": "西安智园软件开发管理有限公司"
|
13
|
+
},
|
14
|
+
"zh-TW": {
|
15
|
+
"title": "TronClass 未成年隱私權保護聲明",
|
16
|
+
"effectiveTime": "生效時間:",
|
17
|
+
"updateTime": "更新時間:",
|
18
|
+
"developer": "開發者:",
|
19
|
+
"developerName": "智園軟件開發管理有限公司"
|
20
|
+
},
|
21
|
+
"en": {
|
22
|
+
"title": "TronClass Children Privacy Policy",
|
23
|
+
"effectiveTime": "Effective Time: ",
|
24
|
+
"updateTime": "Update Time: ",
|
25
|
+
"developer": "Developer: ",
|
26
|
+
"developerName": "Wisdom Garden Limited"
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
畅课(TronClass)致力于保护使用我们产品和服务的未成年人的个人信息。《未成年人隐私保护声明》(以下简称“本声明”)和[《畅课(TronClass)隐私政策》](privacy-policy.html)旨在向监护人(以下简称“您”)和未成年人说明我们如何收集、使用、存储和处理未成年人的个人信息,以及我们为您与未成年人提供的访问、更正、删除和保护这些信息的方式。
|
2
|
+
|
3
|
+
### 未成年人监护人特别说明
|
4
|
+
|
5
|
+
如果您是未成年人的监护人(父母或其他监护人),请您仔细阅读和选择是否同意本声明。我们希望您与我们共同保护未成年人的个人信息,教育引导未成年人增强个人信息保护意识和能力。
|
6
|
+
|
7
|
+
### 未成年人特别说明
|
8
|
+
|
9
|
+
如果您是未成年人,您需要和您的监护人(父母或其他监护人)共同仔细阅读本声明,并在征得监护人同意后,使用我们的产品、服务或向我们提供信息。
|
10
|
+
|
11
|
+
请监护人和未成年人在仔细阅读并充分理解[《畅课(TronClass)隐私政策》](privacy-policy.html)、具体产品的隐私保护指引和本声明后,由监护人选择是否同意相关隐私政策以及是否同意未成年人使用我们的产品和服务。如果监护人不同意相关隐私政策和本声明的内容或不同意提供服务所必要的信息,监护人和未成年人可能无法正常使用我们的产品、服务或相关的具体业务功能。
|
12
|
+
|
13
|
+
请您理解,我们提供的产品和服务中可能包括第三方提供的产品和服务,该第三方可能收集、使用或处理未成年人的相关信息,需要该第三方另行获得监护人的同意。我们建议监护人向未成年人告知,在向第三方授权处理其个人信息之前需征得监护人的同意。
|
14
|
+
|
15
|
+
我们提醒您,仔细阅读本声明并确认了解我们对未成年人个人信息的处理规则,如您在阅读本声明过程中有任何疑问或权利请求等个人信息相关事宜的,我们为您提供了专门的反馈渠道,请联系我们,我们会尽快为您作出解答。
|
16
|
+
|
17
|
+
### 我们收集哪些信息
|
18
|
+
|
19
|
+
畅课(TronClass)严格遵守法律法规的规定及与用户的约定,根据用户选择产品和服务的具体情况,收集监护人和未成年人的以下个人信息。
|
20
|
+
|
21
|
+
在未成年人使用产品和服务过程中,我们会要求您提供相关必要的信息,具体请查阅[《畅课(TronClass)隐私政策》](privacy-policy.html)“5.1. 用户信息”一节。
|
22
|
+
|
23
|
+
如果我们需要收集监护人或未成年人的其他个人信息,我们将再次告知监护人和未成年人,并征得监护人的同意。
|
24
|
+
|
25
|
+
监护人可以选择是否填写或向我们提供特定的信息。请您理解,监护人如果不填写或不提供某些特定的信息,可能会导致我们的产品和服务无法正常运行,或者无法实现我们拟提供的服务效果,监护人和未成年人可能无法正常使用我们的产品、服务或相关的具体业务功能。
|
26
|
+
|
27
|
+
### 我们如何使用这些信息
|
28
|
+
|
29
|
+
我们严格遵守法律法规的规定及与用户的约定,将收集的监护人和未成年人的信息用于以下用途:
|
30
|
+
|
31
|
+
- 提供必要的产品和服务、产品和服务的具体功能
|
32
|
+
- 用于优化产品和服务、安全保障
|
33
|
+
|
34
|
+
如果我们需要超出上述用途使用监护人或未成年人的个人信息,我们将再次告知监护人和未成年人,并征得监护人的同意。
|
35
|
+
|
36
|
+
### 管理、披露未成年人个人信息
|
37
|
+
我们遵照法律法规的规定,严格管理未成年人的个人信息。
|
38
|
+
|
39
|
+
我们仅在监护人事先同意并采取符合《个人信息保护法》等法律法规要求的相关合规措施的情况下,才可能与监护人共享未成年人的个人信息:
|
40
|
+
|
41
|
+
例如,我们会将部分未成年人个人信息(如未成年人用户名、账号,以及该未成年人在我们某些产品和服务中的记录等)与监护人进行共享,监护人可以访问和管理相关个人信息。
|
42
|
+
|
43
|
+
发生合并、收购、资产转让等随着我们业务的持续发展,当发生合并、收购、资产转让等交易导致向第三方共享或转移监护人和未成年人的个人信息时,我们将通过推送通知、公告等形式告知监护人和未成年人相关情形,按照法律法规及不低于本声明所要求的标准继续保护或要求新的管理者继续保护监护人和未成年人的个人信息。
|
44
|
+
|
45
|
+
一般情况下,我们禁止披露未成年人个人信息,但我们可能基于以下目的使用未成年人的个人信息:
|
46
|
+
- 遵守适用的法律法规等有关规定;
|
47
|
+
- 遵守法院判决、裁定或其他法律程序的规定;
|
48
|
+
- 遵守相关政府机关或其他法定授权组织的要求;
|
49
|
+
- 我们有理由确信需要遵守法律法规等有关规定;
|
50
|
+
- 为执行相关服务协议或本声明、维护社会公共利益,为保护我们的客户、我们或我们的关联公司、其他用户或雇员的人身财产安全或其他合法权益合理且必要的用途。
|
51
|
+
|
52
|
+
### 存储未成年人个人信息
|
53
|
+
畅课(TronClass)会采取加密等技术措施存储未成年人个人信息,确保信息安全。畅课(TronClass)存储未成年人个人信息,不会超过实现其收集、使用目的所必需的期限。请查阅[《畅课(TronClass)隐私政策》](privacy-policy.html)“信息存储及期限说明”、“个人信息保护”章节,详细了解我们如何存储和保护未成年人个人信息。
|
54
|
+
|
55
|
+
当我们的产品和服务发生停止运营的情形或监护人和未成年人的个人信息存储期限届满时,我们将采取例如,推送通知、公告等形式通知监护人和未成年人,并在合理的期限内删除或匿名化处理监护人和未成年人的个人信息。
|
56
|
+
|
57
|
+
|
58
|
+
### 更正、删除未成年人个人信息
|
59
|
+
在未成年人用户使用畅课(TronClass)产品和服务期间,为了监护人和未成年人可以更加便捷地访问、更正、删除相关个人信息,监护人可以通过我们提供的联系方式,来反馈和咨询相关信息。我们会在核实监护人反馈的问题后及时与监护人联系。请监护人理解,在核实过程中,我们可能需要监护人提供未成年人账号、未成年人身份信息、联系方式等个人信息,以便在完成身份验证和核实问题后继续响应监护人的需求。
|
60
|
+
|
61
|
+
|
62
|
+
### 访问未成年人个人信息
|
63
|
+
|
64
|
+
监护人和未成年人可以查看未成年人在使用我们产品和服务中提供或产生的个人信息,包括但不限于用户名、密码、头像、主动发布的内容等。
|
65
|
+
|
66
|
+
### 更正未成年人个人信息
|
67
|
+
当监护人和未成年人发现我们收集、使用和处理的未成年人个人信息有错误时,可以联系我们进行更正。我们会在完成身份验证和核实问题后,及时采取措施予以更正。
|
68
|
+
|
69
|
+
### 删除未成年人个人信息
|
70
|
+
|
71
|
+
如存在以下情况,监护人和未成年人可以联系我们删除收集、使用和处理的未成年人个人信息。我们会在完成身份验证和核实问题后,及时采取措施予以删除:
|
72
|
+
|
73
|
+
- 若我们违反法律、行政法规的规定或者双方的约定收集、存储、使用、转移、披露未成年人个人信息;
|
74
|
+
|
75
|
+
- 若我们超出目的范围或者必要期限收集、存储、使用、转移、披露未成年人个人信息;
|
76
|
+
|
77
|
+
- 若监护人撤回同意;
|
78
|
+
|
79
|
+
- 若监护人或未成年人通过注销等方式终止使用产品或者服务的。
|
80
|
+
|
81
|
+
但请注意,若监护人和未成年人要求我们删除特定未成年人个人信息,可能导致该未成年人用户无法继续使用我们的产品和服务或产品和服务中的某些具体业务功能。 如监护人发现在未事先征得监护人同意的情况下收集了未成年人的个人信息,请及时联系我们,我们会采取措施尽快删除相关数据。
|
82
|
+
|
83
|
+
|
84
|
+
### 本声明的适用
|
85
|
+
|
86
|
+
请您理解,如本声明未规定之处,参照适用[《畅课(TronClass)隐私政策》](privacy-policy.html)或具体产品的隐私保护指引。
|
87
|
+
|
88
|
+
在适用本声明的情况下,如本声明与[《畅课(TronClass)隐私政策》](privacy-policy.html)和具体产品的隐私保护指引的条款规定存在不一致的,以本声明为准。
|
89
|
+
|
90
|
+
<br />
|
91
|
+
<p>联系方式:029-81118068</p>
|
92
|
+
<p>联系地址:陕西省西安市长安区韦曲街道神舟大道秦创原航天新经济科技园3号楼10层</p>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en" mode="ios" class="hydrated">
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
6
|
+
<meta charset="utf-8" />
|
7
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
|
9
|
+
<meta http-equiv="cache-control" content="max-age=0">
|
10
|
+
<meta http-equiv="cache-control" content="no-cache">
|
11
|
+
<meta http-equiv="expires" content="0">
|
12
|
+
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
|
13
|
+
<meta http-equiv="pragma" content="no-cache">
|
14
|
+
<link rel="icon" href="favicon.ico">
|
15
|
+
<title>TronClass Children Privacy Policy</title>
|
16
|
+
<link href='policy-common.css?v={{ Math.random()}}' rel='stylesheet' type='text/css'>
|
17
|
+
<script type="text/javascript" src="https://cdn.staticfile.org/marked/4.0.1/marked.min.js"></script>
|
18
|
+
<script type="text/javascript" src="policy-common.js?v={{ Math.random()}}"></script>
|
19
|
+
<script>
|
20
|
+
window.renderContent({
|
21
|
+
infoFile: "children-privacy-policy-info",
|
22
|
+
contentFile: "children-privacy-policy",
|
23
|
+
});
|
24
|
+
</script>
|
25
|
+
</head>
|
26
|
+
|
27
|
+
<body>
|
28
|
+
<div id="content" class="content markdown">Loading ......</div>
|
29
|
+
</body>
|
30
|
+
|
31
|
+
</html>
|
package/mathjax.html
ADDED
@@ -0,0 +1,213 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
|
+
<title>TronClass MathJax Playground</title>
|
8
|
+
<style>
|
9
|
+
body,
|
10
|
+
code,
|
11
|
+
pre,
|
12
|
+
div {
|
13
|
+
padding: 0;
|
14
|
+
margin: 0;
|
15
|
+
}
|
16
|
+
|
17
|
+
body {
|
18
|
+
width: 100dvw;
|
19
|
+
height: 100dvh;
|
20
|
+
font-size: 16px;
|
21
|
+
display: flex;
|
22
|
+
flex-direction: column;
|
23
|
+
}
|
24
|
+
|
25
|
+
.content {
|
26
|
+
margin: 1rem;
|
27
|
+
flex: 1;
|
28
|
+
display: flex;
|
29
|
+
flex-direction: column;
|
30
|
+
align-items: center;
|
31
|
+
overflow-y: auto;
|
32
|
+
overflow-x: hidden;
|
33
|
+
}
|
34
|
+
|
35
|
+
.content textarea {
|
36
|
+
padding: 0.5rem;
|
37
|
+
width: calc(100% - 1.5rem);
|
38
|
+
min-height: 10%;
|
39
|
+
max-height: 70%;
|
40
|
+
resize: vertical;
|
41
|
+
border-color: darkolivegreen;
|
42
|
+
}
|
43
|
+
|
44
|
+
.content .codeArea {
|
45
|
+
width: 100%;
|
46
|
+
box-sizing: border-box;
|
47
|
+
position: relative;
|
48
|
+
background: #f3f3f3;
|
49
|
+
margin-top: 1rem;
|
50
|
+
border-radius: 3px;
|
51
|
+
padding: 2rem 1rem 1rem 1rem;
|
52
|
+
}
|
53
|
+
|
54
|
+
.content .codeArea .langTag {
|
55
|
+
position: absolute;
|
56
|
+
display: inline-block;
|
57
|
+
right: 0;
|
58
|
+
color: wheat;
|
59
|
+
top: 0;
|
60
|
+
font-size: 0.8rem;
|
61
|
+
padding: 5px;
|
62
|
+
border-radius: 3px;
|
63
|
+
background-color: black;
|
64
|
+
}
|
65
|
+
|
66
|
+
.content pre code {
|
67
|
+
white-space: pre;
|
68
|
+
}
|
69
|
+
|
70
|
+
.content .codeArea pre code.hljs {
|
71
|
+
padding: 0;
|
72
|
+
}
|
73
|
+
|
74
|
+
.content .output {
|
75
|
+
width: 100%;
|
76
|
+
word-break: break-word;
|
77
|
+
}
|
78
|
+
|
79
|
+
.content .error {
|
80
|
+
width: 100%;
|
81
|
+
color: brown;
|
82
|
+
word-break: break-word;
|
83
|
+
}
|
84
|
+
|
85
|
+
.content .renderButton {
|
86
|
+
align-self: flex-start;
|
87
|
+
margin: 1rem 0 1rem 0.1rem;
|
88
|
+
}
|
89
|
+
</style>
|
90
|
+
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/styles/atom-one-light.min.css">
|
91
|
+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
92
|
+
<script>
|
93
|
+
MathJax = {
|
94
|
+
startup: {
|
95
|
+
typeset: false,
|
96
|
+
},
|
97
|
+
loader: {
|
98
|
+
load: [
|
99
|
+
// "input/tex-base",
|
100
|
+
"input/tex",
|
101
|
+
"input/mml",
|
102
|
+
"output/svg",
|
103
|
+
"[tex]/ams",
|
104
|
+
"[tex]/autoload",
|
105
|
+
"[tex]/mhchem",
|
106
|
+
"[tex]/physics",
|
107
|
+
]
|
108
|
+
},
|
109
|
+
tex: {
|
110
|
+
inlineMath: [
|
111
|
+
["$", "$"],
|
112
|
+
["\\(", "\\)"],
|
113
|
+
],
|
114
|
+
displayMath: [
|
115
|
+
["$$", "$$"],
|
116
|
+
["\\[", "\\]"],
|
117
|
+
],
|
118
|
+
packages: {"[+]": ["ams", "autoload", "mhchem", "physics"]},
|
119
|
+
autoload: {
|
120
|
+
color: [],
|
121
|
+
colorv2: ["color"],
|
122
|
+
},
|
123
|
+
},
|
124
|
+
options: {
|
125
|
+
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "code"],
|
126
|
+
}
|
127
|
+
};
|
128
|
+
|
129
|
+
let mathJaxInited = new Promise((resolve) => {
|
130
|
+
Object.assign(MathJax.startup, {
|
131
|
+
ready: () => {
|
132
|
+
MathJax.startup.defaultReady();
|
133
|
+
},
|
134
|
+
pageReady: () => {
|
135
|
+
MathJax.startup.defaultPageReady();
|
136
|
+
resolve();
|
137
|
+
},
|
138
|
+
});
|
139
|
+
(() => {
|
140
|
+
var script = document.createElement('script');
|
141
|
+
script.src = 'https://unpkg.com/mathjax@3.1.2/es5/startup.js';
|
142
|
+
script.async = true;
|
143
|
+
document.head.appendChild(script);
|
144
|
+
})();
|
145
|
+
});
|
146
|
+
|
147
|
+
|
148
|
+
</script>
|
149
|
+
<script type="module">
|
150
|
+
import {createApp} from 'https://unpkg.com/petite-vue?module';
|
151
|
+
import hljs from 'https://unpkg.com/@highlightjs/cdn-assets@11.9.0/es/highlight.min.js';
|
152
|
+
import latex from 'https://unpkg.com/@highlightjs/cdn-assets@11.9.0/es/languages/latex.min.js';
|
153
|
+
|
154
|
+
hljs.registerLanguage('latex', latex);
|
155
|
+
|
156
|
+
createApp({
|
157
|
+
latex: String.raw`$\arctan({\frac{x}{\sqrt{6}}})$`,
|
158
|
+
isRender: true,
|
159
|
+
error: null,
|
160
|
+
contentRef: null,
|
161
|
+
outputRef: null,
|
162
|
+
mathJaxVersion: MathJax.version,
|
163
|
+
onMounted() {
|
164
|
+
this.contentRef = document.getElementById("content");
|
165
|
+
this.code = document.getElementById("code");
|
166
|
+
this.output = document.getElementById("output");
|
167
|
+
|
168
|
+
this.renderCode();
|
169
|
+
this.contentRef.style.visibility = "visible";
|
170
|
+
},
|
171
|
+
renderCode() {
|
172
|
+
this.code.innerHTML = hljs.highlight(this.latex, {language: "latex"}).value;
|
173
|
+
},
|
174
|
+
async onClickRender(evt) {
|
175
|
+
this.error = null;
|
176
|
+
this.isRender = true;
|
177
|
+
this.output.innerHTML = this.latex.replace("\n", "<br />");
|
178
|
+
try {
|
179
|
+
await mathJaxInited;
|
180
|
+
this.mathJaxVersion = MathJax.version;
|
181
|
+
MathJax.typesetClear();
|
182
|
+
MathJax.texReset();
|
183
|
+
await MathJax.typesetPromise([this.output]);
|
184
|
+
} catch (error) {
|
185
|
+
this.error = error.toString();
|
186
|
+
}
|
187
|
+
this.isRender = false;
|
188
|
+
},
|
189
|
+
}).mount("#app");
|
190
|
+
</script>
|
191
|
+
</head>
|
192
|
+
|
193
|
+
<body id="app" v-scope>
|
194
|
+
<div id="content" class="content" style="visibility: hidden;" @vue:mounted="onMounted">
|
195
|
+
<h1>TronClass MathJax V{{mathJaxVersion}} Playground</h1>
|
196
|
+
<textarea autocomplete="off" placeholder="LaTeX eq." wrap="soft" spellcheck="false" @input="renderCode" v-model="latex"></textarea>
|
197
|
+
<div class="codeArea">
|
198
|
+
<span class="langTag">Latex</span>
|
199
|
+
<pre><code class="language-latex" id="code">{{latex}}</code></pre>
|
200
|
+
</div>
|
201
|
+
<button @click="onClickRender" class="renderButton">Render</button>
|
202
|
+
<div v-show="!isRender" class="output">
|
203
|
+
<h3>Output:</h3>
|
204
|
+
<div id="output"></div>
|
205
|
+
</div>
|
206
|
+
<div v-if="error" class="output error">
|
207
|
+
<h3>Error:</h3>
|
208
|
+
{{error}}
|
209
|
+
</div>
|
210
|
+
</div>
|
211
|
+
</body>
|
212
|
+
|
213
|
+
</html>
|
package/package.json
CHANGED
package/privacy-policy-info.json
CHANGED
package/privacy-policy-zh-CN.md
CHANGED
@@ -104,7 +104,7 @@
|
|
104
104
|
|
105
105
|
10. 应用使用中所需权限说明
|
106
106
|
|
107
|
-
10.1. 使用相册/存储:
|
107
|
+
10.1. 使用相册/存储: 用于允许畅课使用您相册内的照片,以及将照片存储到本地相册。
|
108
108
|
|
109
109
|
10.2. 使用相机: 用于畅课中拍摄照片和视频提交作业,签到扫一扫等功能。
|
110
110
|
|
@@ -120,10 +120,46 @@
|
|
120
120
|
|
121
121
|
11.3 当您打开畅课(TronClass)内部下载的文件后,会关联启动第三方 APP
|
122
122
|
|
123
|
+
12. 信息存储及期限说明
|
124
|
+
|
125
|
+
12.1 除非另有约定或法律另有规定,我们在中华人民共和国境内收集和产生的个人信息将储存在中华人民共和国境内。对在中华人民共和国境外收集和产生的个人信息,我们将按照中华人民共和国认可效力的法律、法规、国际规则或国际惯例予以存储。
|
126
|
+
|
127
|
+
12.2 如需跨境存储或向境外提供您的个人信息的,我们会单独向您明确告知(包括出境的目的、接收方、使用方式与范围、使用内容、安全保障措施、安全风险等)并再次征得您的授权同意,并严格要求接收方按照本隐私政策以及其他相关要求来处理您的个人信息。
|
128
|
+
|
129
|
+
在下列情况下,我们可能因需符合法律法规要求,更改个人信息的存储时间:
|
130
|
+
|
131
|
+
(1)为遵守适用的法律法规等有关规定;
|
132
|
+
|
133
|
+
(2)为遵守法院判决、裁定或其他法律程序的规定;
|
134
|
+
|
135
|
+
(3)为遵守相关政府机关或法定授权组织的要求;
|
136
|
+
|
137
|
+
(4)为执行相关服务协议或本隐私政策、维护社会公共利益,为保护我们及我们的客户、关联公司、其他用户或雇员的人身财产安全或其他合法权益所合理必需的用途;
|
138
|
+
|
139
|
+
(5)为遵循学校/机构管理者提供的教学管理要求。
|
140
|
+
|
141
|
+
13. 个人信息保护
|
142
|
+
|
143
|
+
为了保护您的个人信息安全,我们将努力采取各种符合行业标准的安全措施来保护您的个人信息以最大程度降低您的个人信息被毁损、盗用、泄露、非授权访问、使用、披露和更改的风险。我们将积极建立数据分类分级制度、数据安全管理规范、数据安全开发规范来管理规范个人信息的存储和使用,确保未收集与我们提供的服务务无关的个人信息。
|
144
|
+
|
145
|
+
您的账户均有安全保护功能,请妥善保管您的账户及密码信息。我们建议您在使用其他交流工具时,注意保护个人信息安全,不要泄露个人信息或您的账户私密信息,同时在相关工具上启用复杂的密码。为防止安全事故的发生,我们已按照法律法规的规定,制定了妥善的预警机制和应急预案。同时,我们还将按照监管部门要求,主动上报个人信息安全事件的处置情况,紧密配合政府机关的工作。
|
146
|
+
|
147
|
+
我们仅在实现本声明所述目的(具体见条款5)所必需的时间内保留您的个人信息,账号注销由学校/机构统一处理。
|
148
|
+
|
149
|
+
此外,当我们的产品或服务发生停止运营的情形时,我们将以推送通知、公告等形式通知您,并在合理的期限内删除您的个人信息或进行匿名化脱敏处理。
|
150
|
+
|
151
|
+
14. 未成年人保护
|
152
|
+
|
153
|
+
我们的产品、网站和服务主要面向学校/机构教师身份用户、管理员身份用户和学生身份用户,均以成年人为主。但是,我们非重视对未成年人个人信息的保护,严格按照相关法律规定处理未成年人个人信息。
|
154
|
+
|
155
|
+
根据相关法律法规的规定,若您是已满14周岁的未成年人,在使用我们相关服务前,应在您的监护人(如您的父母)监护、指导下共同阅读并同意本隐私保护指引,并建议您在提交您的个人信息之前寻求父母或监护人的同意和指导。如您的父母或监护人不同意您按照本政策使用我们的产品与/或服务或向我们提供信息,请您立即终止使用我们的产品与/或服务,并及时通知我们,以便我们采取相应的措施。
|
156
|
+
|
157
|
+
特别的,如您为不满14周岁的未成年人,您应在征得您监护人同意,并且确认同意本隐私保护指引和[《未成年人隐私保护声明》](children-privacy-policy.html)后再行向我们提供您的个人信息。
|
158
|
+
|
123
159
|
|
124
160
|
<br />
|
125
161
|
感谢您花时间了解我们的隐私政策!我们将尽全力保护您的个人信息和合法权益,再次感谢您的信任!
|
126
162
|
|
127
163
|
<br />
|
128
164
|
<p>联系方式:029-81118068</p>
|
129
|
-
<p
|
165
|
+
<p>联系地址:陕西省西安市长安区韦曲街道神舟大道秦创原航天新经济科技园3号楼10层</p>
|