mind-map

mind-map

开源Web思维导图库和应用

Simple mind map是一个开源的Web思维导图项目,包含JavaScript思维导图库和基于Vue的Web应用。支持多种图形结构、主题样式,提供节点拖拽、图片插入、导入导出等功能。采用插件化架构,可按需扩展。既可在线使用,也支持二次开发和私有部署。项目提供思维导图库和Web应用两部分。思维导图库不依赖框架,便于快速开发。Web应用基于Vue和ElementUI构建,支持本地文件操作。

思维导图Web开发可视化开源项目JavaScript库Github
<h1 align="center">简单思维导图</h1>

npm版本 npm下载量 GitHub问题 许可证 GitHub星标 GitHub分支

中文名:思绪思维导图。一个简单而强大的Web思维导图。

本项目包含两部分:

1.一个JavaScript思维导图库,不依赖任何框架,可以使用它来快速完成Web思维导图产品的开发。

开发文档:https://wanglin2.github.io/mind-map/#/doc/zh/

2.一个Web思维导图,基于思维导图库、Vue2.x和ElementUI开发,可以操作电脑本地文件,可以作为一个在线版思维导图应用使用,也可以自行部署和二次开发。

在线地址:https://wanglin2.github.io/mind-map/

此外还提供了客户端可供下载使用,支持WindowsMacLinux,下载地址:

Github:releases。百度云盘:地址

客户端版本会落后于在线版本,如需尝试最新功能请优先使用在线版。

【云存储版本】如果你需要带后端的云存储版本,可以尝试我们开发的另一个项目理想文档

特性

  • 插件化架构,除核心功能外,其他功能作为插件提供,按需使用,减小打包体积
  • 支持逻辑结构图(向左、向右逻辑结构图)、思维导图、组织结构图、目录组织图、时间轴(横向、竖向)、鱼骨图等结构
  • 内置多种主题,允许高度自定义样式,支持注册新主题
  • 节点内容支持文本(普通文本、富文本)、图片、图标、超链接、备注、标签、概要、数学公式
  • 节点支持拖拽(拖拽移动、自由调整)、多种节点形状;支持扩展节点内容、支持使用DDM完全自定义节点内容
  • 支持画布拖动、缩放
  • 支持鼠标按键拖动选择和Ctrl+左键两种多选节点方式
  • 支持导出为jsonpngsvgpdfmarkdownxmindtxt,支持从jsonxmindmarkdown导入
  • 支持快捷键、前进后退、关联线、搜索替换、小地图、水印、滚动条、手绘风格、彩虹线条、标记、外框
  • 提供丰富的配置,满足各种场景各种使用习惯
  • 支持协同编辑
  • 支持演示模式

官方提供了如下插件,可根据需求按需引入(某个功能不生效大概率是因为你没有引入对应的插件),具体使用方式请查看文档:

RichText(节点富文本插件)、Select(鼠标多选节点插件)、Drag(节点拖拽插件)、AssociativeLine(关联线插件)、Export(导出插件)、KeyboardNavigation(键盘导航插件)、MiniMap(小地图插件)、Watermark(水印插件)、TouchEvent(移动端触摸事件支持插件)、NodeImgAdjust(拖拽调整节点图片大小插件)、Search(搜索插件)、Painter(节点格式刷插件)、Scrollbar(滚动条插件)、Formula(数学公式插件)、Cooperate(协同编辑插件)、RainbowLines(彩虹线条插件)、Demonstrate(演示模式插件)、OuterFrame(外框插件)、HandDrawnLikeStyle(手绘风格插件)[收费]、Notation(节点标记插件)[收费]、Numbers(节点编号插件)[收费]

本项目不会实现的特性:

1.自由节点,即多个根节点;

2.概要节点后面继续添加节点;

如果你需要以上特性,那么本库可能无法满足你的需求。

安装

npm i simple-mind-map

使用

提供一个宽高不为0的容器元素:

<div id="mindMapContainer"></div>

另外再设置一下css样式:

#mindMapContainer * { margin: 0; padding: 0; }

然后创建一个实例:

import MindMap from "simple-mind-map"; const mindMap = new MindMap({ el: document.getElementById("mindMapContainer"), data: { data: { text: "根节点", }, children: [], }, });

即可得到一个思维导图。

想要实现更多功能?可以查看开发文档

许可证

