-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
96 lines (78 loc) · 3.9 KB
/
support.html
File metadata and controls
96 lines (78 loc) · 3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
54
55
56
57
58
59
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
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support / 支持 - StayBack</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; }
h1 { font-size: 1.8em; margin-bottom: 0.5em; }
h2 { font-size: 1.4em; margin-top: 1.5em; margin-bottom: 0.5em; color: #1a1a1a; }
p, li { margin-bottom: 0.5em; }
ul { padding-left: 1.5em; }
.section { margin-bottom: 2em; }
.divider { border: none; border-top: 1px solid #e0e0e0; margin: 2em 0; }
a { color: #007AFF; text-decoration: none; }
</style>
</head>
<body>
<h1>支持</h1>
<div class="section">
<h2>关于 StayBack(保持距离)</h2>
<p>StayBack 是一款帮助您减少手机使用、培养自律习惯的 App。通过 Apple Watch 与 iPhone 的 UWB 距离检测,结合数学计算游戏和 15 分钟冷静时间窗口,帮助您在拿起手机前三思。</p>
</div>
<div class="section">
<h2>系统要求</h2>
<ul>
<li>iPhone: 支持 UWB 的机型 (iPhone 11 及以上)</li>
<li>Apple Watch: 支持 UWB 的机型 (Apple Watch Series 6 及以上,或 Apple Watch Ultra)</li>
<li>iOS 17.0 或更高版本</li>
<li>watchOS 10.0 或更高版本</li>
</ul>
</div>
<div class="section">
<h2>常见问题</h2>
<h3>Q: 为什么需要 Apple Watch?</h3>
<p>StayBack 使用 UWB 技术测量 iPhone 与 Apple Watch 之间的距离。当您走到足够远的距离时,才能开始解锁流程,这鼓励您物理上远离手机。</p>
<h3>Q: 为什么需要屏幕使用时间权限?</h3>
<p>App 使用 Apple 的 Family Controls API 来限制您选定的 App。这是 Apple 提供的官方 API,您的数据安全有保障。</p>
<h3>Q: 数据是否安全?</h3>
<p>所有数据均存储在您的设备本地,不会上传至任何服务器。请参阅我们的<a href="privacy-policy.html">隐私政策</a>了解详情。</p>
</div>
<div class="section">
<h2>联系我们</h2>
<p>如果您遇到问题或有任何建议,请通过以下方式联系我们:</p>
<p>邮箱: <a href="mailto:nicktuesda@gmail.com">nicktuesda@gmail.com</a></p>
</div>
<hr class="divider">
<h1>Support</h1>
<div class="section">
<h2>About StayBack</h2>
<p>StayBack is an app that helps you reduce phone usage and build self-discipline. Using UWB distance detection between Apple Watch and iPhone, combined with math calculation games and a 15-minute cool-down window, it helps you think twice before picking up your phone.</p>
</div>
<div class="section">
<h2>System Requirements</h2>
<ul>
<li>iPhone: Models with UWB support (iPhone 11 and later)</li>
<li>Apple Watch: Models with UWB support (Apple Watch Series 6 and later, or Apple Watch Ultra)</li>
<li>iOS 17.0 or later</li>
<li>watchOS 10.0 or later</li>
</ul>
</div>
<div class="section">
<h2>FAQ</h2>
<h3>Q: Why is Apple Watch required?</h3>
<p>StayBack uses UWB technology to measure the distance between your iPhone and Apple Watch. You need to walk far enough away before starting the unlock process, encouraging you to physically distance yourself from your phone.</p>
<h3>Q: Why does Screen Time permission need to be granted?</h3>
<p>The app uses Apple's Family Controls API to restrict your selected apps. This is Apple's official API, ensuring your data security.</p>
<h3>Q: Is my data safe?</h3>
<p>All data is stored locally on your device and is never uploaded to any server. See our <a href="privacy-policy.html">Privacy Policy</a> for details.</p>
</div>
<div class="section">
<h2>Contact Us</h2>
<p>If you encounter any issues or have suggestions, please contact us at:</p>
<p>Email: <a href="mailto:nicktuesda@gmail.com">nicktuesda@gmail.com</a></p>
</div>
</body>
</html>