fix(web): clarify data transmission vs storage in legal pages

Distinguish between temporary server-side processing and persistent
storage to accurately reflect the actual data flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yuanzonghao
2026-06-14 23:04:22 +08:00
parent b7ff39d467
commit d813d3dccf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export default function PrivacyPage() {
</p>
<p className="mt-3">
AI
</p>
</section>
+1 -1
View File
@@ -104,7 +104,7 @@ export default function TermsPage() {
</h2>
<p>
{" "}
AI {" "}
<Link
href="/privacy"
className="text-ember-500 hover:text-ember-400 transition-colors underline decoration-clay-900/20 underline-offset-2"