diff --git a/README.md b/README.md
index 08eda5bc..6b76ad40 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,8 @@ Github:[releases](https://github.com/wanglin2/mind-map/releases)。
百度云盘:[地址](https://pan.baidu.com/s/1huasEbKsGNH2Af68dvWiOg?pwd=3bp3)。
+> 客户端版本会落后于在线版本,尝试最新功能请优先使用在线版。
+
# 特性
- [x] 插件化架构,除核心功能外,其他功能作为插件提供,按需使用,减小打包体积
@@ -183,4 +185,8 @@ const mindMap = new MindMap({
敏
+
+
+ 沐风牧草
+
This project also provides a client version using Electron Development. Supports 'Windows', 'Mac', and 'Linux'.
+Currently, the function is relatively simple:
+Support creating and opening files for editing;
+Support viewing the list of recently edited files;
+Support the copying, deletion, and renaming of files;
+++The client version may lag behind the online version. To try new features, please prioritize using the online version.
+
You can directly download the corresponding client for installation and use, and two download addresses are provided:
+Github:releases。
+Baidu cloud disk:地址。
+If necessary, you can also conduct secondary development.
+git clone https://github.com/wanglin2/mind-map.git
+cd mind-map
+git checkout electron
+
+Execute in the project root directory:
+cd simple-mind-map
+npm i
+npm link
+cd ..
+cd web
+npm i
+npm link simple-mind-map
+npm run electron:serve
+
+You need at least two computers, one 'Windows' and one 'Mac'.
+Packaging 'Windows' application:
+npm run electron:build-win
+
+Packaging 'Mac' application:
+npm run electron:build-mac
+
+Packaging 'Linux' application:
+npm run electron:build-linux
+
+Packaging all applications:
+npm run electron:build-all
+
+Automatically pack according to your computer system:
+npm run electron:build
+
+
+ 敏
+沐风牧草
+json、png、svg、pdf、markdown、xmind, support import from json、xmind、markdownjson、png、svg、pdf、markdown、xmind, support import from json、xmind、markdown1.simple-mind-map
This is an online mind map built using the simple-mind-map library and based
on Vue2.x and ElementUI. Features include:
敏
+沐风牧草
+If you want to contribute code, you can 'fork' this project and switch to the 'feature' branch for development. After development and testing, you can submit the 'pr' to the 'feature' branch of this project. When submitting, please try to submit functional files as much as possible. Do not submit unnecessary files.
+Before development, it is best to create a new 'issue' to describe the new features you want to add. We can have sufficient communication first, and when submitting a 'pr', please provide a detailed description of the features you are developing.
+Thanks for the first version English translation provided by Emircan ERKUL.
Due to limited energy, most translations currently use machine translation, so accuracy is inevitably problematic.
diff --git a/web/src/pages/Doc/routerList.js b/web/src/pages/Doc/routerList.js index 7d028443..b6a7803f 100644 --- a/web/src/pages/Doc/routerList.js +++ b/web/src/pages/Doc/routerList.js @@ -43,7 +43,7 @@ export default [ { path: 'richText', title: 'RichText插件' }, { path: 'select', title: 'Select 插件 ' }, { path: 'start', title: '开始' }, - { path: 'translate', title: '参与翻译' }, + { path: 'translate', title: '贡献' }, { path: 'utils', title: '内置工具方法' }, { path: 'view', title: 'View实例' }, { path: 'watermark', title: 'Watermark插件' }, @@ -84,7 +84,7 @@ export default [ { path: 'richText', title: 'RichText plugin' }, { path: 'select', title: 'Select plugin' }, { path: 'start', title: 'Start' }, - { path: 'translate', title: 'Participate in translation' }, + { path: 'translate', title: 'Contribute' }, { path: 'utils', title: 'Utility Methods' }, { path: 'view', title: 'View instance' }, { path: 'watermark', title: 'Watermark plugin' }, @@ -95,7 +95,8 @@ export default [ { path: 'search', title: 'Search plugin' }, { path: 'painter', title: 'Painter plugin' }, { path: 'scrollbar', title: 'Scrollbar plugin' }, - { path: 'formula', title: 'Formula plugin' } + { path: 'formula', title: 'Formula plugin' }, + { path: 'client', title: 'Client' } ] } ] diff --git a/web/src/pages/Doc/zh/client/index.md b/web/src/pages/Doc/zh/client/index.md index c7ca8710..419f6f86 100644 --- a/web/src/pages/Doc/zh/client/index.md +++ b/web/src/pages/Doc/zh/client/index.md @@ -12,6 +12,8 @@ ## 下载 +> 客户端版本会落后于在线版本,要尝试新功能请优先使用在线版。 + 你可以直接下载对应的客户端安装使用,提供了两个下载地址: Github:[releases](https://github.com/wanglin2/mind-map/releases)。 diff --git a/web/src/pages/Doc/zh/client/index.vue b/web/src/pages/Doc/zh/client/index.vue index 3e57e992..9b6e0aa2 100644 --- a/web/src/pages/Doc/zh/client/index.vue +++ b/web/src/pages/Doc/zh/client/index.vue @@ -7,6 +7,9 @@2.支持查看最近编辑文件列表;
3.支持文件的复制、删除、重命名;
下载
++客户端版本会落后于在线版本,要尝试新功能请优先使用在线版。
+你可以直接下载对应的客户端安装使用,提供了两个下载地址:
Github:releases。
百度云盘:地址。
diff --git a/web/src/pages/Doc/zh/introduction/index.md b/web/src/pages/Doc/zh/introduction/index.md index f8af5e5a..8b5e146f 100644 --- a/web/src/pages/Doc/zh/introduction/index.md +++ b/web/src/pages/Doc/zh/introduction/index.md @@ -199,4 +199,8 @@![]()
敏
沐风牧草
+json、png、svg、pdf、markdown、xmind,支持从json、xmind、markdown导入json、png、svg、pdf、markdown、xmind,支持从json、xmind、markdown导入1.simple-mind-map
2.web
使用simple-mind-map库,基于vue2.x、ElementUI搭建的在线思维导图。特性:
提供文档页面服务。
3.dist
敏
+沐风牧草
+如果你想贡献代码的话可以fork本项目,然后切换到feature分支下进行开发,开发并测试完后可以提交pr到本项目的feature分支,提交时请尽量提交功能相关的文件,非必要的文件请勿提交。
在开发前最好通过新建一个issue来描述你想要新增的功能,我们可以先进行充分的沟通,在提交pr时请详细描述你开发的功能。
感谢Emircan ERKUL提供的第一版英文翻译。
因为精力有限,目前大部分翻译都是使用机翻的,所以准确度难免有问题。