Commit 50f4ae42 by 江龙

隐藏外挂

parent bbf628cc
......@@ -2,5 +2,5 @@
"active":1,
"url":"https://daren.glifegame.com/hggl/index.html",
"labelArr":["刀剑无间","给娘娘请安",""],
"runCode":"let intervalId=setInterval(()=>{let hideItems=function(itemPath){if(typeof cc!=='undefined'){let scene=cc.director.getScene();if(scene){let btnSetting=cc.find(itemPath,scene);if(btnSetting){btnSetting.active=false}}}};hideItems('Canvas/GameRoot/Home/RightButtonGroup/ButtonGroup');},100)"
"runCode":"let intervalId=setInterval(()=>{let hideItems=function(itemPath){if(typeof cc!=='undefined'){let scene=cc.director.getScene();if(scene){let btnSetting=cc.find(itemPath,scene);if(btnSetting){btnSetting.active=false}}}};hideItems('Canvas/GameRoot/Home/RightButtonGroup/ButtonGroup');hideItems('Canvas/GameRoot/Home/AvatorRoot/头像底');},100)"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment