update 0.10.3

This commit is contained in:
hufeixiong
2021-11-24 15:04:01 +08:00
parent 0fe64cc6be
commit 04305772ec
9 changed files with 19 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ This is the repository for DooringX.
- 🔥 Written in TypeScript
- 🛠️ Rich Features
- 🔩 Universal Plugin Interface
- 🏠 预览 [x.dooring](http://x.dooring.cn/editor/home)
# 简介 | Brief Intro
dooringx-lib 是 dooringx 的基座,是移除了 dooringx 插件的可视化拖拽框架。
@@ -141,7 +142,7 @@ Contributions, issues and feature requests are welcome!.
### 技术交流 | Technical Communication
<a href="http://x.dooring.cn/editor/static/qrcode.15924f99.png" target="_blank"><img src="http://x.dooring.cn/editor/static/qrcode.15924f99.png" width=260 />dooringx-lib交流群</a>
<a href="https://user-images.githubusercontent.com/12525636/142570999-f3316751-d63b-4e41-b9c8-a1c2c95be515.png" target="_blank"><img src="https://user-images.githubusercontent.com/12525636/142570999-f3316751-d63b-4e41-b9c8-a1c2c95be515.png" width=260 />dooringx-lib交流群</a>
## License

View File

@@ -1,5 +1,5 @@
{
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js",

View File

@@ -202,7 +202,9 @@ function LeftConfig(props: LeftConfigProps) {
);
})}
</Menu>
<div className={`${styles.menu_footer} yh-menufooter`}>{props.footerConfig}</div>
<div className={`${styles.menu_footer} yh-menufooter ant-menu-root ant-menu-vertical`}>
{props.footerConfig}
</div>
<Menu selectedKeys={[]}>
<Menu.Item
key="1"

View File

@@ -193,7 +193,6 @@
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
bottom: 0;
}