Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.23 KB

File metadata and controls

43 lines (31 loc) · 1.23 KB

com.nowcasting.activity(彩云天气)

基础规则

快速复制:

{"popup_rules":
    [
        {"id":"pay_vip_bt","action":"close_bt"},
        {"id":"new_user_promotion_card","action":"icon_close_button"},
        {"id":"完善资料领&VIP","action":"iv_close"},
        {"id":"vip_retain_window_iv","action":"close_button"}
    ]
}

详细说明:

{"id":"pay_vip_bt","action":"close_bt"}

去除 “VIP首月优惠” 弹窗

{"id":"new_user_promotion_card","action":"icon_close_button"}

去除 SVIP 限时特价广告

{"id":"完善资料领&VIP","action":"iv_close"}

去除完善资料领 VIP 弹窗

{"id":"vip_retain_window_iv","action":"close_button"}

去除限时优惠弹窗

增强规则