项目结构大致预览
vastsea-frontend-next/
├── messages/
│ ├── en.json
│ ├── zh-cn.json
│ ├── zh-hk.json
├── project.inlang/
│ └── settings.json
├── public/
│ └── fonts
├── src/
│ └── app/
│ └── components/
│ └── ui/
需注意的几个文件夹
vastsea-frontend-next/
└── messages/ # 存放国际化变量
vastsea-frontend-next/
├── src/
│ └── components/ # 存放大组件 (例如 sidebar)
│ └── ui/ # 存放小组件 (例如 button)