ChatGPT-Next-Web/注意事项.md
2024-08-14 13:23:45 +08:00

8 lines
335 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 路由相关
- 此项目不是使用nextjs的app路由方式而是使用react-router-dom 的路由方式,
- 定义路由的位置是在 `app/components/Home.tsx` 文件中
- 根路由 renderContent
- WindowContent下的Routes包裹是切换路由
- 路由映射是在 [text](app/constant.ts) 文件中定义的Path如下