From 5370f3cc630e7ef73b0cbefb08c11471f4a8b619 Mon Sep 17 00:00:00 2001 From: juzhiyuan Date: Sat, 16 Jan 2021 22:53:10 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E9=80=9A=E7=94=A8=E5=85=83=E4=BB=B6?= =?UTF-8?q?=E7=88=B6=E5=AE=B9=E5=99=A8=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/mods/sideBar/index.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/mods/sideBar/index.module.less b/packages/core/src/mods/sideBar/index.module.less index a1840f5..afb1553 100644 --- a/packages/core/src/mods/sideBar/index.module.less +++ b/packages/core/src/mods/sideBar/index.module.less @@ -1,5 +1,4 @@ .container { - width: 100%; :global { @@ -16,4 +15,5 @@ .chart { width: 100%; + min-width: 201px; } From be0eb7c77b72a38035f1fb4269896b6e18a66c50 Mon Sep 17 00:00:00 2001 From: juzhiyuan Date: Sat, 16 Jan 2021 22:56:33 +0800 Subject: [PATCH 2/3] fix: README typo --- README.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en-US.md b/README.en-US.md index 78e87f9..54d57c8 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -20,7 +20,7 @@ - [x] **Process visualization:** iMove is easy to use and easy to draw. Its logical expression is more intuitive and easy to understand. - [x] **Logic re-usage:** iMove node supports multiplexing, and its single node supports parameter configuration. -- [x] **Flexible**: We need to write an only function. The node can also be extended. iMove can alse support plug-in integration. +- [x] **Flexible**: We need to write an only function. The node can also be extended. iMove can also support plug-in integration. - [ ] **Multi-language compilation**: There is no language compiling code limitation (example: support JavaScript, Java compiling code). ## Quickstart From 489fc5f26b25096b7b4b34f4393fd30f209ecb4f Mon Sep 17 00:00:00 2001 From: juzhiyuan Date: Sat, 16 Jan 2021 23:08:57 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E9=83=A8=E5=88=86=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en-US.md | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.en-US.md b/README.en-US.md index 54d57c8..c1c4d32 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -33,8 +33,9 @@ Download this project, install dependencies and start the project. $ git clone https://github.com/imgcook/imove.git $ npm run example ``` - + Open http://localhost:8000/ and you can see the online effect. + ### Step2. Draw flowchart diff --git a/README.md b/README.md index 4987eba..fe5f004 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ $ npm install $ npm run example ``` + 此时浏览器会自动打开 `http://localhost:8000/` ,可以看到运行效果。 + ### 步骤 2. 绘制流程图