YueHuLab commited on
Commit
3cb9733
·
verified ·
1 Parent(s): 40cd869

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +76 -85
index.html CHANGED
@@ -1,86 +1,77 @@
1
- <!doctype html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p></p>
13
- <p>
14
-
15
-
16
- # BabyWriteChinese
17
-
18
- **AI-Powered Chinese Handwriting Practice for Kids / 幼儿 AI 汉字启蒙与书写练习**
19
-
20
- ---
21
-
22
- ## English Support
23
-
24
- Thank you for choosing **BabyWriteChinese**. We provide a safe, fun, and distraction-free environment for children to learn Chinese characters through state-of-the-art **On-Device AI** scoring technology.
25
-
26
- ### Contact Us
27
-
28
- If you have any questions, encounter technical issues, or have suggestions for improvement, please contact us via:
29
-
30
- * 📧 **Email:** 710354687@qq.com
31
- * 🐛 **Issue Tracking:** Report bugs or request features directly on our GitHub Issues page.
32
-
33
- ### FAQ
34
-
35
- **🔹 How does the AI scoring work?**
36
- Our AI model runs entirely on your device. It analyzes children's stroke order and structure in real-time to provide encouraging feedback without needing an internet connection.
37
-
38
- **🔹 Is the app safe for children?**
39
- Absolutely. We prioritize children's privacy. The app requires no registration, contains no ads, and has no external social features. All practice data stays locally on the device.
40
-
41
- **🔹 Does it support Apple Pencil or Stylus?**
42
- Yes. **BabyWriteChinese** is optimized for Apple Pencil and other styluses, providing a natural writing experience that helps children develop proper pen-holding habits.
43
-
44
- ---
45
-
46
- ## 中文支持
47
-
48
- 感谢您选择 **《BabyWriteChinese》**(宝贝写汉字)。我们致力于通过领先的**设备端 AI 技术**,为孩子们打造一个安全、纯净且充满鼓励的汉字启蒙平台,让孩子在指尖感受汉字之美。
49
-
50
- ### 联系我们
51
-
52
- 如果您在使用过程中遇到任何问题、发现程序漏洞 (Bug) 或有任何改进建议,请通过以下方式联系开发者:
53
-
54
- * 📧 **联系邮箱:** 710354687@qq.com
55
- * 🐛 **问题反馈:** 您也可以直接在我们的 GitHub Issues 页面提交问题或功能建议。
56
-
57
- ### 常见问题
58
-
59
- **🔹 AI 打分的原理是什么?**
60
- 本应用集成的 AI 评分引擎完全运行在您的手机或平板设备本地。它会从笔画顺序、间架结构等多个维度对孩子的书写进行实时评估,并给出鼓励性的评分,全程无需联网。
61
-
62
- **🔹 孩子的书写轨迹会上传吗?**
63
- 绝对不会。我们深知儿童数据的敏感性,应用坚持“数据不出设备”原则。孩子的所有练习记录、作品均仅保存在本地安全沙盒内,我们不收集、不上传任何个人信息。
64
-
65
- **🔹 是否包含广告或诱导消费?**
66
- 没有。为了给孩子提供一个专注的学习环境,应用内没有任何形式的第三方广告。我们采用透明的“一次性买断”模式,无订阅陷阱,无隐藏扣费。
67
-
68
- **🔹 支持 Apple Pencil 吗?**
69
- 完美支持。我们针对 Apple Pencil 及各类电容笔进行了深度优化,模拟真实的纸笔书写手感,帮助孩子更自然地过渡到纸面书写。
70
-
71
- **🔹 如何恢复购买?**
72
- 如果您更换了设备或重装了应用,只需在设置页面点击“恢复购买”按钮,系统将自动通过您的 Apple ID 找回已解锁的专业版功能。
73
-
74
- ---
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
83
- </p>
84
- </div>
85
- </body>
86
- </html>
 
