diff --git a/spx-gui/src/components/spx-stage/SpxStage.vue b/spx-gui/src/components/spx-stage/SpxStage.vue index f29662920..4728324fd 100644 --- a/spx-gui/src/components/spx-stage/SpxStage.vue +++ b/spx-gui/src/components/spx-stage/SpxStage.vue @@ -2,7 +2,7 @@ * @Author: Zhang zhiyang * @Date: 2024-01-15 14:56:59 * @LastEditors: Zhang Zhi Yang - * @LastEditTime: 2024-02-23 14:10:06 + * @LastEditTime: 2024-02-23 14:34:08 * @FilePath: \spx-gui\src\components\spx-stage\SpxStage.vue * @Description: --> @@ -10,20 +10,19 @@
{{ $t('component.stage') }}
{{ $t('stage.run') }} - -
+ +
\ No newline at end of file + diff --git a/spx-gui/src/components/stage-viewer/BackdropLayer.vue b/spx-gui/src/components/stage-viewer/BackdropLayer.vue index b8a9a7ff4..d220a4319 100644 --- a/spx-gui/src/components/stage-viewer/BackdropLayer.vue +++ b/spx-gui/src/components/stage-viewer/BackdropLayer.vue @@ -2,7 +2,7 @@ * @Author: Zhang Zhi Yang * @Date: 2024-02-05 16:33:54 * @LastEditors: Zhang Zhi Yang - * @LastEditTime: 2024-02-23 12:16:47 + * @LastEditTime: 2024-02-23 14:33:34 * @FilePath: \spx-gui\src\components\stage-viewer\BackdropLayer.vue * @Description --> @@ -86,7 +86,7 @@ const backdrop = computed(() => { watch( () => backdrop.value, - (new_config, old_config) => { + (new_config) => { if (new_config) { // In the scene configā€˜s project, you only need to get the first scene as the backdrop const _image = new window.Image() diff --git a/spx-gui/src/components/stage-viewer/Costume.vue b/spx-gui/src/components/stage-viewer/Costume.vue index bd47c7d23..42fb939e0 100644 --- a/spx-gui/src/components/stage-viewer/Costume.vue +++ b/spx-gui/src/components/stage-viewer/Costume.vue @@ -3,15 +3,13 @@ * @Author: Zhang Zhi Yang * @Date: 2024-01-25 14:19:57 * @LastEditors: Zhang Zhi Yang - * @LastEditTime: 2024-02-23 11:55:38 + * @LastEditTime: 2024-02-23 14:33:03 * @FilePath: \spx-gui\src\components\stage-viewer\Costume.vue * @Description: --> \ No newline at end of file + diff --git a/spx-gui/src/components/stage-viewer/Sprite.vue b/spx-gui/src/components/stage-viewer/Sprite.vue index 66f49a12a..1294bf4d9 100644 --- a/spx-gui/src/components/stage-viewer/Sprite.vue +++ b/spx-gui/src/components/stage-viewer/Sprite.vue @@ -3,22 +3,22 @@ * @Author: Zhang Zhi Yang * @Date: 2024-01-24 15:48:38 * @LastEditors: Zhang Zhi Yang - * @LastEditTime: 2024-02-23 12:07:13 + * @LastEditTime: 2024-02-23 14:31:21 * @FilePath: \spx-gui\src\components\stage-viewer\Sprite.vue * @Description: --> \ No newline at end of file + diff --git a/spx-gui/src/components/stage-viewer/StageViewer.vue b/spx-gui/src/components/stage-viewer/StageViewer.vue index 031e5ddb3..df035e336 100644 --- a/spx-gui/src/components/stage-viewer/StageViewer.vue +++ b/spx-gui/src/components/stage-viewer/StageViewer.vue @@ -2,7 +2,7 @@ * @Author: Zhang Zhi Yang * @Date: 2024-02-05 14:09:40 * @LastEditors: Zhang Zhi Yang - * @LastEditTime: 2024-02-23 12:06:33 + * @LastEditTime: 2024-02-23 14:30:37 * @FilePath: \spx-gui\src\components\stage-viewer\StageViewer.vue * @Description: --> @@ -16,34 +16,34 @@