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
+88
View File
@@ -0,0 +1,88 @@
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: '服务协议 - 宇之然',
description: '宇之然 AI 学习与实践平台服务协议',
};
export default function TermsPage() {
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">
AI "本平台" AI AI AI 使
</p>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<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 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>
<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">
使
</p>
</section>
<section className="mb-8">
<h2 className="text-xl font-semibold text-foreground mb-3"></h2>
<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">
AI
AI
AI
</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"></h2>
<p className="text-muted-foreground leading-relaxed">
contact@yuzhiran.com
</p>
</section>
</div>
);
}