From 687371d850970a1d5f738438a9ce3ec716f71cc8 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Thu, 4 Dec 2025 18:02:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=95=E7=81=B5=E5=BF=83?= =?UTF-8?q?=E6=84=BF=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua index 57fe91e0af..74de354012 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_WishJulingDraw.lua @@ -110,7 +110,7 @@ function this:Refresh(isTop, isAni) end --local aaa = string.format(Language[11085], RecruitManager.GetWishPro(), "%") --self.infoTxt.text = aaa - self.infoTxt.text = "抽到50法灵时,有很大几率转化为心愿法灵!" + self.infoTxt.text = "每次抽中整50法灵碎片时,100%概率替换为选中的心愿法灵碎片*50" self.selectBtn:SetActive(false) --self.selectBtn:GetComponent("RectTransform").localPosition = self.tabListObj[self.curSelect]:GetComponent("RectTransform").localPosition this:SetHeroList(isTop, isAni)