Closed 2360871791 closed 1 week ago
---@type Item? local item = data.item if item then if item:has_tag('等级装备') then tag:set_visible(true) tag:get_child('tab_btn'):set_text(('%d级装备'):format(item:get_level())) end end