-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
52 lines (48 loc) · 2.06 KB
/
Copy pathsupport.html
File metadata and controls
52 lines (48 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support — Mood Button</title>
<meta name="description" content="Support page for Mood Button.">
<link rel="stylesheet" href="./styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/app-icon-32.png">
<link rel="apple-touch-icon" sizes="180x180" href="./icons/app-icon-180.png">
</head>
<body>
<nav class="nav">
<div class="nav-inner">
<a class="brand" href="./">
<img src="./icons/app-icon-64.png" alt="Mood Button">
<span>Mood Button<span>心情按钮</span></span>
</a>
<div class="nav-links">
<a class="keep-mobile" href="./privacy.html">Privacy</a>
<a class="keep-mobile" href="./terms.html">Terms</a>
</div>
</div>
</nav>
<main class="legal-page">
<a href="./">Back to home</a>
<h1>Support</h1>
<p class="updated">Mood Button support and feedback.</p>
<h2>Contact</h2>
<p>Email: <a href="mailto:zikedece@proton.me">zikedece@proton.me</a></p>
<p>GitHub Issues: <a href="https://github.com/hooosberg/mood-button/issues">hooosberg/mood-button/issues</a></p>
<h2>Before Reporting</h2>
<ul>
<li>Include your iPhone model and iOS version.</li>
<li>Tell us which app language you are using.</li>
<li>For speech issues, mention the spoken language and whether Speech Recognition permission is allowed.</li>
<li>For weather issues, mention whether Location permission is allowed.</li>
<li>Please do not send private diary text unless you intentionally choose to share it.</li>
</ul>
<h2>Known Launch Notes</h2>
<ul>
<li>Speech recognition availability depends on Apple's system support for your device, region, and language.</li>
<li>Weather is optional and requires Location permission plus network access to Open-Meteo.</li>
<li>Premium skins are optional visual content. The diary flow remains usable without purchasing them.</li>
</ul>
</main>
</body>
</html>