feat: Phase 1-3 全部完成 — 沙盒增强、学情分析、学习路径

This commit is contained in:
yuzhiran-dev
2026-05-18 09:48:51 +08:00
commit 11bb86854c
277 changed files with 37755 additions and 0 deletions
+79
View File
@@ -0,0 +1,79 @@
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: '隐私政策 - 宇之然',
description: '宇之然 AI 学习与实践平台隐私政策',
};
export default function PrivacyPage() {
return (
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<h1 className="text-3xl font-bold text-foreground mb-8"></h1>
<p className="text-sm text-muted-foreground mb-8">2025 1 </p>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<p className="text-muted-foreground leading-relaxed mb-3">
使
</p>
<ul className="list-disc pl-6 text-muted-foreground leading-relaxed space-y-1">
<li></li>
<li>使 AI </li>
<li></li>
<li></li>
</ul>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3">使</h2>
<p className="text-muted-foreground leading-relaxed mb-3"></p>
<ul className="list-disc pl-6 text-muted-foreground leading-relaxed space-y-1">
<li></li>
<li></li>
<li></li>
<li> AI </li>
<li></li>
</ul>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<p className="text-muted-foreground leading-relaxed">
SSL/TLS 访 100%
</p>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<p className="text-muted-foreground leading-relaxed">
</p>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3">Cookie 使</h2>
<p className="text-muted-foreground leading-relaxed">
使 Cookie Cookie
</p>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<p className="text-muted-foreground leading-relaxed mb-3"></p>
<ul className="list-disc pl-6 text-muted-foreground leading-relaxed space-y-1">
<li>访</li>
<li></li>
<li></li>
<li></li>
</ul>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<p className="text-muted-foreground leading-relaxed">
contact@yuzhiran.com
</p>
</section>
</div>
);
}