You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
797 B

  1. # Fast Minder
  2. ## 简介
  3. 一款在线制作思维导图的app,支持从本地导入文件以及把制作好的脑图导到出到本地。
  4. ![image](style.png)
  5. ## Ucloud镜像部署
  6. 镜像id:uimage-kd5sdm31
  7. 镜像名称:云计算大作业
  8. 启动指令:
  9. 1. nginx
  10. 2. nohup python3 ./flask1/app.py &
  11. 3. nohup python3 ./flask2/app.py &
  12. 可直接通过外网ip访问。
  13. ## 功能简介
  14. 1. 在线制作思维导图。 (可以更改主题样式,支持添加超链接、备注)
  15. 2. 导入km文件生成思维导图。 (测试文件: test.km,km格式为脑图的原生格式)
  16. 3. 导入符合规范的txt或md文件自动生成思维导图。 (测试文件: test.txt, test.md)
  17. 4. 把制作完成的思维导图导出到本地。 (导出地址为浏览器下载文件的默认地址)