diff --git a/README.md b/README.md index 6b6810ad5..651f8d843 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/typings/system.d.ts b/src/typings/system.d.ts index 97441d8d4..4a9677eca 100644 --- a/src/typings/system.d.ts +++ b/src/typings/system.d.ts @@ -211,7 +211,7 @@ declare namespace Theme { /** 菜单样式 */ interface Menu { /** 水平模式的菜单的位置 */ - horizontalPosition: HorizontalMenuPosition; + horizontalPosition: EnumType.ThemeHorizontalMenuPosition; /** 水平模式的菜单的位置列表 */ horizontalPositionList: HorizontalMenuPositionList[]; }