mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(全球购骑士特权): 开屏广告、其他软件规则分类
This commit is contained in:
@@ -6,14 +6,14 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
name: '更新提示',
|
||||
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
||||
rules: '[text*="新版本"] +(2) [text="取消"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12706195',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '第三方 SDK 广告',
|
||||
name: '全屏广告-弹窗广告',
|
||||
rules: [
|
||||
{
|
||||
name: '穿山甲',
|
||||
@@ -55,7 +55,7 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
name: '会员限时优惠弹窗',
|
||||
name: '全屏广告-会员限时优惠弹窗',
|
||||
activityIds: 'io.iftech.android.box.main.HomeActivity',
|
||||
rules:
|
||||
'@[id="io.iftech.android.box:id/ivClose"] + [text^="限时"][text$="特惠"]',
|
||||
|
||||
Reference in New Issue
Block a user