chore: version 2.3.0

This commit is contained in:
ChenZhaoYu
2023-02-15 15:53:53 +08:00
parent c8745f2e21
commit 7835740159
3 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
## v2.3.0
`2023-02-15`
### Feature
- 代码类型信息高亮显示
- 支持 `node ^16` 版本
- 移动端响应式初步支持
- `vite``proxy` 代理
### Enhancement
- 调整超时处理范围
### BugFix
- 修复取消请求错误提示会添加到信息中
- 修复部份情况下提交请求不可用
- 修复侧边栏宽度变化闪烁的问题
## v2.2.0
`2023-02-14`