> todo
> 多语言适配
## 运行/启动
```bash
npm i
npm run dev
```
## 构建&预览
# 构建生产环境
npm run build
# 预览构建的产品
npm run preview