mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
8 lines
335 B
Markdown
8 lines
335 B
Markdown
# 路由相关
|
||
|
||
- 此项目不是使用nextjs的app路由方式,而是使用react-router-dom 的路由方式,
|
||
- 定义路由的位置是在 `app/components/Home.tsx` 文件中
|
||
- 根路由 renderContent
|
||
- WindowContent下的Routes包裹是切换路由
|
||
- 路由映射是在 [text](app/constant.ts) 文件中定义的Path,如下:
|