diff --git a/README.md b/README.md index e19e043b..57dd2870 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,34 @@ - 思绪思维导图客户端 -支持Windows、Mac及Linux系统。下载地址:[Github](https://github.com/wanglin2/mind-map/releases)、[百度网盘](https://pan.baidu.com/s/1C8phEJ5pagAAa-o1tU42Uw?pwd=jqfb)、[夸克网盘](https://pan.quark.cn/s/2733982f1976) +本地化存储,隐私优先,数据安全,软件无需联网即可使用! + +- [x] 1.支持创建无限数量的文件、节点(自由节点);支持创建使用模板; +- [x] 2.提供丰富的设置:基础设置、自定义字体/快捷键/右键菜单/图标、图床配置、AI配置、webdav云同步配置等等,可玩性很高; +- [x] 3.支持思维导图、逻辑结构图、目录组织图、组织结构图、时间轴、鱼骨图、表格等多种结构类型; +- [x] 4.内置上百个丰富好看的主题,也支持自定义主题及AI生成主题; +- [x] 5.节点支持添加文本、图片、链接、图标、备注、附件、标签、概要节点、关联线、外框、标记、待办、描述、编号、数学公式等丰富内容; +- [x] 6.支持导入XMind、FreeMind、Markdown、Txt、Xlsx等格式文件;支持导出为PNG、XMind、SVG、PDF、Markdown、Txt、Xlsx、FreeMind、Mermaid、Html等格式; +- [x] 7.丰富的样式设置:文字、边框、背景、形状、线条、内外边距、图片标签布局等等; +- [x] 8.支持历史版本管理、演示模式、AI生成、手绘风格、大纲编辑、水印、滚动条、同级节点对齐、小地图、进入指定节点、彩虹线条、节点双向链接、搜索替换等等实用有趣的功能; + +支持Windows、Mac及Linux系统、支持中文、英文、中文繁体、越南语、俄语语言。 + +下载地址:[Github](https://github.com/wanglin2/mind-map/releases)、[百度网盘](https://pan.baidu.com/s/1C8phEJ5pagAAa-o1tU42Uw?pwd=jqfb)、[夸克网盘](https://pan.quark.cn/s/2733982f1976) > 如果在macOS上安装后无法打开,报错**不受信任**或者**移到垃圾箱**,执行下面命令后再启动即可: > ``` shell > sudo xattr -d com.apple.quarantine /Applications/思绪思维导图.app > ``` +![](./assets/client.png) + +![](./assets/client2.png) + +![](./assets/client3.png) + +![](./assets/client4.png) + - Obsidian插件 下载地址:[Github](https://github.com/wanglin2/obsidian-simplemindmap/releases) @@ -30,6 +51,8 @@ # 库 +> 本项目开源版本,即本仓库中的代码(npm包、web示例)已停止更新,不再维护! + - 一个 `js` 思维导图库,不依赖任何框架,可以用来快速完成 Web 思维导图产品的开发。 > 开发文档:[https://wanglin2.github.io/mind-map-docs/](https://wanglin2.github.io/mind-map-docs/) diff --git a/assets/client.png b/assets/client.png new file mode 100644 index 00000000..b38fae5c Binary files /dev/null and b/assets/client.png differ diff --git a/assets/client2.png b/assets/client2.png new file mode 100644 index 00000000..c30322e6 Binary files /dev/null and b/assets/client2.png differ diff --git a/assets/client3.png b/assets/client3.png new file mode 100644 index 00000000..232e1cc0 Binary files /dev/null and b/assets/client3.png differ diff --git a/assets/client4.png b/assets/client4.png new file mode 100644 index 00000000..56fc16c4 Binary files /dev/null and b/assets/client4.png differ diff --git a/qrcode.jpg b/qrcode.jpg deleted file mode 100644 index 4650dadf..00000000 Binary files a/qrcode.jpg and /dev/null differ