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:
@@ -45,7 +45,7 @@
|
||||
3. **逻辑图解**:用 Mermaid 展示异步处理流程。
|
||||
|
||||
### 示例 Mermaid (类图)
|
||||
```mermaid
|
||||
\`\`\`mermaid
|
||||
classDiagram
|
||||
class UserRouter {
|
||||
+get_user()
|
||||
@@ -61,4 +61,4 @@ classDiagram
|
||||
}
|
||||
UserRouter --> UserService
|
||||
UserService --> VectorStore
|
||||
```
|
||||
\`\`\`
|
||||
|
||||
Reference in New Issue
Block a user