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 }} + + + 编辑 + 导入 + + + + + + + + + + + + + + + + + + + +