From c8e4140f72263b26c1e2b8348a25eb08d91faa0e Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 17:42:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(gameEui):=20=E9=9A=90=E8=97=8F=20QQ=20?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=9B=B8=E5=85=B3=E5=85=83=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 gameEui.json 文件中,将 qqGrp 组内的三个子元素(qqOpenID、qqTxt 和 addGrpBtn)的 visible 属性设置为 false - 此修改旨在根据需求隐藏 QQ 平台相关的 UI 元素,不影响其他功能 --- gameEui.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gameEui.json b/gameEui.json index 5424b2a..a92503f 100644 --- a/gameEui.json +++ b/gameEui.json @@ -14661,9 +14661,9 @@ "msg2": { "scaleX": 1, "scaleY": 1, "size": 18, "stroke": 2, "text": "", "textColor": 2682369, "visible": false, "x": 26, "y": 22, "$t": "$eL" }, "msg3": { "scaleX": 1, "scaleY": 1, "size": 18, "stroke": 2, "text": "", "textColor": 2682369, "visible": false, "x": 26, "y": 42, "$t": "$eL" }, "qqGrp": { "anchorOffsetX": 0, "anchorOffsetY": 0, "bottom": 0, "height": 56, "left": 4, "visible": false, "width": 335, "$t": "$eG", "$eleC": ["qqOpenID", "qqTxt", "addGrpBtn"] }, - "qqOpenID": { "left": 0, "right": 0, "size": 13, "stroke": 2, "text": "您的平台ID:YFBX", "textColor": 15064527, "$t": "$eL" }, - "qqTxt": { "size": 13, "stroke": 2, "text": "若您在游戏中遇到问题,可联系官方客服。QQ:%s", "textColor": 15064527, "x": 0, "y": 16.67, "$t": "$eL" }, - "addGrpBtn": { "icon": "join_qqun", "label": "Button", "skinName": "Btn0Skin", "x": 3.65, "y": 29.99, "$t": "$eB" }, + "qqOpenID": { "left": 0, "right": 0, "size": 13, "stroke": 2, "text": "您的平台ID:YFBX", "textColor": 15064527, "$t": "$eL", "visible": false }, + "qqTxt": { "size": 13, "stroke": 2, "text": "若您在游戏中遇到问题,可联系官方客服。QQ:%s", "textColor": 15064527, "x": 0, "y": 16.67, "$t": "$eL", "visible": false }, + "addGrpBtn": { "icon": "join_qqun", "label": "Button", "skinName": "Btn0Skin", "x": 3.65, "y": 29.99, "$t": "$eB", "visible": false }, "shengQuGrp": { "anchorOffsetX": 0, "anchorOffsetY": 0, "bottom": 0, "height": 56, "left": 4, "visible": false, "width": 335, "$t": "$eG", "$eleC": ["qqGrpTxt", "shengQuAddGrpBtn"] }, "qqGrpTxt": { "size": 13, "stroke": 2, "text": "若您在游戏中遇到问题,可到官方群反馈。QQ:%s", "textColor": 15064527, "x": 0, "y": 16.67, "$t": "$eL" }, "shengQuAddGrpBtn": { "icon": "join_qqun", "label": "Button", "skinName": "Btn0Skin", "x": 3.65, "y": 29.99, "$t": "$eB" },