feat: localization fields (#5318)

This commit is contained in:
Rizumu Ayaka
2025-09-04 04:18:30 +08:00
committed by GitHub
parent da042ae829
commit 3ce3b67155

View File

@@ -31,7 +31,7 @@
v-if="!dotOnly"
class="whitespace-nowrap text-sm font-normal dark-theme:text-[#9FA2BD] text-[#888682]"
>
{{ slotData.name || `Input ${index}` }}
{{ slotData.localized_name || slotData.name || `Input ${index}` }}
</span>
</div>
</template>