1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

fix(Weapon): 为tease文本添加引号格式

在rebuildInfo方法中,为tease文本添加了引号包装,使其显示更符合对话文本的视觉要求
This commit is contained in:
2026-04-04 09:12:21 +08:00
parent db1a1625da
commit 8d21485057
+1 -1
View File
@@ -126,7 +126,7 @@ func rebuildInfo(showNext: bool = false):
nameLabel.soulLevel = soulLevel
nameLabel.level = level
sourceLabel.text = " × ".join(sources)
teaseLabel.text = tease
teaseLabel.text = "%s" % tease
energyLabel.text = "%.1f" % needEnergy
beachball.count = costBeachball
soul.count = soulLevel