feat: localization fields

This commit is contained in:
Rizumu Ayaka
2025-08-28 16:27:58 +08:00
parent 30e7e0956e
commit d9efa78723

View File

@@ -23,7 +23,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>