diff --git a/.gitignore b/.gitignore index 28f1ba75..cf78998b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -.DS_Store \ No newline at end of file +.DS_Store +dist_electron \ No newline at end of file diff --git a/index.html b/index.html index 0c4e2eb5..4f881bb5 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -一个简单的web思维导图实现
\ No newline at end of file +一个简单的web思维导图实现
\ No newline at end of file diff --git a/qrcode.jpg b/qrcode.jpg index ce5a12c6..6aaff2fa 100644 Binary files a/qrcode.jpg and b/qrcode.jpg differ diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index c39e1ffb..ef8f75ae 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -2,7 +2,7 @@ ## 0.4.4 -New: 1.Support horizontal scrolling in response to the mouse. +New: Support horizontal scrolling in response to the mouse. ## 0.4.3 diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index a730f4f2..c7cddd45 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -2,7 +2,7 @@

Changelog

0.4.4

-

New: 1.Support horizontal scrolling in response to the mouse.

+

New: Support horizontal scrolling in response to the mouse.

0.4.3

Fix: No trigger after forward and backward data_ Change event.

New: Support user-defined mouse wheel events; The mouse wheel is adjusted to support zooming and moving the view up and down.

diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 9fb2b7c5..20382b1a 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -2,7 +2,7 @@ ## 0.4.4 -新增:1.支持响应鼠标的横向滚动。 +新增:支持响应鼠标的横向滚动。 ## 0.4.3 diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index 8b365fde..17b98bc1 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -2,7 +2,7 @@

Changelog

0.4.4

-

新增:1.支持响应鼠标的横向滚动。

+

新增:支持响应鼠标的横向滚动。

0.4.3

修复:前进回退后没有触发data_change事件的问题。

新增:支持自定义鼠标滚轮事件;鼠标滚轮调整为支持缩放视图和上下移动视图。