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

@@ -47,7 +47,7 @@
3. **结构可视化**:用 Mermaid 生成 ER 图。
### 示例 Mermaid (ER图)
```mermaid
\`\`\`mermaid
erDiagram
User ||--o{ Order : places
User ||--o{ TrafficPool : owns
@@ -59,4 +59,4 @@ erDiagram
string orderId
float amount
}
```
\`\`\`