Skip to content

Commit

Permalink
docs(projects): update README.md
Browse files Browse the repository at this point in the history
ISSUES CLOSED: \
  • Loading branch information
honghuangdc committed May 18, 2022
1 parent cc0bb08 commit 4b80a66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/typings/system.d.ts
Expand Up @@ -211,7 +211,7 @@ declare namespace Theme {
/** 菜单样式 */
interface Menu {
/** 水平模式的菜单的位置 */
horizontalPosition: HorizontalMenuPosition;
horizontalPosition: EnumType.ThemeHorizontalMenuPosition;
/** 水平模式的菜单的位置列表 */
horizontalPositionList: HorizontalMenuPositionList[];
}
Expand Down

1 comment on commit 4b80a66

@vercel
Copy link

@vercel vercel bot commented on 4b80a66 May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.