From 3d1ed95bedb9bdc928a9f40d29d0b6977a2efa18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Wed, 4 May 2022 01:46:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 2 +- pnpm-lock.yaml | 8 +- src/enums/pluginEnum.ts | 8 +- src/enums/styleEnum.ts | 18 +- src/hooks/usePreviewScale.hook.ts | 185 ++++++++++++++++-- src/i18n/index.ts | 8 +- src/plugins/icon.ts | 11 +- src/settings/designSetting.ts | 7 +- .../chartEditStore/chartEditStore.d.ts | 4 + .../modules/chartEditStore/chartEditStore.ts | 7 +- .../chartLayoutStore/chartLayoutStore.d.ts | 2 - src/store/modules/designStore/designStore.ts | 4 +- src/utils/plugin.ts | 12 +- .../components/CanvasPage/index.vue | 79 ++++++-- .../components/EditRange/index.vue | 2 +- .../components/PreviewRenderList/index.vue | 2 - src/views/preview/hooks/useScale.hook.ts | 89 +++++++-- src/views/preview/index.vue | 86 ++++++-- .../ProjectItemsList/hooks/useData.hook.ts | 2 +- 20 files changed, 439 insertions(+), 99 deletions(-) diff --git a/index.html b/index.html index bf639925..344d19d9 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@
请使用 Web 端进行查看呢 ψ(`∇´)ψ
+请使用 Web 端进行查看