移除多余信息

This commit is contained in:
tianmo
2026-08-29 03:44:57 +08:00
parent 7aa8748cca
commit 178a7d8412
+1 -4
View File
@@ -24,7 +24,6 @@
</div> </div>
<span class="zoom-pct">{{ Math.round(store.editor.viewScale * 100) }}%</span> <span class="zoom-pct">{{ Math.round(store.editor.viewScale * 100) }}%</span>
<span class="fps">t={{ time.toFixed(2) }}s</span>
</div> </div>
@@ -73,7 +72,6 @@ import { SpineRuntimeLayer } from '../spine/SpineRuntimeLayer'
const store = useParticleStore() const store = useParticleStore()
const holder = ref<HTMLElement | null>(null) const holder = ref<HTMLElement | null>(null)
const time = ref(0)
const showEmitter = ref(true) const showEmitter = ref(true)
const showBones = ref(false) const showBones = ref(false)
const showSkinMesh = ref(false) const showSkinMesh = ref(false)
@@ -1315,8 +1313,7 @@ onUnmounted(() => {
} }
.tool-btn:hover { background: #2b3a5c; color: #fff; } .tool-btn:hover { background: #2b3a5c; color: #fff; }
.tool-btn.on { background: #3a5a8c; color: #fff; border-color: #5a7ab8; } .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; } .zoom-pct { margin-left: auto; font-variant-numeric: tabular-nums; color: #9aa; min-width: 44px; text-align: center; }
.fps { margin-left: auto; color: #6f7a9a; }
.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 { 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; } .hud-tip { margin-left: 12px; color: #5f6a8a; font-size: 11px; }
b { color: #ffcc33; } b { color: #ffcc33; }