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