From a346766b3dcf96152ca4aa87e412c36320e62bba Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 11 Sep 2025 15:42:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4editor=20token?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8editorStore?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=BC=96=E8=BE=91=E5=99=A8=E5=AE=9E=E4=BE=8B?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E6=9C=BA=E5=99=A8=E4=BA=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91=EF=BC=8C=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E4=BB=A3=E7=A0=81=E5=8F=AF=E8=AF=BB=E6=80=A7=E5=92=8C?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/context-menu/context-menu.vue | 5 +- src/components/context-menu/robot-menu.vue | 12 ++--- .../modal/robot-image-settings-modal.vue | 5 +- src/pages/movement-supervision.vue | 13 +++-- src/pages/scene-editor.vue | 17 +++--- src/stores/editor.store.ts | 53 +++++++++++++++++++ 6 files changed, 78 insertions(+), 27 deletions(-) create mode 100644 src/stores/editor.store.ts diff --git a/src/components/context-menu/context-menu.vue b/src/components/context-menu/context-menu.vue index 2884e9a..940edf4 100644 --- a/src/components/context-menu/context-menu.vue +++ b/src/components/context-menu/context-menu.vue @@ -36,7 +36,6 @@ @@ -53,10 +52,9 @@