docs(projects): update README.md

ISSUES CLOSED: \
This commit is contained in:
Soybean 2022-05-18 23:23:04 +08:00
parent cc0bb088ec
commit 4b80a66114
2 changed files with 9 additions and 1 deletions

View File

@ -36,10 +36,14 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中
![](https://s2.loli.net/2022/05/16/keOtgFH27r9nqYS.png)
![](https://s2.loli.net/2022/05/18/bW7mftiQexkvSTG.png)
![](https://s2.loli.net/2022/05/16/uV5nzjb3gYptAEl.png)
![](https://s2.loli.net/2022/05/16/rSnNHLdpuvkKxWq.png)
![](https://s2.loli.net/2022/05/18/Mt6YZqmDxO8v4uR.png)
![](https://s2.loli.net/2022/05/16/ktH5dcG3fuFOoKA.png)
![](https://s2.loli.net/2022/05/16/VPl6Ru1iCAhLcS4.png)
@ -48,6 +52,10 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中
![](https://s2.loli.net/2022/05/16/JvNt61rx5nca42i.png)
![](https://s2.loli.net/2022/05/18/8WJvaz13ibXmsND.png)
## 开发计划
- [x] 引入ECharts替换AntV G2Plot

View File

@ -211,7 +211,7 @@ declare namespace Theme {
/** 菜单样式 */
interface Menu {
/** 水平模式的菜单的位置 */
horizontalPosition: HorizontalMenuPosition;
horizontalPosition: EnumType.ThemeHorizontalMenuPosition;
/** 水平模式的菜单的位置列表 */
horizontalPositionList: HorizontalMenuPositionList[];
}