From b11bd5a7ef05628c932d23c0cca488f04277c762 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Tue, 1 Aug 2023 09:49:44 +0800 Subject: [PATCH] =?UTF-8?q?Demo:=E6=8F=90=E4=BE=9B=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E6=8E=A5=E7=AE=A1=E6=A8=A1=E5=BC=8F=EF=BC=8C=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=87=AA=E5=B7=B1=E7=9A=84=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/index.html | 72 ++++++++++ web/src/api/index.js | 43 +++++- web/src/i18n.js | 2 - web/src/main.js | 28 +++- web/src/pages/Doc/en/deploy/index.md | 128 +++++++++++++++++- web/src/pages/Doc/en/deploy/index.vue | 107 ++++++++++++++- web/src/pages/Doc/zh/deploy/index.md | 126 ++++++++++++++++- web/src/pages/Doc/zh/deploy/index.vue | 102 +++++++++++++- web/src/pages/Edit/components/Edit.vue | 4 + .../Edit/components/NavigatorToolbar.vue | 5 +- web/vue.config.js | 4 + 11 files changed, 605 insertions(+), 16 deletions(-) diff --git a/web/public/index.html b/web/public/index.html index 4a1e5342..dde07de9 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -6,6 +6,10 @@