From d5c751153cbb06220457e11818bda099916854fc Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 28 Apr 2022 00:53:40 +0800 Subject: [PATCH] docs(projects): update README.md --- README.md | 6 +++--- src/typings/env.d.ts | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 60d3c5e7..955ab502 100644 --- a/README.md +++ b/README.md @@ -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组件 - [ ] 示例页面完善 diff --git a/src/typings/env.d.ts b/src/typings/env.d.ts index 14b01b23..c13db3c0 100644 --- a/src/typings/env.d.ts +++ b/src/typings/env.d.ts @@ -6,9 +6,7 @@ */ type EnvType = 'dev' | 'test' | 'prod'; -/** - * env环境配置 - */ +/** env环境配置 */ interface EnvConfig { /** 请求地址 */ url: string;