From ac72c0c1dca4cc7113f8ac68d376d42f60817ec4 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: Fri, 5 Jul 2024 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E6=81=A2=E5=A4=8D=E8=AF=AF?= =?UTF-8?q?=E5=88=A0=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/components/Toolbar.vue | 723 ++++++++++++++++++++++ 1 file changed, 723 insertions(+) create mode 100644 web/src/pages/Edit/components/Toolbar.vue diff --git a/web/src/pages/Edit/components/Toolbar.vue b/web/src/pages/Edit/components/Toolbar.vue new file mode 100644 index 00000000..d9367a6b --- /dev/null +++ b/web/src/pages/Edit/components/Toolbar.vue @@ -0,0 +1,723 @@ + + + + + + + + + + + + {{ $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 }} + + + 编辑 + 导入 + + + + + + + + + + + + + + + + + + + +