MIT。保留mind-map版权声明的情况下可随意商用。如不想保留可联系作者。

微信交流群

一群已满,可以扫描如下二维码进入二群,如已过期,可以微信添加wanglinguanfang拉你入群。思维导图相关问题皆可在群里提问,不必私聊作者。

<img src="https://yellow-cdn.veclightyear.com/835a84d5/7b3f55c6-e6f4-4684-b915-6f2f862eee27.jpg" style="width: 300px" />

星标

如果喜欢本项目,欢迎点个star,这对我们很重要。

Star History Chart

关于定制

如果你有个性化的商用定制需求,可以联系我们,我们提供付费开发服务,无论前端、后端、还是部署,都可以帮你一站式搞定。

请作者喝杯咖啡

Open source development is not easy. If this project has been helpful to you, please consider buying the author a cup of coffee. Your support is the biggest motivation for developers to continue maintaining the project!

We recommend using Alipay, as WeChat doesn't provide avatars. Please include "Mind Map" in the transfer note.

<p> <img src="https://yellow-cdn.veclightyear.com/835a84d5/4105841f-1af1-4ff8-96fe-b02610320521.jpg" style="width: 300px" /> <img src="https://yellow-cdn.veclightyear.com/835a84d5/87a3da24-1fe3-49d8-a660-f29dcff455b8.jpg" style="width: 300px" /> </p> <p> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/9bb8c54b-2034-4b15-9df3-8c82416bcda3.jpg" style="width: 50px;height: 50px;" /> <span>思考</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/a6d9e701-c70c-4caa-be9a-fa2912253dd0.jpg" style="width: 50px;height: 50px;" /> <span>志斌</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/d2660bfb-3ffc-4741-9258-f150bfc5c25e.jpeg" style="width: 50px;height: 50px;" /> <span>小土渣的宇宙</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/74448120-3c13-4117-8ce0-ceefea9dc4b7.jpg" style="width: 50px;height: 50px;" /> <span>qp</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/8bf473dd-0556-404d-bdcb-398bceeecd8e.jpg" style="width: 50px;height: 50px;" /> <span>ZXR</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/a0780873-cd87-4847-b7b0-54494017581a.jpg" style="width: 50px;height: 50px;" /> <span>花儿朵朵</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5e5ce8bd-0181-47a0-8e26-8098dfc6bb61.jpg" style="width: 50px;height: 50px;" /> <span>suka</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/e90585cf-7a04-43c4-b2ae-70913cb86fd5.jpg" style="width: 50px;height: 50px;" /> <span>克里斯</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/484ecaf7-fed3-44af-a6bb-689000785a97.jpg" style="width: 50px;height: 50px;" /> <span>水车</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/9d5082d3-8e72-4043-8e14-0669bc4deb22.jpg" style="width: 50px;height: 50px;" /> <span>仓鼠</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5b34d09f-3078-4ffa-b513-b610b08e374c.jpg" style="width: 50px;height: 50px;" /> <span>千帆</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/ba1fa9de-196c-4507-839c-0c21be2dd0b0.jpg" style="width: 50px;height: 50px;" /> <span>才镇</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/cda8e259-3337-461d-80b5-3e8d84067c60.jpg" style="width: 50px;height: 50px;" /> <span>小米bbᯤ²ᴳ</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/42d61259-1e72-431a-8473-ba29a6acefac.jpg" style="width: 50px;height: 50px;" /> <span>*棐</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>卢克</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/3a2572a4-e143-4a45-a13a-67faf0933f9a.jpg" style="width: 50px;height: 50px;" /> <span>布林</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/37ce5f9e-ba80-4f55-8bad-0bd24f6d3b95.jpg" style="width: 50px;height: 50px;" /> <span>南风</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/2e6ed039-402b-4a4d-8394-c25639fd1e8f.jpg" style="width: 50px;height: 50px;" /> <span>蜉蝣撼大叔</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/fdd85a1d-c9b3-4e6d-b7de-59c055e8f133.jpg" style="width: 50px;height: 50px;" /> <span>乙</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/4d27061a-40bc-420b-9889-262a619f6890.jpg" style="width: 50px;height: 50px;" /> <span>敏</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/e309e1a1-a50b-4bd8-a2bb-dc9f0f0294bb.jpg" style="width: 50px;height: 50px;" /> <span>沐风牧草</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/6467d854-67b0-4ce6-97ed-6ff97b2a5f30.jpg" style="width: 50px;height: 50px;" /> <span>有希</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/6bfba70c-eaf1-487e-bd2b-6583f151f59e.jpg" style="width: 50px;height: 50px;" /> <span>樊笼</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/46752a91-7b74-4a04-ac46-a638d766841e.jpg" style="width: 50px;height: 50px;" /> <span>达仁科技</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/773d9e0d-e505-4a36-bad7-fbd4237b3ac7.png" style="width: 50px;height: 50px;" /> <span>小逗比</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/1e82f590-d598-4ab6-a5db-10a6172b9dba.jpg" style="width: 50px;height: 50px;" /> <span>天清如愿</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/198af67c-3488-4b1e-8c7d-e4dfc159dd41.jpg" style="width: 50px;height: 50px;" /> <span>敬明朗</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>飞箭</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/357d0213-27bc-4d39-83e4-d2c5762a53d4.png" style="width: 50px;height: 50px;" /> <span>戚永峰</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/51da657c-b28a-4a58-b53b-b29f7c8b5c2f.jpg" style="width: 50px;height: 50px;" /> <span>moom</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5d70ff83-a8e9-4369-8620-e48013d0f6df.png" style="width: 50px;height: 50px;" /> <span>张扬</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/6a50ca53-2a80-4b42-88b5-382165130fc7.jpg" style="width: 50px;height: 50px;" /> <span>长沙利奥软件</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/25eee652-c2a5-49a0-a2ef-f4533affd740.jpg" style="width: 50px;height: 50px;" /> <span>HaHN</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/8e757318-71c0-42f0-900b-13209e0b7adf.jpg" style="width: 50px;height: 50px;" /> <span>继龙</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/938b935e-9f1f-43e3-80af-76600e4dba21.jpg" style="width: 50px;height: 50px;" /> <span>欣</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>易空小易</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/99d31533-1559-428e-8dac-3ad5eb1da268.jpg" style="width: 50px;height: 50px;" /> <span>国发</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>建明</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5deff39c-e34a-4849-ac59-8dd50b4c07ad.jpg" style="width: 50px;height: 50px;" /> <span>汪津合</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>博文</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/9c9733a0-5472-44d2-b895-621f6cd5329c.jpg" style="width: 50px;height: 50px;" /> <span>慕智打印-兰兰</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>锦冰</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/0f6493dd-ff84-4823-8740-05a7406ab387.png" style="width: 50px;height: 50px;" /> <span>旭东</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/00b76220-f4d0-4134-ae61-ad559d2daf04.jpg" style="width: 50px;height: 50px;" /> <span>俊奇</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/532ef6ae-7a18-4a2b-9b52-df6e1a659e5e.jpg" style="width: 50px;height: 50px;" /> <span>橘半</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/45aaf9ec-00db-4f9b-a331-c1ce3168ae0d.jpg" style="width: 50px;height: 50px;" /> <span>pluvet</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/0a192376-f450-4046-bab8-a16a317bd081.jpg" style="width: 50px;height: 50px;" /> <span>皇登攀</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/1425d077-eec6-41e3-99d2-da935dee52e2.jpg" style="width: 50px;height: 50px;" /> <span>风格</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>SR</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/727d8b77-1477-4374-9620-e80031a3ef33.jpg" style="width: 50px;height: 50px;" /> <span>逆水行舟</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>LiuJL</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/6664a454-7a36-4ff1-b0c6-f93777529cf6.jpg" style="width: 50px;height: 50px;" /> <span>L</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>sunniberg</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5d5fa856-456e-437f-acc3-4fe4cb4b77bc.jpg" style="width: 50px;height: 50px;" /> <span>在下青铜五</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/c7183dc2-7019-4a47-9d81-6a0ab4c44c75.jpg" style="width: 50px;height: 50px;" /> <span>木星二号</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/9f35b8de-4e7c-4935-9b2c-a6857a698da2.jpg" style="width: 50px;height: 50px;" /> <span>阿晨</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>铁</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/ce8777a6-eb81-44ce-adc3-b15c2eea86c4.jpg" style="width: 50px;height: 50px;" /> <span>庆国</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/9f946d9b-cad1-43ad-b221-337b0636673f.jpg" style="width: 50px;height: 50px;" /> <span>Alex</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/05b542ca-4b2a-46cc-8725-fe5234af72b3.jpg" style="width: 50px;height: 50px;" /> <span>子豪</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/b2b249bd-f527-440f-93de-05eb1a013b0c.jpg" style="width: 50px;height: 50px;" /> <span>宏涛</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/1552a3a7-2e65-4eb8-9019-d36c9122a614.jpg" style="width: 50px;height: 50px;" /> <span>最多5个字</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/56f65ba4-2bef-40c5-9079-265aab484fb6.jpg" style="width: 50px;height: 50px;" /> <span>雨馨</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/221dd5ec-1a7a-4173-8abf-e3ee9416d355.jpg" style="width: 50px;height: 50px;" /> <span>ZX</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/e2049137-e62e-4220-b5f2-f98a90e0a3a2.jpg" style="width: 50px;height: 50px;" /> <span>峰</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>协成</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/9d4e72cc-95f7-4ee2-90d8-c18fe79ed634.jpg" style="width: 50px;height: 50px;" /> <span>木木</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/f7d286dd-5a1c-4216-ae6e-16bf5c312d0d.jpg" style="width: 50px;height: 50px;" /> <span>好名字</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/1c8b1f91-0532-4deb-a57a-ae34db41c71b.jpg" style="width: 50px;height: 50px;" /> <span>Kyle</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/fe674d94-0ef3-402e-ab58-3f36c339949d.jpg" style="width: 50px;height: 50px;" /> <span>lsytyrt</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/0e856a20-450a-4a69-bb0c-33eec708707e.jpg" style="width: 50px;height: 50px;" /> <span>秀树因馨雨</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/b2f0bff1-9069-4a07-9352-0b6a7d9987d6.jpg" style="width: 50px;height: 50px;" /> <span>巴迪</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>小川</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/2c83b2f6-7f24-40d3-bb06-bebe18bb57cc.jpg" style="width: 50px;height: 50px;" /> <span>托宾</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/a179aa64-0c0d-46b3-a141-65f4fab94ac0.jpg" style="width: 50px;height: 50px;" /> <span>夏虫不语冰</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/faeed567-7186-4171-8151-98c3bb2a0ca3.jpg" style="width: 50px;height: 50px;" /> <span>晴空</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/5de49c0d-47df-4eaa-b35e-0ad4b8f9a30c.png" style="width: 50px;height: 50px;" /> <span>黄泳</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/040deebd-71fc-4792-9bc6-25522b1f81b6.jpg" style="width: 50px;height: 50px;" /> <span>ccccs</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/bc91da63-bafa-4e9f-b6d8-33345b40dbfe.png" style="width: 50px;height: 50px;" /> <span>。</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/e8bb9a44-9a25-481e-a87a-c79a22ddbf5f.jpg" style="width: 50px;height: 50px;" /> <span>杰弗里</span> </span> <span> <img src="https://yellow-cdn.veclightyear.com/835a84d5/cb8cbe8b-3d18-4b70-915d-d3451d406908.jpg" style="width: 50px;height: 50px;" /> <span>张文建</span> </span> </p>

