mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-24 12:26:38 +08:00
docs(projects): update README.md
ISSUES CLOSED: \
This commit is contained in:
parent
cc0bb088ec
commit
4b80a66114
@ -36,10 +36,14 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
@ -48,6 +52,10 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 开发计划
|
## 开发计划
|
||||||
|
|
||||||
- [x] 引入ECharts替换AntV G2Plot
|
- [x] 引入ECharts替换AntV G2Plot
|
||||||
|
2
src/typings/system.d.ts
vendored
2
src/typings/system.d.ts
vendored
@ -211,7 +211,7 @@ declare namespace Theme {
|
|||||||
/** 菜单样式 */
|
/** 菜单样式 */
|
||||||
interface Menu {
|
interface Menu {
|
||||||
/** 水平模式的菜单的位置 */
|
/** 水平模式的菜单的位置 */
|
||||||
horizontalPosition: HorizontalMenuPosition;
|
horizontalPosition: EnumType.ThemeHorizontalMenuPosition;
|
||||||
/** 水平模式的菜单的位置列表 */
|
/** 水平模式的菜单的位置列表 */
|
||||||
horizontalPositionList: HorizontalMenuPositionList[];
|
horizontalPositionList: HorizontalMenuPositionList[];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user