docs(projects): update README.md

This commit is contained in:
Soybean 2022-04-28 00:53:40 +08:00
parent 69d51318ff
commit d5c751153c
2 changed files with 4 additions and 6 deletions

View File

@ -51,12 +51,12 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中
## 开发计划
- [x] 添加前端静态路由
- [x] 集成unocss替换windicss(新分支unocss)
- [x] 集成unocss替换windicss
- [x] 用户角色切换示例、按钮级别权限指令
- [x] 最近功能的有关文档更新
- [ ] 引入ECharts替换AntV G2Plot
- [ ] 精简版(新分支thin)
- [ ] 最近功能的有关文档更新
- [ ] 性能优化(优化递归函数)
- [ ] 精简版(新分支thin)
- [ ] 表单、表格示例
- [ ] 添加锁屏组件、全局Iframe组件
- [ ] 示例页面完善

View File

@ -6,9 +6,7 @@
*/
type EnvType = 'dev' | 'test' | 'prod';
/**
* env环境配置
*/
/** env环境配置 */
interface EnvConfig {
/** 请求地址 */
url: string;