TCX_LongZhu
DESKTOP-MMO982B\User 2026-04-10 18:45:43 +08:00
parent e8b1f59d40
commit 867da48bbe
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ local heroConfig = ConfigManager.GetConfig(ConfigName.HeroConfig)
local TabBox = require("Modules/Common/TabBox") local TabBox = require("Modules/Common/TabBox")
local _TabData={[1] = { default = "UI_hz_gonghui_19", select = "UI_hz_gonghui_18", name = Language[10536] }, local _TabData={[1] = { default = "UI_hz_gonghui_19", select = "UI_hz_gonghui_18", name = Language[10536] },
[2] = { default = "UI_hz_gonghui_19", select = "UI_hz_gonghui_18", name = "意念" }, [2] = { default = "UI_hz_gonghui_19", select = "UI_hz_gonghui_18", name = "意念" },
--[3] = { default = "r_hero_xuanze_002", select = "r_hero_xuanze_001", name = Language[10306] } [3] = { default = "UI_hz_gonghui_19", select = "UI_hz_gonghui_18", name = "羁绊" }
} }
local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1), local _TabFontColor = { default = Color.New(255 / 255, 255 / 255, 255 / 255, 1),
select = Color.New(255 / 255, 255 / 255, 255 / 255, 1)} select = Color.New(255 / 255, 255 / 255, 255 / 255, 1)}