编辑推荐精选

商汤小浣熊

商汤小浣熊

最强AI数据分析助手

小浣熊家族Raccoon,您的AI智能助手,致力于通过先进的人工智能技术,为用户提供高效、便捷的智能服务。无论是日常咨询还是专业问题解答,小浣熊都能以快速、准确的响应满足您的需求,让您的生活更加智能便捷。

imini AI

imini AI

像人一样思考的AI智能体

imini 是一款超级AI智能体,能根据人类指令,自主思考、自主完成、并且交付结果的AI智能体。

Keevx

Keevx

AI数字人视频创作平台

Keevx 一款开箱即用的AI数字人视频创作平台,广泛适用于电商广告、企业培训与社媒宣传,让全球企业与个人创作者无需拍摄剪辑,就能快速生成多语言、高质量的专业视频。

即梦AI

即梦AI

一站式AI创作平台

提供 AI 驱动的图片、视频生成及数字人等功能,助力创意创作

扣子-AI办公

扣子-AI办公

AI办公助手,复杂任务高效处理

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
蛙蛙写作

蛙蛙写作

AI小说写作助手,一站式润色、改写、扩写

蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。

AI辅助写作AI工具蛙蛙写作AI写作工具学术助手办公助手营销助手AI助手
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

热门AI助手AI对话AI工具聊天机器人
Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
下拉加载更多