-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
61 lines (50 loc) · 3.52 KB
/
Copy pathterms.html
File metadata and controls
61 lines (50 loc) · 3.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use — Mood Button</title>
<meta name="description" content="Terms of Use for Mood Button, a private voice mood diary for iPhone.">
<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="./support.html">Support</a>
</div>
</div>
</nav>
<main class="legal-page">
<a href="./">Back to home</a>
<h1>Terms of Use</h1>
<p class="updated">Effective: June 13, 2026</p>
<h2>1. Acceptance</h2>
<p>By downloading or using Mood Button, you agree to these Terms of Use and the <a href="./privacy.html">Privacy Policy</a>. If you do not agree, do not use the app.</p>
<h2>2. What the App Does</h2>
<p>Mood Button is an iPhone app for private voice mood journaling. It lets you record short voice notes, turn them into diary text, review entries through calendar and search views, and optionally unlock additional home skins.</p>
<h2>3. Not Medical or Mental Health Care</h2>
<p>The app is a personal diary tool. It does not provide medical care, mental health diagnosis, therapy, crisis support, or treatment advice. Mood labels and summaries are only lightweight review aids. For urgent, medical, or safety-related needs, contact qualified professionals or local emergency services.</p>
<h2>4. Local AI and Accuracy</h2>
<p>AI-generated diary text, titles, summaries, mood signals, and keywords may be incomplete or inaccurate. Important details should be checked against your original notes and your own judgment.</p>
<h2>5. Your Content</h2>
<p>Your recordings and diary text belong to you. You are responsible for the content you record, export, or share. Do not use the app to store or distribute content that violates applicable law or the rights of others.</p>
<h2>6. Optional Purchases</h2>
<p>The core diary flow remains available without buying optional skins. Additional home skins may be sold as a non-consumable one-time unlock. Prices are shown by the App Store in your local currency. Purchases, restores, refunds, and Family Sharing eligibility are handled by Apple under App Store rules.</p>
<h2>7. Apple Standard EULA</h2>
<p>The app is distributed through the Apple App Store and is also governed by Apple's Standard End User License Agreement: <a href="https://www.apple.com/legal/internet-services/itunes/dev/stdeula/">Apple Standard EULA</a>.</p>
<h2>8. Changes</h2>
<p>We may update these Terms from time to time. The Effective date will change when the Terms are updated. Continued use of the app after an update means you accept the updated Terms.</p>
<h2>9. Contact</h2>
<p>Questions can be sent to <a href="mailto:zikedece@proton.me">zikedece@proton.me</a> or opened through <a href="https://github.com/hooosberg/mood-button/issues">GitHub Issues</a>.</p>
<p class="updated">This English text is the controlling version. Translations may be provided later for convenience.</p>
</main>
</body>
</html>