From f54f92c303444a49ad8ba85c6b99e9e85ebb2647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Thu, 4 Jul 2024 17:32:00 +0800 Subject: [PATCH] update --- README.md | 2 + web/src/pages/Edit/components/Toolbar.vue | 723 ---------------------- 2 files changed, 2 insertions(+), 723 deletions(-) delete mode 100644 web/src/pages/Edit/components/Toolbar.vue diff --git a/README.md b/README.md index f0f8ff03..84b09825 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Github:[releases](https://github.com/wanglin2/mind-map/releases)。百度云 > 客户端版本会落后于在线版本,尝试最新功能请优先使用在线版。 +如果你需要带后端的可部署版本,可以尝试我们开发的另一个项目[理想文档](https://github.com/wanglin2/lx-doc)。 + # 特性 - [x] 插件化架构,除核心功能外,其他功能作为插件提供,按需使用,减小打包体积 diff --git a/web/src/pages/Edit/components/Toolbar.vue b/web/src/pages/Edit/components/Toolbar.vue deleted file mode 100644 index 69f6c30c..00000000 --- a/web/src/pages/Edit/components/Toolbar.vue +++ /dev/null @@ -1,723 +0,0 @@ - - - - - - - - - - - - {{ $t('toolbar.more') }} - - - - - - - - {{ $t('toolbar.directory') }} - - - - - {{ $t('toolbar.newFile') }} - - - - - - {{ $t('toolbar.openFile') }} - - - - - {{ $t('toolbar.saveAs') }} - - - - {{ $t('toolbar.import') }} - - - - {{ $t('toolbar.export') }} - - - - - - {{ rootDirName ? '/' + rootDirName : '' }} - - - - - - - - - - - - {{ node.label }} - - - 编辑 - 导入 - - - - - - - - - - - - - - - - - - - -