update 0.10.3
This commit is contained in:
@@ -6,6 +6,10 @@ nav:
|
||||
order: 6
|
||||
---
|
||||
|
||||
## 0.10.3
|
||||
|
||||
修复左侧tab色差问题。
|
||||
|
||||
## 0.10.2
|
||||
|
||||
修改timeline选中底色,增加item类名方便修改。
|
||||
|
@@ -0,0 +1,3 @@
|
||||
.ant-menu-title-content {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.10.2",
|
||||
"version": "0.10.3",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/dooringx-lib.esm.js",
|
||||
|
@@ -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"
|
||||
|
@@ -193,7 +193,6 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dooringx-plugin-template",
|
||||
"version": "0.10.2",
|
||||
"version": "0.10.3",
|
||||
"description": "> TODO: description",
|
||||
"author": "yehuozhili <673632758@qq.com>",
|
||||
"homepage": "https://github.com/H5-Dooring/dooringx#readme",
|
||||
|
@@ -40,7 +40,7 @@
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@rollup/plugin-url": "^6.1.0",
|
||||
"@svgr/rollup": "^5.5.0",
|
||||
"dooringx-lib": "^0.10.2",
|
||||
"dooringx-lib": "^0.10.3",
|
||||
"postcss": "^8.3.6",
|
||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"rollup-plugin-postcss": "^4.0.1",
|
||||
|
Reference in New Issue
Block a user