From 9f95326f5a5c8e2e47444ecc7038cbf03332b849 Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Mon, 22 Jan 2024 18:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=9B=E6=B0=94=E5=86=B2=E5=A4=A9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/NiuQiChongTian/NiuQiChongTianPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/NiuQiChongTian/NiuQiChongTianPanel.lua b/Assets/ManagedResources/~Lua/Modules/NiuQiChongTian/NiuQiChongTianPanel.lua index 91677b3d49..0dd40d688b 100644 --- a/Assets/ManagedResources/~Lua/Modules/NiuQiChongTian/NiuQiChongTianPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/NiuQiChongTian/NiuQiChongTianPanel.lua @@ -12,7 +12,7 @@ function NiuQiChongTianPanel:New(gameObject) end local TabBox = require("Modules/Common/TabBox") local _TabData={ [1] = { default = "Btn_hz_tongyong_002", select = "Btn_hz_tongyong_001", name = Language[12251] , nameNew = "英雄招募" ,rpType = RedPointType.NiuQiChongTian_1}, - [2] = { default = "Btn_hz_tongyong_002", select = "Btn_hz_tongyong_001", name = Language[12252] , nameNew = "妖晶消耗" ,rpType = RedPointType.NiuQiChongTian_2}, + [2] = { default = "Btn_hz_tongyong_002", select = "Btn_hz_tongyong_001", name = Language[12252] , nameNew = "钻石消耗" ,rpType = RedPointType.NiuQiChongTian_2}, -- [3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[12253] , nameNew = "极速探索" ,rpType = RedPointType.NiuQiChongTian_3}, } local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1),