From 178a7d8412f6f00d5e77859433acbee2d071dc37 Mon Sep 17 00:00:00 2001 From: tianmo Date: Sat, 29 Aug 2026 03:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Stage.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/Stage.vue b/src/views/Stage.vue index e198423..aab2466 100644 --- a/src/views/Stage.vue +++ b/src/views/Stage.vue @@ -24,7 +24,6 @@ {{ Math.round(store.editor.viewScale * 100) }}% - t={{ time.toFixed(2) }}s @@ -73,7 +72,6 @@ import { SpineRuntimeLayer } from '../spine/SpineRuntimeLayer' const store = useParticleStore() const holder = ref(null) -const time = ref(0) const showEmitter = ref(true) const showBones = ref(false) const showSkinMesh = ref(false) @@ -1315,8 +1313,7 @@ onUnmounted(() => { } .tool-btn:hover { background: #2b3a5c; color: #fff; } .tool-btn.on { background: #3a5a8c; color: #fff; border-color: #5a7ab8; } -.zoom-pct { font-variant-numeric: tabular-nums; color: #9aa; min-width: 44px; text-align: center; } -.fps { margin-left: auto; color: #6f7a9a; } +.zoom-pct { margin-left: auto; font-variant-numeric: tabular-nums; color: #9aa; min-width: 44px; text-align: center; } .hud { position: absolute; bottom: 12px; left: 12px; padding: 8px 12px; background: rgba(20,20,32,0.75); border-radius: 8px; font-size: 12px; color: #a0a8cc; } .hud-tip { margin-left: 12px; color: #5f6a8a; font-size: 11px; } b { color: #ffcc33; }