feat(game): align in-game GUI with ref captures

This commit is contained in:
2026-08-01 22:03:03 +00:00
parent 23cdc2adf2
commit 43ec211ff8
30 changed files with 1306 additions and 776 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ onMounted(() => {
<div v-else class="general-table">
<div class="portrait-cell">
<img
:src="resolveGeneralIconUrl(data.general, { legacyBaseUrl: '/image/game' })"
:src="resolveGeneralIconUrl(data.general)"
alt=""
@error="useDefaultGeneralIcon"
/>