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:
@@ -52,7 +52,7 @@ export default function PrivacyPage() {
|
||||
当您通过电子邮件验证码登录时,我们仅收集您的电子邮件地址。
|
||||
</p>
|
||||
<p className="mt-3">
|
||||
我们不会收集您在游戏中输入的故事提示词、对话选择或其他游戏内容。游戏会话数据仅存在于您的浏览器中,不会传输至我们的服务器进行存储。
|
||||
您在游戏中输入的故事提示词和对话选择会被传输至服务器以供 AI 模型实时处理,但不会在我们的服务器上持久存储。游戏会话结束后,相关数据不会被保留。
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user