refactor: overhaul homepage and app structure

Simplify homepage, show chapter counts, display directory, trim bottom nav, in-page match feature, move marketing content, and enhance "My" page.

#VERCEL_SKIP

Co-authored-by: undefined <undefined+undefined@users.noreply.github.com>
This commit is contained in:
v0
2026-01-14 05:10:32 +00:00
parent c1953b89c1
commit f3195d9331
79 changed files with 1391 additions and 1077 deletions

View File

@@ -45,7 +45,7 @@
3. **逻辑图解**:用 Mermaid 展示异步处理流程。
### 示例 Mermaid (类图)
```mermaid
\`\`\`mermaid
classDiagram
class UserRouter {
+get_user()
@@ -61,4 +61,4 @@ classDiagram
}
UserRouter --> UserService
UserService --> VectorStore
```
\`\`\`