有兴趣的自己改个自动的吧。不过明天更新应该就会有开关了,先凑合下。
使用方法:
ESC - 宏管理-新建-复制下面内容进去-点应用,点下宏的图标,成功。
/script local framer = Station.Lookup("Normal/RaidPanel_Main")
if framer
then framer:Hide() end
local frames =
Station.Lookup("Lowest1/SkillGuidePanel")
if frames then frames:Hide()
end