1
+ <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>BabyWriteChinese - Support & Privacy</title>
7
+ <style>
8
+ body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #f5f5f7; }
9
+ .card { background: white; padding: 40px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
10
+ h1 { color: #1d1d1f; border-bottom: 2px solid #3498db; padding-bottom: 10px; }
11
+ h2 { color: #2980b9; margin-top: 30px; border-left: 4px solid #2980b9; padding-left: 15px; }
12
+ h3 { color: #444; margin-top: 20px; }
13
+ hr { border: 0; border-top: 1px solid #eee; margin: 30px 0; }
14
+ .faq-item { background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 10px; }
15
+ .highlight { font-weight: bold; color: #e67e22; }
16
+ a { color: #0071e3; text-decoration: none; }
17
+ a:hover { text-decoration: underline; }
18
+ </style>
19
+ </head>
20
+ <body>
21
+ <div class="card">
22
+ <h1>BabyWriteChinese</h1>
23
+ <p><strong>AI-Powered Chinese Handwriting Practice for Kids / 幼儿 AI 汉字启蒙与书写练习</strong></p>
24
+
25
+ <hr>
26
+
27
+ <h2>English Support</h2>
28
+ <p>Thank you for choosing <strong>BabyWriteChinese</strong>. We provide a safe, fun, and distraction-free environment for children to learn Chinese characters through state-of-the-art <strong>On-Device AI</strong> scoring technology[cite: 1].</p>
29
+
30
+ <h3>Contact Us</h3>
31
+ <ul>
32
+ <li>📧 <strong>Email:</strong> 710354687@qq.com</li>
33
+ <li>🐛 <strong>Support:</strong> For technical issues or feature requests, please contact us via email.</li>
34
+ </ul>
35
+
36
+ <h3>FAQ</h3>
37
+ <div class="faq-item">
38
+ <p><strong>🔹 How does the AI scoring work?</strong><br>
39
+ Our AI model runs entirely on your device. It analyzes children's stroke order and structure in real-time to provide encouraging feedback without needing an internet connection[cite: 1].</p>
40
+ </div>
41
+ <div class="faq-item">
42
+ <p><strong>🔹 Is the app safe for children?</strong><br>
43
+ Absolutely. We prioritize children's privacy. The app requires no registration, contains no ads, and has no external social features. All practice data stays locally on the device[cite: 1].</p>
44
+ </div>
45
+
46
+ <hr>
47
+
48
+ <h2>中文支持</h2>
49
+ <p>感谢您选择 <strong>《BabyWriteChinese》</strong>(宝贝写汉字)。我们致力于通过领先的<strong>设备端 AI 技术</strong>,为孩子们打造一个安全、纯净且充满鼓励的汉字启蒙平台[cite: 1]。</p>
50
+
51
+ <h3>联系我们</h3>
52
+ <ul>
53
+ <li>📧 <strong>联系邮箱:</strong> 710354687@qq.com</li>
54
+ <li>反馈建议:如果您在使用过程中遇到任何问题,请随时通过邮件联系开发者。</li>
55
+ </ul>
56
+
57
+ <h3>常见问题</h3>
58
+ <div class="faq-item">
59
+ <p><strong>🔹 AI 打分的原理是什么?</strong><br>
60
+ 本应用集成的 AI 评分引擎完全运行在您的设备本地。它会从笔画顺序、间架结构等维度对书写进行实时评估,全程无需联网[cite: 1]</p>
61
+ </div>
62
+ <div class="faq-item">
63
+ <p><strong>🔹 孩子的书写轨迹会上传吗?</strong><br>
64
+ 绝对不会。应用坚持“数据不出设备”原则,所有练习记录均仅保存在本地安全沙盒内,我们不收集、不上传任何个人信息[cite: 1]。</p>
65
+ </div>
66
+ <div class="faq-item">
67
+ <p><strong>🔹 是否包含广告或订阅?</strong><br>
68
+ 没有。应用采用透明的“一次性买断”模式,无广告,无订阅陷阱,无隐藏扣费[cite: 1]。</p>
69
+ </div>
70
+
71
+ <hr>
72
+ <p style="text-align: center; font-size: 0.9em; color: #888;">
73
+ <a href="PrivacyPolicy.html">Privacy Policy (隐私政策)</a> | <a href="TermsOfService.html">Terms of Service (服务条款)</a>
74
+ </p>
75
+ </div>
76
+ </body>
77
+ </html>