diff --git a/src/apps/air.tv.douyu.android.ts b/src/apps/air.tv.douyu.android.ts index 0ff09c74..4046613f 100644 --- a/src/apps/air.tv.douyu.android.ts +++ b/src/apps/air.tv.douyu.android.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'air.tv.douyu.android', name: '斗鱼', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12893916', - }, - ], - }, { key: 1, name: '青少年模式', diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index 6a3586e9..b916db30 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -3,24 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'android.zhibo8', name: '直播吧', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: 'TextView[text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12700387', - 'https://i.gkd.li/import/12661109', - ], - }, - ], - }, { key: 1, name: '信息流广告', diff --git a/src/apps/app.esou.ts b/src/apps/app.esou.ts deleted file mode 100644 index 5f9d61e4..00000000 --- a/src/apps/app.esou.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'app.esou', - name: '闪电侠', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@[id$="tt_splash_skip_btn"] + [id$="tt_splash_ad_logo"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13187789', - 'https://i.gkd.li/import/13459241', - ], - }, - ], -}); diff --git a/src/apps/app.podcast.cosmos.ts b/src/apps/app.podcast.cosmos.ts deleted file mode 100644 index 6d06bd0a..00000000 --- a/src/apps/app.podcast.cosmos.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'app.podcast.cosmos', - name: '小宇宙', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'io.iftech.android.podcast.app.home.main.view.MainActivity', - quickFind: true, - rules: '[id="app.podcast.cosmos:id/tvSkip"]', - snapshotUrls: 'https://i.gkd.li/import/12883661', - }, - ], -}); diff --git a/src/apps/bbs.zhixun.com.ts b/src/apps/bbs.zhixun.com.ts deleted file mode 100644 index e321a69a..00000000 --- a/src/apps/bbs.zhixun.com.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'bbs.zhixun.com', - name: '智讯社区', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'io.dcloud.PandoraEntryActivity', - rules: '[id="bbs.zhixun.com:id/ad_dcloud_main_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13188572', - }, - ], -}); diff --git a/src/apps/bluechips.app.greenlife.ts b/src/apps/bluechips.app.greenlife.ts deleted file mode 100644 index 8e265ade..00000000 --- a/src/apps/bluechips.app.greenlife.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'bluechips.app.greenlife', - name: '绿地智生活', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="bluechips.app.greenlife:id/skip"]', - snapshotUrls: 'https://i.gkd.li/import/13206426', - }, - ], -}); diff --git a/src/apps/bubei.tingshu.ts b/src/apps/bubei.tingshu.ts index d58d87e3..2dee306b 100644 --- a/src/apps/bubei.tingshu.ts +++ b/src/apps/bubei.tingshu.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'bubei.tingshu', name: '懒人听书', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13348703', - }, { key: 1, name: '悬浮广告', diff --git a/src/apps/cc.kinva.smartqa.ts b/src/apps/cc.kinva.smartqa.ts deleted file mode 100644 index c19d5f3a..00000000 --- a/src/apps/cc.kinva.smartqa.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cc.kinva.smartqa', - name: '挑战答题助手', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13469232', - }, - ], -}); diff --git a/src/apps/chuxin.shimo.shimowendang.ts b/src/apps/chuxin.shimo.shimowendang.ts index 0b3e4a79..887c0b64 100644 --- a/src/apps/chuxin.shimo.shimowendang.ts +++ b/src/apps/chuxin.shimo.shimowendang.ts @@ -3,19 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'chuxin.shimo.shimowendang', name: '石墨文档', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12894158', - 'https://i.gkd.li/import/12894163', - ], - }, { key: 1, name: '首页顶部横幅广告', diff --git a/src/apps/client.android.yixiaotong.ts b/src/apps/client.android.yixiaotong.ts index 1a8d5e0a..864064b3 100644 --- a/src/apps/client.android.yixiaotong.ts +++ b/src/apps/client.android.yixiaotong.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'client.android.yixiaotong', name: '乐校通', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13055542', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/cmb.pb.ts b/src/apps/cmb.pb.ts index 0bc8f3f5..7d9afc3e 100644 --- a/src/apps/cmb.pb.ts +++ b/src/apps/cmb.pb.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cmb.pb', name: '招商银行', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cmb.pb.app.mainframe.container.PBMainActivity', - rules: '[id="cmb.pb:id/ll_launch_ad_skip_hot_area"]', - snapshotUrls: 'https://i.gkd.li/import/12706015', - }, { key: 10, name: '朝朝宝-广告弹窗', diff --git a/src/apps/cmccwm.mobilemusic.ts b/src/apps/cmccwm.mobilemusic.ts index 40d8ae75..c23668af 100644 --- a/src/apps/cmccwm.mobilemusic.ts +++ b/src/apps/cmccwm.mobilemusic.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cmccwm.mobilemusic', name: '咪咕音乐', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id = "cmccwm.mobilemusic.base_runtime:id/bt_skip_ad"]', - snapshotUrls: 'https://i.gkd.li/import/12852498', - }, { key: 1, name: '版本更新', diff --git a/src/apps/cn.TuHu.android.ts b/src/apps/cn.TuHu.android.ts index 045901c8..76f76655 100644 --- a/src/apps/cn.TuHu.android.ts +++ b/src/apps/cn.TuHu.android.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.TuHu.android', name: '途虎养车', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="cn.TuHu.android:id/rl_activity_welcome_jump"]', - snapshotUrls: 'https://i.gkd.li/import/12846408', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/cn.beekee.zhongtong.ts b/src/apps/cn.beekee.zhongtong.ts deleted file mode 100644 index b6234263..00000000 --- a/src/apps/cn.beekee.zhongtong.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.beekee.zhongtong', - name: '中通快递', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407211', - }, - ], -}); diff --git a/src/apps/cn.ccspeed.ts b/src/apps/cn.ccspeed.ts index 32eae94f..2aaa33bc 100644 --- a/src/apps/cn.ccspeed.ts +++ b/src/apps/cn.ccspeed.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.ccspeed', name: 'CC加速器', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13334790', - }, { key: 1, enable: false, diff --git a/src/apps/cn.cj.pe.ts b/src/apps/cn.cj.pe.ts deleted file mode 100644 index 13fb5bfb..00000000 --- a/src/apps/cn.cj.pe.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.cj.pe', - name: '139邮箱', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13684774', - }, - ], -}); diff --git a/src/apps/cn.cntvnews.ts b/src/apps/cn.cntvnews.ts deleted file mode 100644 index 17c821e8..00000000 --- a/src/apps/cn.cntvnews.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.cntvnews', - name: '央视新闻', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.torch.open.ad.splash.SplashAdActivity', - rules: 'TextView[text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12749208', - }, - ], -}); diff --git a/src/apps/cn.com.cmbc.newmbank.ts b/src/apps/cn.com.cmbc.newmbank.ts deleted file mode 100644 index a8589d33..00000000 --- a/src/apps/cn.com.cmbc.newmbank.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.com.cmbc.newmbank', - name: '民生银行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.com.cmbc.newmbank.activity.WelComeActivity', - rules: '[id="cn.com.cmbc.newmbank:id/view_count_down"]', - snapshotUrls: 'https://i.gkd.li/import/12774842', - }, - ], -}); diff --git a/src/apps/cn.com.gzbank.mbank.ts b/src/apps/cn.com.gzbank.mbank.ts deleted file mode 100644 index 4e535373..00000000 --- a/src/apps/cn.com.gzbank.mbank.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.com.gzbank.mbank', - name: '广银信用卡', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13520034', - }, - ], -}); diff --git a/src/apps/cn.com.hkgt.gasapp.ts b/src/apps/cn.com.hkgt.gasapp.ts index bb3fa212..aff582c0 100644 --- a/src/apps/cn.com.hkgt.gasapp.ts +++ b/src/apps/cn.com.hkgt.gasapp.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.com.hkgt.gasapp', name: '易捷加油', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.com.hkgt.gasapp.activity.start.BannerActivity', - rules: '[id="cn.com.hkgt.gasapp:id/mCountDownTextView"][text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740125', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/cn.com.livelab.ts b/src/apps/cn.com.livelab.ts index e3d965f7..3701a924 100644 --- a/src/apps/cn.com.livelab.ts +++ b/src/apps/cn.com.livelab.ts @@ -3,16 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.com.livelab', name: '纷玩岛', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc^="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13258874', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/cn.com.open.mooc.ts b/src/apps/cn.com.open.mooc.ts deleted file mode 100644 index 7a5c45ac..00000000 --- a/src/apps/cn.com.open.mooc.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.com.open.mooc', - name: '慕课网', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.imooc.component.imoocmain.splash.MCSplashActivity'], - rules: [ - { - matches: '[id="cn.com.open.mooc:id/stepOver"]', - snapshotUrls: ['https://i.gkd.li/import/13185441'], - }, - ], - }, - ], -}); diff --git a/src/apps/cn.com.shbank.mper.ts b/src/apps/cn.com.shbank.mper.ts deleted file mode 100644 index 8adc1d72..00000000 --- a/src/apps/cn.com.shbank.mper.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.com.shbank.mper', - name: '上海银行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.yitong.mobile.biz.launcher.app.splash.Splashactivity', - rules: '[id="cn.com.shbank.mper:id/splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12740247', - }, - ], -}); diff --git a/src/apps/cn.com.spdb.mobilebank.per.ts b/src/apps/cn.com.spdb.mobilebank.per.ts index c6b21eb6..0ded80ee 100644 --- a/src/apps/cn.com.spdb.mobilebank.per.ts +++ b/src/apps/cn.com.spdb.mobilebank.per.ts @@ -3,15 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.com.spdb.mobilebank.per', name: '浦发银行', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.com.spdb.mobilebank.per.activity.MainActivity', - rules: - '[id="cn.com.spdb.mobilebank.per:id/splash_tb_time"][text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740308', - }, { key: 1, name: '消息中心-系统通知请求', diff --git a/src/apps/cn.com.yunma.school.app.ts b/src/apps/cn.com.yunma.school.app.ts deleted file mode 100644 index 67d2ec21..00000000 --- a/src/apps/cn.com.yunma.school.app.ts +++ /dev/null @@ -1,30 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.com.yunma.school.app', - name: '易校园', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13175275', - 'https://i.gkd.li/import/13177064', - 'https://i.gkd.li/import/13198129', - ], - }, - { - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13179898', - }, - ], - }, - ], -}); diff --git a/src/apps/cn.com.yusys.app.HuBeiBank.ts b/src/apps/cn.com.yusys.app.HuBeiBank.ts deleted file mode 100644 index 871b855b..00000000 --- a/src/apps/cn.com.yusys.app.HuBeiBank.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.com.yusys.app.HuBeiBank', - name: '湖北银行', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13459417', - }, - ], -}); diff --git a/src/apps/cn.dxy.idxyer.ts b/src/apps/cn.dxy.idxyer.ts deleted file mode 100644 index 1a41d4fe..00000000 --- a/src/apps/cn.dxy.idxyer.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.dxy.idxyer', - name: '丁香园', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="cn.dxy.idxyer:id/start_up_ad_skip_image"]', - snapshotUrls: 'https://i.gkd.li/import/13561587', - }, - ], -}); diff --git a/src/apps/cn.dxy.medicinehelper.ts b/src/apps/cn.dxy.medicinehelper.ts deleted file mode 100644 index 4b4814fb..00000000 --- a/src/apps/cn.dxy.medicinehelper.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.dxy.medicinehelper', - name: '用药助手', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13228270', - }, - ], -}); diff --git a/src/apps/cn.edu.hit.welink.ts b/src/apps/cn.edu.hit.welink.ts deleted file mode 100644 index 5fcf916c..00000000 --- a/src/apps/cn.edu.hit.welink.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.edu.hit.welink', - name: '哈工大APP', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['huawei.w3.ui.welcome.W3SplashScreenActivity'], - rules: [ - { - matches: '[id="cn.edu.hit.welink:id/skip_button"]', - snapshotUrls: 'https://i.gkd.li/import/12710980', - }, - ], - }, - ], -}); diff --git a/src/apps/cn.edu.just.iportal.ts b/src/apps/cn.edu.just.iportal.ts deleted file mode 100644 index caec3f90..00000000 --- a/src/apps/cn.edu.just.iportal.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.edu.just.iportal', - name: '扬帆科大', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13522730', - }, - ], -}); diff --git a/src/apps/cn.emagsoftware.gamehall.ts b/src/apps/cn.emagsoftware.gamehall.ts index 44c7c265..5a7c5f2b 100644 --- a/src/apps/cn.emagsoftware.gamehall.ts +++ b/src/apps/cn.emagsoftware.gamehall.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.emagsoftware.gamehall', name: '咪咕快游', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="cn.emagsoftware.gamehall:id/splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13258853', - }, { key: 1, name: '版本更新', diff --git a/src/apps/cn.etouch.ecalendar.ts b/src/apps/cn.etouch.ecalendar.ts deleted file mode 100644 index a1f44211..00000000 --- a/src/apps/cn.etouch.ecalendar.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.etouch.ecalendar', - name: '中华万年历日历', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13650898', - }, - ], -}); diff --git a/src/apps/cn.fszt.trafficapp.ts b/src/apps/cn.fszt.trafficapp.ts deleted file mode 100644 index 2a896a65..00000000 --- a/src/apps/cn.fszt.trafficapp.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.fszt.trafficapp', - name: '畅驾', - groups: [ - { - key: 0, - name: '开屏广告', - resetMatch: 'app', - actionMaximum: 1, - matchTime: 10000, - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13632400', - }, - ], - }, - ], -}); diff --git a/src/apps/cn.guancha.app.ts b/src/apps/cn.guancha.app.ts deleted file mode 100644 index c06e006d..00000000 --- a/src/apps/cn.guancha.app.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.guancha.app', - name: '观察者', - groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击开屏右上角“跳过”按钮', - - quickFind: true, - activityIds: 'cn.guancha.app.ui.activity.WelcomeActivity', - rules: [ - { - matches: 'TextView[id="cn.guancha.app:id/tv_jump_btn"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12907063', - }, - ], - }, - ], -}); diff --git a/src/apps/cn.gyyx.phonekey.ts b/src/apps/cn.gyyx.phonekey.ts deleted file mode 100644 index b99407f1..00000000 --- a/src/apps/cn.gyyx.phonekey.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.gyyx.phonekey', - name: '光宇游戏', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.gyyx.phonekey.ui.dialog.AdDialog', - rules: '[id=`cn.gyyx.phonekey:id/rl_ad_pass`]', - snapshotUrls: 'https://i.gkd.li/import/12712285', - }, - ], -}); diff --git a/src/apps/cn.honor.qinxuan.ts b/src/apps/cn.honor.qinxuan.ts deleted file mode 100644 index 1150682d..00000000 --- a/src/apps/cn.honor.qinxuan.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.honor.qinxuan', - name: '荣耀亲选', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: '[text*="跳过"][id="cn.honor.qinxuan:id/tv_time"]', - snapshotUrls: 'https://i.gkd.li/import/13541270', - }, - ], -}); diff --git a/src/apps/cn.hsa.app.ts b/src/apps/cn.hsa.app.ts deleted file mode 100644 index 5ef96c29..00000000 --- a/src/apps/cn.hsa.app.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.hsa.app', - name: '国家医保服务平台', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.hsa.app.login.ui.OpeningPageActivity', - rules: '[id="cn.hsa.app:id/tvCountDown"]', - snapshotUrls: 'https://i.gkd.li/import/12839891', - }, - ], -}); diff --git a/src/apps/cn.ishansong.ts b/src/apps/cn.ishansong.ts deleted file mode 100644 index 1317ca37..00000000 --- a/src/apps/cn.ishansong.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.ishansong', - name: '闪送', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13205475', - }, - ], - }, - ], -}); diff --git a/src/apps/cn.kuwo.player.ts b/src/apps/cn.kuwo.player.ts deleted file mode 100644 index ffec1738..00000000 --- a/src/apps/cn.kuwo.player.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.kuwo.player', - name: '酷我音乐', - groups: [ - { - key: 0, - name: '开屏、切屏广告', - rules: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.kuwo.player.activities.EntryActivity', - matches: '[id="cn.kuwo.player:id/skip_button"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12727887', - }, - { - key: 1, - name: '切屏广告', - activityIds: 'cn.kuwo.player.activities.EntryActivity', - matches: '[id="cn.kuwo.player:id/btnSkip"]', - snapshotUrls: 'https://i.gkd.li/import/12740634', - }, - ], - }, - ], -}); diff --git a/src/apps/cn.ledongli.ldl.ts b/src/apps/cn.ledongli.ldl.ts deleted file mode 100644 index b3998785..00000000 --- a/src/apps/cn.ledongli.ldl.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.ledongli.ldl', - name: '乐动力', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12668468', //text="跳过" - 'https://i.gkd.li/import/13259199', //text="跳过 " - ], - }, - ], -}); diff --git a/src/apps/cn.lezhi.speedtest.ts b/src/apps/cn.lezhi.speedtest.ts index bdf945ba..d403e0bd 100644 --- a/src/apps/cn.lezhi.speedtest.ts +++ b/src/apps/cn.lezhi.speedtest.ts @@ -3,27 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.lezhi.speedtest', name: '网速管家', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - name: '字节SDK', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13544242', - }, - { - name: '腾讯SDK', - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13626049', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/cn.medlive.android.ts b/src/apps/cn.medlive.android.ts deleted file mode 100644 index 5e9e2776..00000000 --- a/src/apps/cn.medlive.android.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.medlive.android', - name: '医脉通', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="cn.medlive.android:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13625394', - }, - ], -}); diff --git a/src/apps/cn.medlive.guideline.android.ts b/src/apps/cn.medlive.guideline.android.ts deleted file mode 100644 index e5a36a25..00000000 --- a/src/apps/cn.medlive.guideline.android.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.medlive.guideline.android', - name: '临床指南', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="cn.medlive.guideline.android:id/textSkip"]', - snapshotUrls: 'https://i.gkd.li/import/13625397', - }, - ], -}); diff --git a/src/apps/cn.missevan.ts b/src/apps/cn.missevan.ts index 7e5b6f86..cffeea45 100644 --- a/src/apps/cn.missevan.ts +++ b/src/apps/cn.missevan.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.missevan', name: '猫耳FM', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击:跳过', - - quickFind: true, - activityIds: 'cn.missevan.activity.MainActivity', - rules: [ - { - matches: '[id="cn.missevan:id/skip_title"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12908434', - }, - ], - }, { key: 1, name: '青少年提示', diff --git a/src/apps/cn.nubia.bbs.ts b/src/apps/cn.nubia.bbs.ts deleted file mode 100644 index b7dbf7f6..00000000 --- a/src/apps/cn.nubia.bbs.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.nubia.bbs', - name: '红魔社区', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13537852', - }, - ], -}); diff --git a/src/apps/cn.paperang.mm.ts b/src/apps/cn.paperang.mm.ts deleted file mode 100644 index a300b4e6..00000000 --- a/src/apps/cn.paperang.mm.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.paperang.mm', - name: '喵喵机', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13599769', - }, - ], -}); diff --git a/src/apps/cn.runningquotient.rq.ts b/src/apps/cn.runningquotient.rq.ts deleted file mode 100644 index 8065ca25..00000000 --- a/src/apps/cn.runningquotient.rq.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.runningquotient.rq', - name: 'RQrun', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13625502', - }, - ], -}); diff --git a/src/apps/cn.silent.comic.ts b/src/apps/cn.silent.comic.ts deleted file mode 100644 index 9547356d..00000000 --- a/src/apps/cn.silent.comic.ts +++ /dev/null @@ -1,35 +0,0 @@ -import { defineAppConfig } from '../types'; -export default defineAppConfig({ - id: 'cn.silent.comic', - name: '免漫', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="cn.silent.comic:id/ksad_splash_circle_skip_view"]', - exampleUrls: [ - 'https://m.gkd.li/83610194/f7c54df0-30d8-405a-b7eb-dd06c8db11cf', - 'https://m.gkd.li/83610194/94a8ecb5-1124-4090-a1ce-11340a4a76f2', - ], - snapshotUrls: [ - 'https://i.gkd.li/import/13405442', - 'https://i.gkd.li/import/13405483', - ], - }, - { - matches: '[id="cn.silent.comic:id/ad_dcloud_main_skip"]', - exampleUrls: [ - 'https://m.gkd.li/83610194/94a8ecb5-1124-4090-a1ce-11340a4a76f2', - ], - snapshotUrls: ['https://i.gkd.li/import/13421452'], - }, - ], - }, - ], -}); diff --git a/src/apps/cn.suanya.zhixing.ts b/src/apps/cn.suanya.zhixing.ts deleted file mode 100644 index a1f8fa39..00000000 --- a/src/apps/cn.suanya.zhixing.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.suanya.zhixing', - name: '智行旅行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.app.main.entrance.MainActivity', - rules: 'LinearLayout > TextView + TextView[id!=null][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12739122', - }, - ], -}); diff --git a/src/apps/cn.wenyu.bodian.ts b/src/apps/cn.wenyu.bodian.ts deleted file mode 100644 index 27ebd40a..00000000 --- a/src/apps/cn.wenyu.bodian.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.wenyu.bodian', - name: '波点音乐', - groups: [ - { - key: 0, - name: '开屏广告', - - activityIds: 'cn.wenyu.bodian.MainActivity', - rules: - '[id="cn.wenyu.bodian:id/splash_container"] < FrameLayout > TextView[text="跳过广告"][clickable=true]', - snapshotUrls: 'https://i.gkd.li/import/13062529', - }, - ], -}); diff --git a/src/apps/cn.wps.moffice_eng.ts b/src/apps/cn.wps.moffice_eng.ts index db53bb8d..ea6534f6 100644 --- a/src/apps/cn.wps.moffice_eng.ts +++ b/src/apps/cn.wps.moffice_eng.ts @@ -3,24 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.wps.moffice_eng', name: 'WPS', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.wps.moffice.documentmanager.PreStartActivity', - rules: [ - { - key: 0, - matches: '[id=`cn.wps.moffice_eng:id/splash_skip`]', - snapshotUrls: [], // 需要补充快照 - }, - { - key: 1, - matches: '[id="cn.wps.moffice_eng:id/splash_jump"]', - snapshotUrls: 'https://i.gkd.li/import/13188596', - }, - ], - }, { key: 1, name: '首页-文档列表广告', diff --git a/src/apps/cn.xiaochuankeji.tieba.ts b/src/apps/cn.xiaochuankeji.tieba.ts index 791eb599..591d876b 100644 --- a/src/apps/cn.xiaochuankeji.tieba.ts +++ b/src/apps/cn.xiaochuankeji.tieba.ts @@ -3,27 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.xiaochuankeji.tieba', name: '最右', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'cn.xiaochuankeji.tieba.ui.base.SplashActivity', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/12660905'], - }, - { - matches: - '[id="cn.xiaochuankeji.tieba:id/splash_ad_view"] [text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12660955', - 'https://i.gkd.li/import/12660984', - 'https://i.gkd.li/import/12699405', - ], - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/cn.xiaochuankeji.zuiyouLite.ts b/src/apps/cn.xiaochuankeji.zuiyouLite.ts index 269d2afe..d1b02be9 100644 --- a/src/apps/cn.xiaochuankeji.zuiyouLite.ts +++ b/src/apps/cn.xiaochuankeji.zuiyouLite.ts @@ -3,32 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.xiaochuankeji.zuiyouLite', name: '皮皮搞笑', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '【字节穿山甲SDK】', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12745084', - }, - { - key: 1, - name: '【跳过】', - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12745095', - 'https://i.gkd.li/import/13387320', - ], - }, - ], - }, { key: 1, name: '青少年模式弹窗', diff --git a/src/apps/cn.xiaolongonly.andpodsop.ts b/src/apps/cn.xiaolongonly.andpodsop.ts deleted file mode 100644 index e7325314..00000000 --- a/src/apps/cn.xiaolongonly.andpodsop.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'cn.xiaolongonly.andpodsop', - name: 'AndPods', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="cn.xiaolongonly.andpodsop:id/hiad_skip_text"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13229197', - }, - ], -}); diff --git a/src/apps/cn.yonghui.hyd.ts b/src/apps/cn.yonghui.hyd.ts index c7f87251..3a43d9dc 100644 --- a/src/apps/cn.yonghui.hyd.ts +++ b/src/apps/cn.yonghui.hyd.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'cn.yonghui.hyd', name: '永辉生活', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13414432', - }, { key: 1, name: '红包弹窗', diff --git a/src/apps/co.runner.app.ts b/src/apps/co.runner.app.ts deleted file mode 100644 index 6f7aa773..00000000 --- a/src/apps/co.runner.app.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'co.runner.app', - name: '悦跑圈', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@*[clickable=true] > [text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13635300', - }, - ], -}); diff --git a/src/apps/com.HaoTuBang.H3DBodyFree.ts b/src/apps/com.HaoTuBang.H3DBodyFree.ts deleted file mode 100644 index fed7a387..00000000 --- a/src/apps/com.HaoTuBang.H3DBodyFree.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.HaoTuBang.H3DBodyFree', - name: '3Dbody解剖', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.HaoTuBang.H3DBodyFree.modules.login.activity.SpalashActivity', - rules: '[id="com.HaoTuBang.H3DBodyFree:id/adsParent"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12783176', - }, - ], -}); diff --git a/src/apps/com.Kingdee.Express.ts b/src/apps/com.Kingdee.Express.ts deleted file mode 100644 index 932c6274..00000000 --- a/src/apps/com.Kingdee.Express.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.Kingdee.Express', - name: '快递100', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.Kingdee.Express.module.splash.SplashActivity', - rules: - '[id="com.Kingdee.Express:id/rl_splash_container"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12775998', - }, - ], -}); diff --git a/src/apps/com.MobileTicket.ts b/src/apps/com.MobileTicket.ts deleted file mode 100644 index de42873e..00000000 --- a/src/apps/com.MobileTicket.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.MobileTicket', - name: '铁路12306', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[id=`com.MobileTicket:id/tv_skip`]', - snapshotUrls: 'https://i.gkd.li/import/13196243', - }, - ], -}); diff --git a/src/apps/com.able.wisdomtree.ts b/src/apps/com.able.wisdomtree.ts index 00d112f5..dd364ea7 100644 --- a/src/apps/com.able.wisdomtree.ts +++ b/src/apps/com.able.wisdomtree.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.able.wisdomtree', name: '知到', + deprecatedKeys: [1], groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: ['[id="com.able.wisdomtree:id/tv_skip"]'], - snapshotUrls: 'https://i.gkd.li/import/12838048', - }, - ], - }, { enable: false, key: 2, diff --git a/src/apps/com.achievo.vipshop.ts b/src/apps/com.achievo.vipshop.ts deleted file mode 100644 index 4d4ae50c..00000000 --- a/src/apps/com.achievo.vipshop.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.achievo.vipshop', - name: '唯品会', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.achievo.vipshop.activity.LodingActivity', - rules: '[id=`com.achievo.vipshop:id/adv_countdown`]', - }, - ], -}); diff --git a/src/apps/com.ai.obc.cbn.app.ts b/src/apps/com.ai.obc.cbn.app.ts index 67264e39..b2bfe80f 100644 --- a/src/apps/com.ai.obc.cbn.app.ts +++ b/src/apps/com.ai.obc.cbn.app.ts @@ -3,22 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.ai.obc.cbn.app', name: '中国广电', + deprecatedKeys: [0], groups: [ - { - key: 1, - name: '开屏广告', - activityIds: [ - 'com.ai.obc.cbn.app.ui.other.activity.SplashActivity', - 'com.android.launcher.Launcher', - ], - rules: [ - { - matches: '[id="com.ai.obc.cbn.app:id/tvTg"]', - snapshotUrls: - 'https://i.gkd.li/import/22029832/3d58f8d5-bb6a-464a-88f7-5a27c5e0854c', - }, - ], - }, { key: 2, name: '版本弹窗', diff --git a/src/apps/com.aihuishou.opt.ts b/src/apps/com.aihuishou.opt.ts deleted file mode 100644 index 8a9c28ff..00000000 --- a/src/apps/com.aihuishou.opt.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.aihuishou.opt', - name: '拍机堂', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.aihuishou.opt:id/count_down_tv"]', - snapshotUrls: ['https://i.gkd.li/import/13197573'], - }, - ], -}); diff --git a/src/apps/com.aiwu.market.ts b/src/apps/com.aiwu.market.ts deleted file mode 100644 index a742e5c2..00000000 --- a/src/apps/com.aiwu.market.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.aiwu.market', - name: '爱吾游戏宝盒', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 2, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.aiwu.market:id/tv_red_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13295919', - }, - ], - }, - ], -}); diff --git a/src/apps/com.alibaba.ailabs.tg.ts b/src/apps/com.alibaba.ailabs.tg.ts index 3dba17a4..2fe4ff77 100644 --- a/src/apps/com.alibaba.ailabs.tg.ts +++ b/src/apps/com.alibaba.ailabs.tg.ts @@ -3,23 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.alibaba.ailabs.tg', name: '天猫精灵', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.alibaba.ailabs.tg.splash.WelcomeActivity', - rules: [ - { - matches: ['[id="com.alibaba.ailabs.tg:id/fl_ad"] >n [text^="跳过"]'], - snapshotUrls: ['https://i.gkd.li/import/12814080'], - }, - { - action: 'clickNode', - matches: ['[id="com.alibaba.ailabs.tg:id/operation_ad_skip_text"]'], - snapshotUrls: ['https://i.gkd.li/import/12819744'], - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.alibaba.android.rimet.ts b/src/apps/com.alibaba.android.rimet.ts index c2d89da9..6afb5864 100644 --- a/src/apps/com.alibaba.android.rimet.ts +++ b/src/apps/com.alibaba.android.rimet.ts @@ -3,29 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.alibaba.android.rimet', name: '钉钉', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: - '[id="com.alibaba.android.rimet:id/btn_check_detail"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12506211', - }, - { - key: 1, - matches: - '[id="com.alibaba.android.rimet:id/splash_advertise_pass_text"]', - snapshotUrls: 'https://i.gkd.li/import/12837220', - }, - ], - }, { enable: false, key: 1, diff --git a/src/apps/com.alibaba.wireless.ts b/src/apps/com.alibaba.wireless.ts index 2e0627b5..a7a3210f 100644 --- a/src/apps/com.alibaba.wireless.ts +++ b/src/apps/com.alibaba.wireless.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.alibaba.wireless', name: '阿里巴巴', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: '[id="com.alibaba.wireless:id/v5_splash_over"]', - snapshotUrls: 'https://i.gkd.li/import/12684411', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.alimama.moon.ts b/src/apps/com.alimama.moon.ts deleted file mode 100644 index 19cd6a9b..00000000 --- a/src/apps/com.alimama.moon.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.alimama.moon', - name: '淘宝联盟', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=5]', - snapshotUrls: 'https://i.gkd.li/import/13611291', - }, - ], -}); diff --git a/src/apps/com.android.bankabc.ts b/src/apps/com.android.bankabc.ts deleted file mode 100644 index 0cadac5f..00000000 --- a/src/apps/com.android.bankabc.ts +++ /dev/null @@ -1,39 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.android.bankabc', - name: '中国农业银行', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - quickFind: true, - resetMatch: 'app', - rules: ['ImageView[id="com.android.bankabc:id/close"]'], - snapshotUrls: [ - 'https://i.gkd.li/import/12472629', - 'https://i.gkd.li/import/13196201', - ], - }, - { - key: 1, - name: '更新弹窗', - activityIds: 'com.android.bankabc.homepage.UpgradeDialog', - rules: [ - '[id="com.android.bankabc:id/upgrade_bottom"] > [id="com.android.bankabc:id/negativeTextView"][text="残忍拒绝"]', - ], - snapshotUrls: 'https://i.gkd.li/import/12685502', - }, - { - key: 10, - name: '切换乡村版弹窗', - activityIds: 'com.android.bankabc.MainActivity', - rules: [ - '[id="com.android.bankabc:id/iv_switch"] + [id="com.android.bankabc:id/iv_skip"]', - ], - snapshotUrls: 'https://i.gkd.li/import/12685764', - }, - ], -}); diff --git a/src/apps/com.android.bbkmusic.ts b/src/apps/com.android.bbkmusic.ts deleted file mode 100644 index dee22341..00000000 --- a/src/apps/com.android.bbkmusic.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.android.bbkmusic', - name: 'i 音乐', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.android.bbkmusic:id/launcher_page_skip_text"]', - snapshotUrls: 'https://i.gkd.li/import/13400275', - }, - ], - }, - ], -}); diff --git a/src/apps/com.android.tiancity.mobilesecurity.ts b/src/apps/com.android.tiancity.mobilesecurity.ts deleted file mode 100644 index 786cc2b3..00000000 --- a/src/apps/com.android.tiancity.mobilesecurity.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.android.tiancity.mobilesecurity', - name: '天成账号管家', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13350649', - }, - ], -}); diff --git a/src/apps/com.android.tiku.union.ts b/src/apps/com.android.tiku.union.ts deleted file mode 100644 index fa5d0a2e..00000000 --- a/src/apps/com.android.tiku.union.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.android.tiku.union', - name: '快题库', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.android.tiku.union:id/tv_skip"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13227540', - }, - ], -}); diff --git a/src/apps/com.android36kr.app.ts b/src/apps/com.android36kr.app.ts deleted file mode 100644 index 19586580..00000000 --- a/src/apps/com.android36kr.app.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.android36kr.app', - name: '36氪', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.android36kr.app.ui.LogoActivity', - rules: '[id="com.android36kr.app:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12774811', - }, - ], -}); diff --git a/src/apps/com.anjuke.android.app.ts b/src/apps/com.anjuke.android.app.ts deleted file mode 100644 index 3f5113e1..00000000 --- a/src/apps/com.anjuke.android.app.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.anjuke.android.app', - name: '安居客', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.anjuke.android.app.mainmodule.WelcomeActivity', - rules: '[id=`com.anjuke.android.app:id/skip_btn`]', - }, - ], -}); diff --git a/src/apps/com.antfortune.wealth.ts b/src/apps/com.antfortune.wealth.ts index a9437754..c869eb55 100644 --- a/src/apps/com.antfortune.wealth.ts +++ b/src/apps/com.antfortune.wealth.ts @@ -7,9 +7,12 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.alipay.mobile.quinox.LauncherActivity', + resetMatch: 'app', + actionMaximum: 1, + matchTime: 10000, + quickFind: true, rules: - '[id="com.antfortune.wealth:id/welcome_page"] > RelativeLayout + View', + '@View[clickable=true] <2 [id="com.antfortune.wealth:id/welcome_page"]', snapshotUrls: 'https://i.gkd.li/import/12776577', }, ], diff --git a/src/apps/com.ants360.yicamera.ts b/src/apps/com.ants360.yicamera.ts index 6a22a812..3339e320 100644 --- a/src/apps/com.ants360.yicamera.ts +++ b/src/apps/com.ants360.yicamera.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.ants360.yicamera', name: '小蚁摄像机', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13426833', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.antutu.ABenchMark.ts b/src/apps/com.antutu.ABenchMark.ts index b5e0992e..05f052f0 100644 --- a/src/apps/com.antutu.ABenchMark.ts +++ b/src/apps/com.antutu.ABenchMark.ts @@ -3,20 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.antutu.ABenchMark', name: '安兔兔评测', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13233875', - 'https://i.gkd.li/import/13538328', - ], - }, { key: 1, name: '广告卡片', diff --git a/src/apps/com.apkpure.aegon.ts b/src/apps/com.apkpure.aegon.ts index 54d3abcd..3162a17b 100644 --- a/src/apps/com.apkpure.aegon.ts +++ b/src/apps/com.apkpure.aegon.ts @@ -3,20 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.apkpure.aegon', name: 'APKPure', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text$="跳过"||text^="Skip"]', - snapshotUrls: 'https://i.gkd.li/import/13466685', - }, - ], - }, { key: 1, name: '热门推荐关闭', diff --git a/src/apps/com.appbyme.app283982.ts b/src/apps/com.appbyme.app283982.ts deleted file mode 100644 index 5bc147ec..00000000 --- a/src/apps/com.appbyme.app283982.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.appbyme.app283982', - name: 'SDGun社区', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.appbyme.app283982:id/close"]', - snapshotUrls: 'https://i.gkd.li/import/13206391', - }, - ], -}); diff --git a/src/apps/com.appbyme.app89001.ts b/src/apps/com.appbyme.app89001.ts deleted file mode 100644 index 77a51275..00000000 --- a/src/apps/com.appbyme.app89001.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.appbyme.app89001', - name: '青白江论坛', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13759466', - }, - ], -}); diff --git a/src/apps/com.aster.zhbj.ts b/src/apps/com.aster.zhbj.ts deleted file mode 100644 index af895f8d..00000000 --- a/src/apps/com.aster.zhbj.ts +++ /dev/null @@ -1,107 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.aster.zhbj', - name: '喵上漫画', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12981243', - 'https://i.gkd.li/import/13029855', - 'https://i.gkd.li/import/13043320', - 'https://i.gkd.li/import/13043344', - ], - }, - { - key: 1, - name: '弹窗广告', - - rules: [ - { - key: 1, - name: '腾讯广告-1', - activityIds: 'com.aster.comic.app.view.MainActivity', - matches: - 'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', - snapshotUrls: [ - 'https://i.gkd.li/import/12984767', - 'https://i.gkd.li/import/12998908', // com.huawei.android.launcher.unihome.UniHomeLauncher - 'https://i.gkd.li/import/12777325', // com.bbk.launcher2.Launcher - ], - }, - { - key: 2, - name: '腾讯广告-2', - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T', - matches: - 'ImageView < FrameLayout + FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', - snapshotUrls: 'https://i.gkd.li/import/13029880', - }, - { - key: 3, - name: '腾讯广告-3', - activityIds: 'com.aster.comic.app.view.MainActivity', - matches: - 'ImageView - LinearLayout - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', - snapshotUrls: 'https://i.gkd.li/import/12872249', - }, - { - key: 4, - name: '字节广告-1', - activityIds: 'com.aster.comic.app.view.MainActivity', - matches: [ - '[desc^="logo-union"] > [desc^="logoad"] > [text="广告"]', - '[desc^="webview-close"] > View', - ], - snapshotUrls: 'https://i.gkd.li/import/12903062', - }, - { - key: 5, - name: '字节广告-2', - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: - '@Image[text=""] < View + View +n View > View > TextView[text="广告"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12996953', - 'https://i.gkd.li/import/13003644', - ], - }, - ], - }, - { - key: 2, - name: '视频广告', - rules: [ - { - key: 1, - name: '字节广告', - activityIds: - 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', - matches: [ - 'View > View > View > View > [text="广告"]', - 'View[childCount=2] > [text$="跳过"]', - ], - snapshotUrls: 'https://i.gkd.li/import/13348662', - }, - ], - }, - { - enable: false, - key: 3, - name: '看视频解锁任意读弹窗', - desc: '自动点击【我拒绝】', - activityIds: 'com.aster.comic.app.view.reader.ReaderActivity', - rules: - '[text="看视频解锁任意读"] < LinearLayout +n LinearLayout > [id="com.aster.zhbj:id/btnReject"][text*="拒绝"]', - snapshotUrls: 'https://i.gkd.li/import/13348635', - }, - ], -}); diff --git a/src/apps/com.ataaw.tianyi.ts b/src/apps/com.ataaw.tianyi.ts deleted file mode 100644 index 4a790ffe..00000000 --- a/src/apps/com.ataaw.tianyi.ts +++ /dev/null @@ -1,34 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ataaw.tianyi', - name: '天翼生活', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13674443', - }, - { - key: 1, - name: '版本升级', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - activityIds: 'com.ataaw.tianyi.MainActivity', - matches: - '[text^="发现新版本"] < RelativeLayout + LinearLayout [id="com.ataaw.tianyi:id/ignore"]', - snapshotUrls: 'https://i.gkd.li/import/13327303', - }, - ], - }, - ], -}); diff --git a/src/apps/com.atour.atourlife.ts b/src/apps/com.atour.atourlife.ts deleted file mode 100644 index 60e4d856..00000000 --- a/src/apps/com.atour.atourlife.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.atour.atourlife', - name: '亚朵', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13400619', - }, - ], -}); diff --git a/src/apps/com.autonavi.minimap.ts b/src/apps/com.autonavi.minimap.ts index 60768352..4fff1650 100644 --- a/src/apps/com.autonavi.minimap.ts +++ b/src/apps/com.autonavi.minimap.ts @@ -3,20 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.autonavi.minimap', name: '高德地图', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@LinearLayout > [text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12667556', - 'https://i.gkd.li/import/12750045', - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.babycloud.hanju.ts b/src/apps/com.babycloud.hanju.ts index 0787d40f..716691b2 100644 --- a/src/apps/com.babycloud.hanju.ts +++ b/src/apps/com.babycloud.hanju.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.babycloud.hanju', name: '韩小圈', + deprecatedKeys: [1], groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=5]', - snapshotUrls: 'https://i.gkd.li/import/13234983', - }, - ], - }, { key: 2, name: '卡片式广告', diff --git a/src/apps/com.babytree.apps.pregnancy.ts b/src/apps/com.babytree.apps.pregnancy.ts index 489e1177..2cd8cd26 100644 --- a/src/apps/com.babytree.apps.pregnancy.ts +++ b/src/apps/com.babytree.apps.pregnancy.ts @@ -3,29 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.babytree.apps.pregnancy', name: '宝宝树孕育', + deprecatedKeys: [1], groups: [ - { - key: 1, - name: '开屏广告', - rules: [ - { - activityIds: [ - 'com.babytree.apps.pregnancy.video.splash.SplashVideoTransitionActivity', - ], - matches: 'TextView[text="跳过"][id!=null]', - snapshotUrls: 'https://i.gkd.li/import/12614757', - }, - { - activityIds: ['com.babytree.apps.pregnancy.MainActivity'], - matches: - '[name$="FrameLayout"||name$="ViewGroup"] > TextView[text^="跳过"][clickable=true][text.length<=4]', - snapshotUrls: [ - 'https://i.gkd.li/import/12614755', - 'https://i.gkd.li/import/12737138', - ], - }, - ], - }, { key: 2, name: '弹出广告(偶发)', diff --git a/src/apps/com.badmintoncn.bbs.ts b/src/apps/com.badmintoncn.bbs.ts index 815ac2c1..3f770829 100644 --- a/src/apps/com.badmintoncn.bbs.ts +++ b/src/apps/com.badmintoncn.bbs.ts @@ -3,20 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.badmintoncn.bbs', name: '中羽在线', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13258044', - 'https://i.gkd.li/import/13379472', - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.baidu.BaiduMap.ts b/src/apps/com.baidu.BaiduMap.ts index 2d4c2579..786a9257 100644 --- a/src/apps/com.baidu.BaiduMap.ts +++ b/src/apps/com.baidu.BaiduMap.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.BaiduMap', name: '百度地图', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - - activityIds: 'com.baidu.baidumaps.MapsActivity', - rules: ['TextView[text^="跳过"][text.length<=5]'], - snapshotUrls: [ - 'https://i.gkd.li/import/12924598', - 'https://i.gkd.li/import/12909174', - 'https://i.gkd.li/import/12909201', - 'https://i.gkd.li/import/13074377', - ], - }, { key: 1, name: '地图上方黄页横幅', @@ -132,7 +119,7 @@ export default defineAppConfig({ rules: [ { activityIds: 'com.baidu.baidumaps.MapsActivity', - matches: 'TextView[id=\'com.baidu.BaiduMap:id/tv_dialog_cancel\']', + matches: 'TextView[id="com.baidu.BaiduMap:id/tv_dialog_cancel"]', snapshotUrls: 'https://i.gkd.li/import/13439258', }, ], diff --git a/src/apps/com.baidu.baike.ts b/src/apps/com.baidu.baike.ts index d3af7f82..9fb17124 100644 --- a/src/apps/com.baidu.baike.ts +++ b/src/apps/com.baidu.baike.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.baike', name: '百度百科', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.baidu.baike.activity.SplashActivity', - rules: '[id="com.baidu.baike:id/btn_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12755714', - }, { key: 10, name: '请求通知权限弹窗', diff --git a/src/apps/com.baidu.duer.superapp.ts b/src/apps/com.baidu.duer.superapp.ts deleted file mode 100644 index 6370fe6c..00000000 --- a/src/apps/com.baidu.duer.superapp.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.baidu.duer.superapp', - name: '小度', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13310527', - exampleUrls: - 'https://github.com/gkd-kit/inspect/assets/38517192/5f6591b6-220e-4117-9cc1-b07375085f64', - }, - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12506571', - }, - ], - }, - ], -}); diff --git a/src/apps/com.baidu.homework.ts b/src/apps/com.baidu.homework.ts deleted file mode 100644 index 6aaa9db0..00000000 --- a/src/apps/com.baidu.homework.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.baidu.homework', - name: '作业帮', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.baidu.homework.activity.init.InitActivity', - rules: '[id=`com.baidu.homework:id/adx_splash_skip_text`]', - }, - ], -}); diff --git a/src/apps/com.baidu.input.ts b/src/apps/com.baidu.input.ts deleted file mode 100644 index 37e2be6a..00000000 --- a/src/apps/com.baidu.input.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.baidu.input', - name: '百度输入法', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13428541', - }, - ], - }, - ], -}); diff --git a/src/apps/com.baidu.netdisk.samsung.ts b/src/apps/com.baidu.netdisk.samsung.ts index 8b9e91f1..37df6405 100644 --- a/src/apps/com.baidu.netdisk.samsung.ts +++ b/src/apps/com.baidu.netdisk.samsung.ts @@ -3,14 +3,9 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.netdisk.samsung', name: '百度网盘-三星版本', + + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.baidu.netdisk.ui.Navigate', - rules: '[id="com.baidu.netdisk.samsung:id/countdown"]', - snapshotUrls: 'https://i.gkd.li/import/12738323', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.baidu.netdisk.ts b/src/apps/com.baidu.netdisk.ts index 082f7950..09c005ca 100644 --- a/src/apps/com.baidu.netdisk.ts +++ b/src/apps/com.baidu.netdisk.ts @@ -3,33 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.netdisk', name: '百度网盘', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text^="跳过"][text.length<=5]', - snapshotUrls: [ - 'https://i.gkd.li/import/12472597', - 'https://i.gkd.li/import/12877626', - 'https://i.gkd.li/import/12988458', - 'https://i.gkd.li/import/12648924', - 'https://i.gkd.li/import/12865287', - ], - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13538334', - }, - ], - }, { key: 1, name: '活动弹窗', diff --git a/src/apps/com.baidu.searchbox.lite.ts b/src/apps/com.baidu.searchbox.lite.ts deleted file mode 100644 index e9fb26da..00000000 --- a/src/apps/com.baidu.searchbox.lite.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.baidu.searchbox.lite', - name: '百度极速版', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13741508', - }, - ], - }, - ], -}); diff --git a/src/apps/com.baidu.searchbox.ts b/src/apps/com.baidu.searchbox.ts index 68afe242..8e1c3f47 100644 --- a/src/apps/com.baidu.searchbox.ts +++ b/src/apps/com.baidu.searchbox.ts @@ -3,16 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.searchbox', name: '百度', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@RelativeLayout > LinearLayout > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13258006', - }, { key: 1, name: '红包弹窗', diff --git a/src/apps/com.baidu.wenku.ts b/src/apps/com.baidu.wenku.ts deleted file mode 100644 index d9031dc1..00000000 --- a/src/apps/com.baidu.wenku.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.baidu.wenku', - name: '百度文库', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.baidu.wenku.splash.view.activity.WelcomeActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: '[id="com.baidu.wenku:id/jump_second"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12520200', - 'https://i.gkd.li/import/12520204', - ], - }, - ], -}); diff --git a/src/apps/com.baidu.xin.aiqicha.ts b/src/apps/com.baidu.xin.aiqicha.ts index f928215c..0a3d2a2e 100644 --- a/src/apps/com.baidu.xin.aiqicha.ts +++ b/src/apps/com.baidu.xin.aiqicha.ts @@ -3,20 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.xin.aiqicha', name: '爱企查', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.baidu.newbridge.fast.MainFastActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: '[id="com.baidu.xin.aiqicha:id/time"][text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12755760', - 'https://i.gkd.li/import/12755761', // activityId: 'com.miui.home.launcher.Launcher' - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.baidu.youavideo.ts b/src/apps/com.baidu.youavideo.ts index e454398e..b82ffa8b 100644 --- a/src/apps/com.baidu.youavideo.ts +++ b/src/apps/com.baidu.youavideo.ts @@ -3,30 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidu.youavideo', name: '一刻相册', + deprecatedKeys: [1], groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '百青藤广告', - actionMaximum: 1, - quickFind: true, - matches: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12598507', - }, - { - key: 1, - name: '字节广告', - actionMaximumKey: 0, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12597925', - }, - ], - }, { key: 2, name: '软件升级提醒', diff --git a/src/apps/com.baidutieba.davy.ts b/src/apps/com.baidutieba.davy.ts index 0aaebce8..4bd5b1c6 100644 --- a/src/apps/com.baidutieba.davy.ts +++ b/src/apps/com.baidutieba.davy.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.baidutieba.davy', name: '贴吧一键签到大师', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.baidutieba.SplashActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: '[id="com.baidutieba.davy:id/skipBt"]', - snapshotUrls: 'https://i.gkd.li/import/12504282', - }, { key: 1, name: '内部弹窗广告', diff --git a/src/apps/com.banjixiaoguanjia.app.ts b/src/apps/com.banjixiaoguanjia.app.ts index be529de2..d67f3aa5 100644 --- a/src/apps/com.banjixiaoguanjia.app.ts +++ b/src/apps/com.banjixiaoguanjia.app.ts @@ -3,15 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.banjixiaoguanjia.app', name: '班级小管家', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.zero.flutter_gromore_ads.page.AdSplashActivity', - - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12904614', - }, { key: 1, name: '应用内广告卡片', diff --git a/src/apps/com.bankcomm.maidanba.ts b/src/apps/com.bankcomm.maidanba.ts deleted file mode 100644 index c6336eb9..00000000 --- a/src/apps/com.bankcomm.maidanba.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bankcomm.maidanba', - name: '买单吧', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.bankcomm.maidanba.activity.SplashActivity', - rules: '[id="com.bankcomm.maidanba:id/ll_ad_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12660986', - }, - ], -}); diff --git a/src/apps/com.bbk.appstore.ts b/src/apps/com.bbk.appstore.ts index d5962969..188e6394 100644 --- a/src/apps/com.bbk.appstore.ts +++ b/src/apps/com.bbk.appstore.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.bbk.appstore', name: 'vivo应用商店', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12847395', - }, { key: 1, name: '请求消息通知', diff --git a/src/apps/com.bbk.theme.ts b/src/apps/com.bbk.theme.ts deleted file mode 100644 index 85744148..00000000 --- a/src/apps/com.bbk.theme.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bbk.theme', - name: 'i主题', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13438571', - }, - ], - }, - ], -}); diff --git a/src/apps/com.beisen.italent.ts b/src/apps/com.beisen.italent.ts deleted file mode 100644 index d00984a9..00000000 --- a/src/apps/com.beisen.italent.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.beisen.italent', - name: '北森italent', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - quickFind: true, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13554892', - }, - ], - }, - ], -}); diff --git a/src/apps/com.benew.ntt.ts b/src/apps/com.benew.ntt.ts deleted file mode 100644 index d79a3a99..00000000 --- a/src/apps/com.benew.ntt.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.benew.ntt', - name: '牛听听', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.benew.ntt.AdActivity', - rules: '[id="com.benew.ntt:id/ad_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12740387', - }, - ], -}); diff --git a/src/apps/com.benqu.wuta.ts b/src/apps/com.benqu.wuta.ts deleted file mode 100644 index 3228573c..00000000 --- a/src/apps/com.benqu.wuta.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.benqu.wuta', - name: '无他相机', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 2, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.benqu.wuta:id/splash_ads_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13739878', - }, - ], - }, - ], -}); diff --git a/src/apps/com.bilibili.comic.ts b/src/apps/com.bilibili.comic.ts index 2ecd40d5..5bec8c95 100644 --- a/src/apps/com.bilibili.comic.ts +++ b/src/apps/com.bilibili.comic.ts @@ -3,23 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.bilibili.comic', name: '哔哩哔哩漫画', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - '[id="com.bilibili.comic:id/btn_full_ad_skip"]', - '[id="com.bilibili.comic:id/skip_btn"]', - ], - snapshotUrls: [ - 'https://i.gkd.li/import/13063673', - 'https://i.gkd.li/import/13800292', //id="com.bilibili.comic:id/skip_btn" - ], - }, { key: 1, name: '青少年模式弹窗', diff --git a/src/apps/com.bjsk.intelligent.ts b/src/apps/com.bjsk.intelligent.ts index 3b3d5acd..6a5410a6 100644 --- a/src/apps/com.bjsk.intelligent.ts +++ b/src/apps/com.bjsk.intelligent.ts @@ -3,16 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.bjsk.intelligent', name: 'WiFi智能钥匙', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.cssq.wifi.ui.splash.SplashActivity', - rules: [ - '[text^=`跳过`]', - '[id=`com.byted.pangle:id/tt_splash_skip_btn`]', - ], - }, { key: 1, name: '内部启动广告', diff --git a/src/apps/com.black.unique.ts b/src/apps/com.black.unique.ts index 0d13a338..fdea23d5 100644 --- a/src/apps/com.black.unique.ts +++ b/src/apps/com.black.unique.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.black.unique', name: '全球购骑士特权', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13499535', - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.blackbees.xlife.ts b/src/apps/com.blackbees.xlife.ts deleted file mode 100644 index dc68424c..00000000 --- a/src/apps/com.blackbees.xlife.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.blackbees.xlife', - name: 'Xlife', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13359460', - }, - ], - }, - ], -}); diff --git a/src/apps/com.bmw.app.bundle.ts b/src/apps/com.bmw.app.bundle.ts deleted file mode 100644 index b5ecccd5..00000000 --- a/src/apps/com.bmw.app.bundle.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bmw.app.bundle', - name: 'Bimmer控制器', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13328341', - }, - ], - }, - ], -}); diff --git a/src/apps/com.bocop.cbsp.ts b/src/apps/com.bocop.cbsp.ts deleted file mode 100644 index a82459c8..00000000 --- a/src/apps/com.bocop.cbsp.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bocop.cbsp', - name: '中银跨境GO', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13445840', - }, - ], - }, - ], -}); diff --git a/src/apps/com.boohee.one.ts b/src/apps/com.boohee.one.ts index b9716da4..63cf1bd9 100644 --- a/src/apps/com.boohee.one.ts +++ b/src/apps/com.boohee.one.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.boohee.one', name: '薄荷健康', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.boohee.one.app.home.ui.activity.SplashActivity', - rules: '[id="com.boohee.one:id/anythink_myoffer_splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12716929', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.bw30.zsch.ts b/src/apps/com.bw30.zsch.ts index e59110c3..50e9aa43 100644 --- a/src/apps/com.bw30.zsch.ts +++ b/src/apps/com.bw30.zsch.ts @@ -3,23 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.bw30.zsch', name: '四川航空', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: [ - 'com.bw.zsch.home.PrivacyPolicyActivity', - 'com.bw.zsch.FirstDataLoadActivity', - ], - rules: 'TextView[id="com.bw30.zsch:id/timer_text"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12882959', - 'https://i.gkd.li/import/12882967', - 'https://i.gkd.li/import/12882991', - ], - }, { key: 1, name: '升级弹窗', diff --git a/src/apps/com.bwton.szfreego.ts b/src/apps/com.bwton.szfreego.ts deleted file mode 100644 index 43f6519c..00000000 --- a/src/apps/com.bwton.szfreego.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bwton.szfreego', - name: '苏e行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.bwton.szfreego.business.LaunchActivity', - rules: '[id="com.bwton.szfreego:id/tvSkip"]', - snapshotUrls: 'https://i.gkd.li/import/12749225', - }, - ], -}); diff --git a/src/apps/com.bwton.tjmetro.ts b/src/apps/com.bwton.tjmetro.ts deleted file mode 100644 index d2664c6c..00000000 --- a/src/apps/com.bwton.tjmetro.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bwton.tjmetro', - name: '天津地铁', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: '[id="com.bwton.tjmetro:id/time"][text*="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13608504', - }, - ], -}); diff --git a/src/apps/com.bxkj.student.ts b/src/apps/com.bxkj.student.ts deleted file mode 100644 index c1ad8252..00000000 --- a/src/apps/com.bxkj.student.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bxkj.student', - name: '体适能', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.bxkj.student.splash.SplashActivity', - rules: '[id="com.bxkj.student:id/tv_time"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12882766', - }, - ], -}); diff --git a/src/apps/com.byd.sea.ts b/src/apps/com.byd.sea.ts deleted file mode 100644 index 68aee616..00000000 --- a/src/apps/com.byd.sea.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.byd.sea', - name: '比亚迪海洋', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text *= "跳过"][text.length <= 10]', - snapshotUrls: 'https://i.gkd.li/import/13325114', - }, - ], -}); diff --git a/src/apps/com.bytxmt.banyuetan.ts b/src/apps/com.bytxmt.banyuetan.ts deleted file mode 100644 index 2438a3b5..00000000 --- a/src/apps/com.bytxmt.banyuetan.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.bytxmt.banyuetan', - name: '半月谈', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.bytxmt.banyuetan.activity.LauncherActivity', - - rules: '[id="com.bytxmt.banyuetan:id/activity_launcher_ad_time_bt"]', - snapshotUrls: 'https://i.gkd.li/import/13166668', - }, - ], -}); diff --git a/src/apps/com.bz.yilianlife.sd.ts b/src/apps/com.bz.yilianlife.sd.ts index 499f90e5..41ea6bc3 100644 --- a/src/apps/com.bz.yilianlife.sd.ts +++ b/src/apps/com.bz.yilianlife.sd.ts @@ -3,16 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.bz.yilianlife.sd', name: '深(新)度搜索', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13766174', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.caing.news.ts b/src/apps/com.caing.news.ts deleted file mode 100644 index d31d7262..00000000 --- a/src/apps/com.caing.news.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.caing.news', - name: '财新', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13484755', - }, - ], -}); diff --git a/src/apps/com.cainiao.wireless.ts b/src/apps/com.cainiao.wireless.ts index cb4cfe7a..50af3401 100644 --- a/src/apps/com.cainiao.wireless.ts +++ b/src/apps/com.cainiao.wireless.ts @@ -3,33 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cainiao.wireless', name: '菜鸟', - deprecatedKeys: [3], + deprecatedKeys: [0, 3], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '开屏广告-1', - matches: '[text^="跳过"][text.length<=4]', - snapshotUrls: [ - 'https://i.gkd.li/import/12901758', - 'https://i.gkd.li/import/12724823', - ], - }, - { - key: 1, - name: '开屏广告-2', - matches: '[id="com.cainiao.wireless:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13459538', - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.cankaoxiaoxi.app1.ts b/src/apps/com.cankaoxiaoxi.app1.ts deleted file mode 100644 index 5a2885bf..00000000 --- a/src/apps/com.cankaoxiaoxi.app1.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cankaoxiaoxi.app1', - name: '参考消息', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13459218', - }, - ], -}); diff --git a/src/apps/com.cartoon.dddm.ts b/src/apps/com.cartoon.dddm.ts deleted file mode 100644 index 4b24eb8d..00000000 --- a/src/apps/com.cartoon.dddm.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cartoon.dddm', - name: '嘀嘀动漫', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'info.zzjdev.musicdownload.start.SplashActivity1', - - rules: '[id="com.cartoon.dddm:id/splash_container"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13188500', - }, - ], -}); diff --git a/src/apps/com.catlinks.app.ts b/src/apps/com.catlinks.app.ts deleted file mode 100644 index eb447cba..00000000 --- a/src/apps/com.catlinks.app.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.catlinks.app', - name: 'CATLINK', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13446513', - }, - ], -}); diff --git a/src/apps/com.ccbhome.lanhai.ts b/src/apps/com.ccbhome.lanhai.ts deleted file mode 100644 index c74a5457..00000000 --- a/src/apps/com.ccbhome.lanhai.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ccbhome.lanhai', - name: 'CCB建融家园', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13399182', - }, - ], -}); diff --git a/src/apps/com.cctv.cctv5ultimate.ts b/src/apps/com.cctv.cctv5ultimate.ts index aa03ba5d..3d674fa3 100644 --- a/src/apps/com.cctv.cctv5ultimate.ts +++ b/src/apps/com.cctv.cctv5ultimate.ts @@ -3,21 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cctv.cctv5ultimate', name: '央视体育', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text$="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13405158', - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.cctv.yangshipin.app.androidp.ts b/src/apps/com.cctv.yangshipin.app.androidp.ts deleted file mode 100644 index eb4dd79e..00000000 --- a/src/apps/com.cctv.yangshipin.app.androidp.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cctv.yangshipin.app.androidp', - name: '央视频', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.tencent.videolite.android.ui.HomeActivity', - rules: - '[id="com.cctv.yangshipin.app.androidp:id/ad_container"] >n [text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12774838', - }, - ], -}); diff --git a/src/apps/com.cebbank.mobile.cemb.ts b/src/apps/com.cebbank.mobile.cemb.ts index 9902901f..856ec321 100644 --- a/src/apps/com.cebbank.mobile.cemb.ts +++ b/src/apps/com.cebbank.mobile.cemb.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cebbank.mobile.cemb', name: '光大银行', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13471079', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.cgbchina.xpt.ts b/src/apps/com.cgbchina.xpt.ts deleted file mode 100644 index 5dbca1ae..00000000 --- a/src/apps/com.cgbchina.xpt.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cgbchina.xpt', - name: '广发银行', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: - 'com.cgb.mobilebank.sit.launcher.module.main.activity.IndexActivity_', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: ['https://i.gkd.li/import/13189690'], - }, - ], -}); diff --git a/src/apps/com.changba.ts b/src/apps/com.changba.ts deleted file mode 100644 index cf3dea3d..00000000 --- a/src/apps/com.changba.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.changba', - name: '唱吧', - groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - quickFind: true, - matches: '[id="com.changba:id/ad_timer"]', - snapshotUrls: 'https://i.gkd.li/import/13373946', - }, - ], - }, - ], -}); diff --git a/src/apps/com.changsha.apps.android.mycs.ts b/src/apps/com.changsha.apps.android.mycs.ts deleted file mode 100644 index b2df8343..00000000 --- a/src/apps/com.changsha.apps.android.mycs.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.changsha.apps.android.mycs', - name: '我的长沙', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.wondersgroup.eshimin.login.activity.WelcomeActivity'], - rules: [ - { - matches: '[id="com.changsha.apps.android.mycs:id/tv_countdown"]', - snapshotUrls: 'https://i.gkd.li/import/12926529', - }, - ], - }, - ], -}); diff --git a/src/apps/com.chaoxing.mobile.ts b/src/apps/com.chaoxing.mobile.ts index f3d1edf0..706bbd1e 100644 --- a/src/apps/com.chaoxing.mobile.ts +++ b/src/apps/com.chaoxing.mobile.ts @@ -3,15 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.chaoxing.mobile', name: '学习通', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.chaoxing.mobile.activity.SplashActivity', - rules: '[id="com.chaoxing.mobile:id/jump_view"]', - snapshotUrls: 'https://i.gkd.li/import/12708472', - }, { key: 10, name: '开启消息通知', diff --git a/src/apps/com.chaozh.iReader.dj.ts b/src/apps/com.chaozh.iReader.dj.ts deleted file mode 100644 index b37a2fef..00000000 --- a/src/apps/com.chaozh.iReader.dj.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chaozh.iReader.dj', - name: '得间免费小说', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.chaozh.iReader.ui.activity.WelcomeActivity'], - rules: [ - { - matches: 'TextView[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13175317', - }, - { - matches: 'View[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13190313', - }, - ], - }, - ], -}); diff --git a/src/apps/com.chaozh.iReader.ts b/src/apps/com.chaozh.iReader.ts index 4a37521f..7d29e7ab 100644 --- a/src/apps/com.chaozh.iReader.ts +++ b/src/apps/com.chaozh.iReader.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.chaozh.iReader', name: 'VIVO 电子书', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13659604', - }, { key: 1, name: '权限弹窗', diff --git a/src/apps/com.chaozh.iReaderFree.ts b/src/apps/com.chaozh.iReaderFree.ts deleted file mode 100644 index acc06f6d..00000000 --- a/src/apps/com.chaozh.iReaderFree.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chaozh.iReaderFree', - name: '掌阅', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.chaozh.iReader.ui.activity.WelcomeActivity', - rules: - 'RelativeLayout[childCount=1] > [text^="跳过"][text.length<=4][clickable=true]', - snapshotUrls: 'https://i.gkd.li/import/12872346', - }, - ], -}); diff --git a/src/apps/com.cheersedu.app.ts b/src/apps/com.cheersedu.app.ts index e5e687e4..2821f316 100644 --- a/src/apps/com.cheersedu.app.ts +++ b/src/apps/com.cheersedu.app.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cheersedu.app', name: '湛庐阅读', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.cheersedu.app:id/tv_start_count_down_text"]', - snapshotUrls: 'https://i.gkd.li/import/13315696', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.chenai.eyes.ts b/src/apps/com.chenai.eyes.ts deleted file mode 100644 index 40e87f9c..00000000 --- a/src/apps/com.chenai.eyes.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chenai.eyes', - name: '夜间模式', - groups: [ - { - key: 6, - name: '全屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - name: '腾讯广告SDK', - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13698395', - }, - ], - }, - ], -}); diff --git a/src/apps/com.chinamobile.hycloudphone.ts b/src/apps/com.chinamobile.hycloudphone.ts deleted file mode 100644 index 1b3f8419..00000000 --- a/src/apps/com.chinamobile.hycloudphone.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chinamobile.hycloudphone', - name: '移动云手机', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.chinamobile.hycloudphone:id/tvSkipAd"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13227571', - }, - ], -}); diff --git a/src/apps/com.chinamobile.mcloud.ts b/src/apps/com.chinamobile.mcloud.ts index ca817e12..c81087ce 100644 --- a/src/apps/com.chinamobile.mcloud.ts +++ b/src/apps/com.chinamobile.mcloud.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.chinamobile.mcloud', name: '中国移动云盘', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12774830', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.chinamworld.bocmbci.ts b/src/apps/com.chinamworld.bocmbci.ts deleted file mode 100644 index a4b1dc7c..00000000 --- a/src/apps/com.chinamworld.bocmbci.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chinamworld.bocmbci', - name: '中国银行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.boc.bocsoft.mobile.bocmobile.buss.system.splash.SplashActivity', - rules: '[id="com.chinamworld.bocmbci:id/tv_timer"][text*="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12727106', - }, - ], -}); diff --git a/src/apps/com.chinarailway.globalticketing.ts b/src/apps/com.chinarailway.globalticketing.ts deleted file mode 100644 index 78b85517..00000000 --- a/src/apps/com.chinarailway.globalticketing.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chinarailway.globalticketing', - name: 'Railway 12306', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[id="com.chinarailway.globalticketing:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13433243', - }, - ], -}); diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 2c65dc76..64ece2f8 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.chinatelecom.bestpayclient', name: '翼支付', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.chinatelecom.bestpayclient:id/tv_ad_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13197640', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.chinavisionary.microtang.ts b/src/apps/com.chinavisionary.microtang.ts deleted file mode 100644 index bd9da6d2..00000000 --- a/src/apps/com.chinavisionary.microtang.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chinavisionary.microtang', - name: '微棠', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.chinavisionary.microtang.MainActivity', - rules: [ - { - matches: '[id="com.chinavisionary.microtang:id/tv_timer"]', - snapshotUrls: 'https://i.gkd.li/import/12841143', - }, - ], - }, - ], -}); diff --git a/src/apps/com.chipsea.btcontrol.ts b/src/apps/com.chipsea.btcontrol.ts deleted file mode 100644 index 3f01f720..00000000 --- a/src/apps/com.chipsea.btcontrol.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.chipsea.btcontrol', - name: 'OKOK', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13115472', - }, - ], -}); diff --git a/src/apps/com.cib.cibmb.ts b/src/apps/com.cib.cibmb.ts deleted file mode 100644 index b242ab93..00000000 --- a/src/apps/com.cib.cibmb.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cib.cibmb', - name: '兴业银行', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13645447', - }, - ], -}); diff --git a/src/apps/com.cimoc.haleydu.ts b/src/apps/com.cimoc.haleydu.ts deleted file mode 100644 index ee690950..00000000 --- a/src/apps/com.cimoc.haleydu.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cimoc.haleydu', - name: 'Cimoc', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.cimoc.haleydu:id/tvSkip"]', - snapshotUrls: 'https://i.gkd.li/import/13744813', - }, - ], - }, - { - key: 1, - name: '应用内弹窗', - activityIds: 'com.haleydu.cimoc.SplashActivity', - rules: [ - { - matches: 'FrameLayout[childCount=5] > @FrameLayout > ImageView', - snapshotUrls: 'https://i.gkd.li/import/13748827', - }, - ], - }, - ], -}); diff --git a/src/apps/com.citymobi.fufu.ts b/src/apps/com.citymobi.fufu.ts deleted file mode 100644 index efa8d9c5..00000000 --- a/src/apps/com.citymobi.fufu.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.citymobi.fufu', - name: '服服', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407107', - }, - ], -}); diff --git a/src/apps/com.cloudpower.netsale.activity.ts b/src/apps/com.cloudpower.netsale.activity.ts deleted file mode 100644 index 5cc55ca6..00000000 --- a/src/apps/com.cloudpower.netsale.activity.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cloudpower.netsale.activity', - name: '中国人保', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13619741', - }, - ], -}); diff --git a/src/apps/com.cloudy.component.ts b/src/apps/com.cloudy.component.ts deleted file mode 100644 index 151b993f..00000000 --- a/src/apps/com.cloudy.component.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cloudy.component', - name: '广汽传祺', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13459227', - }, - ], -}); diff --git a/src/apps/com.cmbchina.ccd.pluto.cmbActivity.ts b/src/apps/com.cmbchina.ccd.pluto.cmbActivity.ts index ee8a1cdc..bd9efdd8 100644 --- a/src/apps/com.cmbchina.ccd.pluto.cmbActivity.ts +++ b/src/apps/com.cmbchina.ccd.pluto.cmbActivity.ts @@ -3,18 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cmbchina.ccd.pluto.cmbActivity', name: '掌上生活', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: - '[id="com.cmbchina.ccd.pluto.cmbActivity:id/tv_skip_timer"][text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12647186'], - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.cmcc.cmvideo.ts b/src/apps/com.cmcc.cmvideo.ts index 2048221e..d54871ca 100644 --- a/src/apps/com.cmcc.cmvideo.ts +++ b/src/apps/com.cmcc.cmvideo.ts @@ -3,16 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cmcc.cmvideo', name: '咪咕视频', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[id=`com.cmcc.cmvideo:id/skip_button`]', - }, { key: 1, name: '青少年模式弹窗', diff --git a/src/apps/com.cn21.ecloud.ts b/src/apps/com.cn21.ecloud.ts index d046fdad..1ce1b09c 100644 --- a/src/apps/com.cn21.ecloud.ts +++ b/src/apps/com.cn21.ecloud.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cn21.ecloud', name: '天翼云盘', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.cn21.ecloud.activity.login.StartActivity', - rules: '[id="com.cn21.ecloud:id/tv_ad_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12865351', - }, { key: 1, name: '首页弹窗', diff --git a/src/apps/com.cnki.client.ts b/src/apps/com.cnki.client.ts index 3e58641f..3fb770d4 100644 --- a/src/apps/com.cnki.client.ts +++ b/src/apps/com.cnki.client.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cnki.client', name: '手机知网', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.cnki.client.core.tramp.SplashActivity'], - rules: '[id="com.cnki.client:id/tv_advert_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12854474', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.cnki.view.ts b/src/apps/com.cnki.view.ts index 6728d858..ac55d26c 100644 --- a/src/apps/com.cnki.view.ts +++ b/src/apps/com.cnki.view.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cnki.view', name: '知网文化', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.cnki.view.core.tramp.main.SplashActivity', - rules: '[id="com.cnki.view:id/tv_advert_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12755696', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.codoon.gps.ts b/src/apps/com.codoon.gps.ts index dfd6e769..188d0c0b 100644 --- a/src/apps/com.codoon.gps.ts +++ b/src/apps/com.codoon.gps.ts @@ -3,23 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.codoon.gps', name: '咕咚', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '【跳过+倒计时】型', - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13348806', - }, - ], - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.copymanga.app.ts b/src/apps/com.copymanga.app.ts index 7002fed3..f2e24505 100644 --- a/src/apps/com.copymanga.app.ts +++ b/src/apps/com.copymanga.app.ts @@ -3,26 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.copymanga.app', name: '拷貝漫畫', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 30000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<6]', - snapshotUrls: [ - 'https://i.gkd.li/import/12504489', - 'https://i.gkd.li/import/12504507', - 'https://i.gkd.li/import/12852509', - 'https://i.gkd.li/import/12504492', - ], - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.cotticoffee.cotticlient.ts b/src/apps/com.cotticoffee.cotticlient.ts deleted file mode 100644 index c57806a0..00000000 --- a/src/apps/com.cotticoffee.cotticlient.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cotticoffee.cotticlient', - name: '库迪咖啡', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[desc$="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13261887', - }, - ], - }, - ], -}); diff --git a/src/apps/com.cqcsy.ifvod.ts b/src/apps/com.cqcsy.ifvod.ts index 577a235f..60bd94b7 100644 --- a/src/apps/com.cqcsy.ifvod.ts +++ b/src/apps/com.cqcsy.ifvod.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cqcsy.ifvod', name: '爱壹帆', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12793228', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.crirp.zhipu.ts b/src/apps/com.crirp.zhipu.ts index 29acfc57..0c873f2b 100644 --- a/src/apps/com.crirp.zhipu.ts +++ b/src/apps/com.crirp.zhipu.ts @@ -3,22 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.crirp.zhipu', name: '智谱', + deprecatedKeys: [1], groups: [ - { - name: '开屏广告', - key: 1, - enable: true, - matchTime: 10000, - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text="关闭"]', - snapshotUrls: 'https://i.gkd.li/import/13725305', - }, - ], - }, { name: '首页-今日要闻-不再提示', key: 2, diff --git a/src/apps/com.crland.mixc.ts b/src/apps/com.crland.mixc.ts deleted file mode 100644 index e3fe83a8..00000000 --- a/src/apps/com.crland.mixc.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.crland.mixc', - name: '一点万象', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13324548', - }, - ], -}); diff --git a/src/apps/com.cs_credit_bank.ts b/src/apps/com.cs_credit_bank.ts deleted file mode 100644 index 55c2b531..00000000 --- a/src/apps/com.cs_credit_bank.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.cs_credit_bank', - name: '发现精彩', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.mapass.example.activity.MainActivity_', - rules: '[id="com.cs_credit_bank:id/start_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12536487', - }, - ], -}); diff --git a/src/apps/com.csii.zijin.ts b/src/apps/com.csii.zijin.ts deleted file mode 100644 index 6c61fd4f..00000000 --- a/src/apps/com.csii.zijin.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.csii.zijin', - name: '紫金农商银行', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13538357', - }, - ], -}); diff --git a/src/apps/com.ct.client.ts b/src/apps/com.ct.client.ts index 7abb86a2..0f29263c 100644 --- a/src/apps/com.ct.client.ts +++ b/src/apps/com.ct.client.ts @@ -3,29 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.ct.client', name: '中国电信', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - key: 0, - matches: '[id="com.ct.client:id/tvSkip"]', - }, - { - key: 1, - matches: '[id="com.ct.client:id/btSkip"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12508958', - 'https://i.gkd.li/import/12819736', - ], - }, - ], - }, { key: 1, name: '用户引导', diff --git a/src/apps/com.ctm.ts b/src/apps/com.ctm.ts index c77ab4ca..141933aa 100644 --- a/src/apps/com.ctm.ts +++ b/src/apps/com.ctm.ts @@ -3,17 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.ctm', name: 'CTM Buddy', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.ctm:id/tv_skip_adv"]', - snapshotUrls: 'https://i.gkd.li/import/13350472', - }, { key: 1, name: '浮窗广告', diff --git a/src/apps/com.cubic.autohome.ts b/src/apps/com.cubic.autohome.ts index 71e00768..43f848a6 100644 --- a/src/apps/com.cubic.autohome.ts +++ b/src/apps/com.cubic.autohome.ts @@ -3,14 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.cubic.autohome', name: '汽车之家', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.cubic.autohome.MainActivity', - rules: '[id="com.cubic.autohome:id/ad_splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12660744', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.daimajia.gold.ts b/src/apps/com.daimajia.gold.ts index 9de67f15..76350113 100644 --- a/src/apps/com.daimajia.gold.ts +++ b/src/apps/com.daimajia.gold.ts @@ -3,16 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.daimajia.gold', name: '稀土掘金', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id=`com.daimajia.gold:id/fl_skip`]', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.dangdang.buy2.ts b/src/apps/com.dangdang.buy2.ts deleted file mode 100644 index aa70d1c8..00000000 --- a/src/apps/com.dangdang.buy2.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.dangdang.buy2', - name: '当当', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - name: '【跳过】', - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13424651', - }, - ], - }, - ], -}); diff --git a/src/apps/com.danlan.xiaolan.ts b/src/apps/com.danlan.xiaolan.ts index a7657ef0..796ea683 100644 --- a/src/apps/com.danlan.xiaolan.ts +++ b/src/apps/com.danlan.xiaolan.ts @@ -3,23 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.danlan.xiaolan', name: 'Blued极速版', + deprecatedKeys: [0], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - activityIds: 'com.blued.android.core.ui.TerminalActivity', - rules: [ - { - matches: - '[id="com.danlan.xiaolan:id/tt_splash_skip_btn"][clickable=true]', - snapshotUrls: ['https://i.gkd.li/import/13421629'], - }, - ], - }, { key: 1, quickFind: true, diff --git a/src/apps/com.ddsy.songyao.ts b/src/apps/com.ddsy.songyao.ts index 8727dc64..4d77f0c8 100644 --- a/src/apps/com.ddsy.songyao.ts +++ b/src/apps/com.ddsy.songyao.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.ddsy.songyao', name: '叮当快药', groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: 'com.ddsy.songyao.activity.SplashActivity', - rules: [ - { - matches: '[id="com.ddsy.songyao:id/time"][text*="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13048719', - }, - ], - }, { key: 1, name: '优惠卷提示', diff --git a/src/apps/com.ddyc.lotterytool.ts b/src/apps/com.ddyc.lotterytool.ts index 9637c472..502f158c 100644 --- a/src/apps/com.ddyc.lotterytool.ts +++ b/src/apps/com.ddyc.lotterytool.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.ddyc.lotterytool', name: '彩虹多多', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13324556', - }, { enable: false, key: 1, diff --git a/src/apps/com.delicloud.app.smartoffice.ts b/src/apps/com.delicloud.app.smartoffice.ts deleted file mode 100644 index 1d0bb0e1..00000000 --- a/src/apps/com.delicloud.app.smartoffice.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.delicloud.app.smartoffice', - name: '得力e+', - groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13445578', - exampleUrls: - 'https://m.gkd.li/38517192/52482ac3-a5aa-4559-a006-0103ea0b8238', - }, - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/12843738'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.dep.biguo.ts b/src/apps/com.dep.biguo.ts index 5f81ebbb..2ef50f94 100644 --- a/src/apps/com.dep.biguo.ts +++ b/src/apps/com.dep.biguo.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.dep.biguo', name: '自考笔果题库', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.dep.biguo.mvp.ui.activity.SplashActivity', - rules: '[id="com.dep.biguo:id/adView"] [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12708763', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.dewmobile.kuaiya.ts b/src/apps/com.dewmobile.kuaiya.ts index 6d77625c..feb53138 100644 --- a/src/apps/com.dewmobile.kuaiya.ts +++ b/src/apps/com.dewmobile.kuaiya.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.dewmobile.kuaiya', name: '快牙', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13477047', - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.dianping.v1.ts b/src/apps/com.dianping.v1.ts index e8aa0079..d31153ac 100644 --- a/src/apps/com.dianping.v1.ts +++ b/src/apps/com.dianping.v1.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.dianping.v1', name: '大众点评', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12726928', - }, { key: 1, name: '主页推荐关注弹窗', diff --git a/src/apps/com.didapinche.booking.ts b/src/apps/com.didapinche.booking.ts deleted file mode 100644 index b23edb92..00000000 --- a/src/apps/com.didapinche.booking.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.didapinche.booking', - name: '嘀嗒出行', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13051862', - }, - { - quickFind: true, - matches: '[id="com.didapinche.booking:id/tv_full_skip"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13051805', - 'https://i.gkd.li/import/13051792', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.didikee.gifparser.ts b/src/apps/com.didikee.gifparser.ts deleted file mode 100644 index dfea3b25..00000000 --- a/src/apps/com.didikee.gifparser.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.didikee.gifparser', - name: 'GIF助手', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.gif.SplashAdActivity', - rules: [ - { - matches: - '[id="com.didikee.gifparser:id/skip_view"][text^="跳过"][clickable=true]', - snapshotUrls: ['https://i.gkd.li/import/12674390'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.diershoubing.erbing.ts b/src/apps/com.diershoubing.erbing.ts deleted file mode 100644 index e0f368dd..00000000 --- a/src/apps/com.diershoubing.erbing.ts +++ /dev/null @@ -1,39 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.diershoubing.erbing', - name: '二柄', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13378853', - 'https://i.gkd.li/import/13546165', - ], - }, - { - key: 1, - quickFind: true, - matches: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13538207', - }, - ], - }, - { - key: 1, - name: '签到弹窗', - activityIds: 'com.diershoubing.erbing.activity.MainReActivity', - rules: - '@[id="com.diershoubing.erbing:id/closeBtn"] - * > [text="签到成功"]', - snapshotUrls: 'https://i.gkd.li/import/13378845', - }, - ], -}); diff --git a/src/apps/com.digitalchina.mobile.dfhfz1.ts b/src/apps/com.digitalchina.mobile.dfhfz1.ts deleted file mode 100644 index 9ed4598b..00000000 --- a/src/apps/com.digitalchina.mobile.dfhfz1.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.digitalchina.mobile.dfhfz1', - name: 'e福州', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.systoon.toon.user.login.view.WelcomeActivity', - - quickFind: true, - rules: '[id="com.digitalchina.mobile.dfhfz1:id/tv_skip"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12846137', - }, - ], -}); diff --git a/src/apps/com.digitalmall.chery.ts b/src/apps/com.digitalmall.chery.ts deleted file mode 100644 index 9f57dfe0..00000000 --- a/src/apps/com.digitalmall.chery.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.digitalmall.chery', - name: '奇瑞汽车', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc$="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13392254', - }, - ], -}); diff --git a/src/apps/com.dingda.app.ts b/src/apps/com.dingda.app.ts deleted file mode 100644 index 83a2a9d8..00000000 --- a/src/apps/com.dingda.app.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.dingda.app', - name: '叮嗒出行', - groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - matchTime: 10000, - rules: [ - { - key: 0, - matches: - '@[id="com.byted.pangle:id/tt_splash_skip_btn"] < [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13215621', - }, - ], - }, - ], -}); diff --git a/src/apps/com.dragon.read.ts b/src/apps/com.dragon.read.ts index 0fc1e12d..2c0cb27d 100644 --- a/src/apps/com.dragon.read.ts +++ b/src/apps/com.dragon.read.ts @@ -3,22 +3,8 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.dragon.read', name: '番茄免费小说', - deprecatedKeys: [11], + deprecatedKeys: [-1, 11], groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text="跳过广告"]', - snapshotUrls: 'https://i.gkd.li/import/13210844', - }, - ], - }, { key: 0, name: '卡片式广告', diff --git a/src/apps/com.duitang.main.ts b/src/apps/com.duitang.main.ts index a311e585..8a1233a6 100644 --- a/src/apps/com.duitang.main.ts +++ b/src/apps/com.duitang.main.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.duitang.main', name: '堆糖', groups: [ - { - name: '开屏广告', - key: 0, - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13202185', - }, - ], - }, { name: '青少年模式', desc: '关闭青少年模式提醒弹窗', diff --git a/src/apps/com.duomai.duomai.ts b/src/apps/com.duomai.duomai.ts deleted file mode 100644 index 38fe3df1..00000000 --- a/src/apps/com.duomai.duomai.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.duomai.duomai', - name: '多麦', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@ViewGroup > [text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13350180', - }, - ], -}); diff --git a/src/apps/com.duowan.kiwi.ts b/src/apps/com.duowan.kiwi.ts index 758a8b7b..2bde5461 100644 --- a/src/apps/com.duowan.kiwi.ts +++ b/src/apps/com.duowan.kiwi.ts @@ -4,26 +4,6 @@ export default defineAppConfig({ id: 'com.duowan.kiwi', name: '虎牙直播', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id=`com.duowan.kiwi:id/skip_time`]', - }, - { - key: 1, - matches: - '[id="com.duowan.kiwi:id/ams_splash_ad_container"] >2 [text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/13052592'], - }, - ], - }, { key: 1, name: '青少年模式弹窗', diff --git a/src/apps/com.dw.btime.ts b/src/apps/com.dw.btime.ts index 086a237a..b30b095b 100644 --- a/src/apps/com.dw.btime.ts +++ b/src/apps/com.dw.btime.ts @@ -4,22 +4,6 @@ export default defineAppConfig({ id: 'com.dw.btime', name: '亲宝宝', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.dw.btime.MainHomeTabActivity', - rules: [ - { - matches: '[id="com.dw.btime:id/ad_screen_skip_btn_v1"]', - snapshotUrls: 'https://i.gkd.li/import/12889257', - }, - { - matches: '[id="com.dw.btime:id/ad_screen_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12972209', - }, - ], - }, { key: 1, name: '应用内弹窗', diff --git a/src/apps/com.eastmoney.android.berlin.ts b/src/apps/com.eastmoney.android.berlin.ts index 8c4df0da..4123b82a 100644 --- a/src/apps/com.eastmoney.android.berlin.ts +++ b/src/apps/com.eastmoney.android.berlin.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.eastmoney.android.berlin', name: '东方财富', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.eastmoney.android.berlin.activity.MainActivity'], - rules: '[id="com.eastmoney.android.berlin:id/btn_skip"][text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12706071'], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.eastmoney.android.fund.ts b/src/apps/com.eastmoney.android.fund.ts index db33c855..c68cc4d9 100644 --- a/src/apps/com.eastmoney.android.fund.ts +++ b/src/apps/com.eastmoney.android.fund.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.eastmoney.android.fund', name: '天天基金', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12781533', - }, { key: 1, name: '自选页面广告', diff --git a/src/apps/com.ecitic.bank.mobile.ts b/src/apps/com.ecitic.bank.mobile.ts index f1b5fc23..2e8cc462 100644 --- a/src/apps/com.ecitic.bank.mobile.ts +++ b/src/apps/com.ecitic.bank.mobile.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.ecitic.bank.mobile', name: '中信银行', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@LinearLayout > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12701203', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.edifier.edifierconnect.ts b/src/apps/com.edifier.edifierconnect.ts deleted file mode 100644 index 5200e8de..00000000 --- a/src/apps/com.edifier.edifierconnect.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.edifier.edifierconnect', - name: 'Edifier Connect', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13413809', - }, - ], -}); diff --git a/src/apps/com.ehai.ts b/src/apps/com.ehai.ts deleted file mode 100644 index 846464b6..00000000 --- a/src/apps/com.ehai.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ehai', - name: '一嗨租车', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13483557', - }, - ], -}); diff --git a/src/apps/com.elenut.gstone.ts b/src/apps/com.elenut.gstone.ts deleted file mode 100644 index dc039680..00000000 --- a/src/apps/com.elenut.gstone.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.elenut.gstone', - name: '集石', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.elenut.gstone:id/tv_seconds"]', - exampleUrls: - 'https://m.gkd.li/47232102/193c811c-88cf-4952-b367-95a3ef9a1d8c', - snapshotUrls: 'https://i.gkd.li/import/13521239', - }, - ], - }, - ], -}); diff --git a/src/apps/com.example.businesshall.ts b/src/apps/com.example.businesshall.ts deleted file mode 100644 index ab9cf991..00000000 --- a/src/apps/com.example.businesshall.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.example.businesshall', - name: '中国移动浙江', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.businesshall.activity.NewLogoActivity'], - rules: [ - { - matches: '[id="com.example.businesshall:id/jump_layout"]', - snapshotUrls: ['https://i.gkd.li/import/12830978'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.excean.gspace.ts b/src/apps/com.excean.gspace.ts index 73dc2e82..72cf60ea 100644 --- a/src/apps/com.excean.gspace.ts +++ b/src/apps/com.excean.gspace.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.excean.gspace', name: 'OurPlay', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13296144', - 'https://i.gkd.li/import/13385318', // 无id - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.excean.splay.ts b/src/apps/com.excean.splay.ts index 342aa3ec..84f4138d 100644 --- a/src/apps/com.excean.splay.ts +++ b/src/apps/com.excean.splay.ts @@ -4,22 +4,6 @@ export default defineAppConfig({ id: 'com.excean.splay', name: 'OurPlay加速器', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12684539', - 'https://i.gkd.li/import/12684565', - 'https://i.gkd.li/import/12684579', - 'https://i.gkd.li/import/13486087', - 'https://i.gkd.li/import/13486740', - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.facetech.konking.ts b/src/apps/com.facetech.konking.ts index a1cd5624..75bf43db 100644 --- a/src/apps/com.facetech.konking.ts +++ b/src/apps/com.facetech.konking.ts @@ -4,27 +4,6 @@ export default defineAppConfig({ id: 'com.facetech.konking', name: '人民日报', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: - '[id="com.facetech.konking:id/ksad_splash_circle_skip_view"] > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12841078', - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12841079', - }, - ], - }, { key: 1, name: '应用内广告弹窗', diff --git a/src/apps/com.fan.app.ts b/src/apps/com.fan.app.ts index 34850a3f..5edb3a6a 100644 --- a/src/apps/com.fan.app.ts +++ b/src/apps/com.fan.app.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'com.fan.app', name: '十六番旅行', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13258011', - }, - { - key: 1, - matches: '@Image < View - View > View > TextView[text="广告"]', - snapshotUrls: 'https://i.gkd.li/import/13258016', - }, - ], - }, { key: 1, name: '广告卡片', diff --git a/src/apps/com.fanli.android.apps.ts b/src/apps/com.fanli.android.apps.ts index 30c2929d..f24ba30a 100644 --- a/src/apps/com.fanli.android.apps.ts +++ b/src/apps/com.fanli.android.apps.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.fanli.android.apps', name: '返利', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13227495', - }, { key: 1, name: '应用内弹窗', diff --git a/src/apps/com.fcbox.hivebox.ts b/src/apps/com.fcbox.hivebox.ts index 28bb7b77..b4014271 100644 --- a/src/apps/com.fcbox.hivebox.ts +++ b/src/apps/com.fcbox.hivebox.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.fcbox.hivebox', name: '丰巢管家', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@[clickable=true] > [text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13458968', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.fcbox.hiveconsumer.ts b/src/apps/com.fcbox.hiveconsumer.ts deleted file mode 100644 index 3d1d94de..00000000 --- a/src/apps/com.fcbox.hiveconsumer.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.fcbox.hiveconsumer', - name: '丰巢', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13226664', - }, - ], - }, - ], -}); diff --git a/src/apps/com.feeyo.vz.pro.cdm.ts b/src/apps/com.feeyo.vz.pro.cdm.ts deleted file mode 100644 index 596ad66d..00000000 --- a/src/apps/com.feeyo.vz.pro.cdm.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.feeyo.vz.pro.cdm', - name: '飞常准业内版', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12884347', - }, - { - key: 1, - quickFind: true, - matches: - '[id="com.feeyo.vz.pro.cdm:id/splashAdContainer"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12893753', - }, - ], - }, - ], -}); diff --git a/src/apps/com.feicui.vdhelper.ts b/src/apps/com.feicui.vdhelper.ts index 12e6a117..6bec6a67 100644 --- a/src/apps/com.feicui.vdhelper.ts +++ b/src/apps/com.feicui.vdhelper.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.feicui.vdhelper', name: '翡翠视频', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.ys.resemble.ui.login.splash.SplashSecondAdActivity'], - rules: '[id="com.feicui.vdhelper:id/txt_skip"][text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12700730'], - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.fenbi.android.leo.ts b/src/apps/com.fenbi.android.leo.ts index c2b66da9..e66e3fee 100644 --- a/src/apps/com.fenbi.android.leo.ts +++ b/src/apps/com.fenbi.android.leo.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.fenbi.android.leo', name: '小猿口算', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13226136', - }, { enable: false, key: 1, diff --git a/src/apps/com.fenbi.android.servant.ts b/src/apps/com.fenbi.android.servant.ts index 5f1534d6..c35924de 100644 --- a/src/apps/com.fenbi.android.servant.ts +++ b/src/apps/com.fenbi.android.servant.ts @@ -4,17 +4,6 @@ export default defineAppConfig({ id: 'com.fenbi.android.servant', name: '粉笔', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.fenbi.android.module.welcome.WelcomeActivity', - rules: [ - { - matches: '[id="com.fenbi.android.servant:id/count_down_view"]', - snapshotUrls: 'https://i.gkd.li/import/12999805', - }, - ], - }, { key: 1, name: '升级弹窗', diff --git a/src/apps/com.fenbi.android.solar.ts b/src/apps/com.fenbi.android.solar.ts index 3beba895..5be210a4 100644 --- a/src/apps/com.fenbi.android.solar.ts +++ b/src/apps/com.fenbi.android.solar.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.fenbi.android.solar', name: '小猿搜题', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - quickFind: true, - resetMatch: 'app', - rules: '[id="com.fenbi.android.solar:id/btn_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13631841', - }, { key: 1, name: '升级提示', diff --git a/src/apps/com.fengeek.f002.ts b/src/apps/com.fengeek.f002.ts index 4e8f0021..ab520174 100644 --- a/src/apps/com.fengeek.f002.ts +++ b/src/apps/com.fengeek.f002.ts @@ -4,17 +4,6 @@ export default defineAppConfig({ id: 'com.fengeek.f002', name: 'fiil+', groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.fengeek.f002.WelcomeActivity'], - rules: [ - { - matches: '[id="com.fengeek.f002:id/we_img_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13068924', - }, - ], - }, { enable: false, key: 2, diff --git a/src/apps/com.fiio.music.ts b/src/apps/com.fiio.music.ts deleted file mode 100644 index 7ffab19d..00000000 --- a/src/apps/com.fiio.music.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.fiio.music', - name: '飞傲音乐', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.fiio.music.activity.SplashActivity', - rules: [ - { - matches: '[id="com.fiio.music:id/btn_ad"]', - snapshotUrls: 'https://i.gkd.li/import/12748933', - }, - ], - }, - ], -}); diff --git a/src/apps/com.firebear.androil.ts b/src/apps/com.firebear.androil.ts index 4c40a752..3b6b3e0d 100644 --- a/src/apps/com.firebear.androil.ts +++ b/src/apps/com.firebear.androil.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'com.firebear.androil', name: '小熊油耗', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.firebear.androil.app.splash.SplashActivity', - rules: [ - { - matches: - '[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12712742', - }, - { - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13088169', - 'https://i.gkd.li/import/12855707', - ], - }, - ], - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.flatter.app.kuafu.ts b/src/apps/com.flatter.app.kuafu.ts deleted file mode 100644 index c83833d3..00000000 --- a/src/apps/com.flatter.app.kuafu.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.flatter.app.kuafu', - name: '蓝奏浏览器', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc*="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13470943', - }, - ], -}); diff --git a/src/apps/com.flttrade.flt1064trade.gong.ts b/src/apps/com.flttrade.flt1064trade.gong.ts index d425d8a8..ca1240fb 100644 --- a/src/apps/com.flttrade.flt1064trade.gong.ts +++ b/src/apps/com.flttrade.flt1064trade.gong.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.flttrade.flt1064trade.gong', name: '影视工场', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc*="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13759438', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.foxconn.caa.ipebg.eprotal.ts b/src/apps/com.foxconn.caa.ipebg.eprotal.ts deleted file mode 100644 index 59467bbc..00000000 --- a/src/apps/com.foxconn.caa.ipebg.eprotal.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.foxconn.caa.ipebg.eprotal', - name: 'i好办', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13626059', - }, - ], -}); diff --git a/src/apps/com.funinput.digit.ts b/src/apps/com.funinput.digit.ts deleted file mode 100644 index 5b3805c0..00000000 --- a/src/apps/com.funinput.digit.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.funinput.digit', - name: '数字尾巴', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@[text="跳过"] <2 FrameLayout[clickable=true] > TextView[text=`跳过`]', - snapshotUrls: ['https://i.gkd.li/import/12684583'], - }, - ], -}); diff --git a/src/apps/com.guodongbaohe.app.ts b/src/apps/com.guodongbaohe.app.ts index 88c50658..cf613271 100644 --- a/src/apps/com.guodongbaohe.app.ts +++ b/src/apps/com.guodongbaohe.app.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.guodongbaohe.app', name: '果冻宝盒', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: '[text*="跳过"][id="com.guodongbaohe.app:id/time"]', - snapshotUrls: 'https://i.gkd.li/import/13543323', - }, // key0-5作为开屏、更新、消息提醒等通用规则 { enable: false, diff --git a/src/apps/com.gvsoft.gofun.ts b/src/apps/com.gvsoft.gofun.ts index f3b5c4b2..f4cb26a0 100644 --- a/src/apps/com.gvsoft.gofun.ts +++ b/src/apps/com.gvsoft.gofun.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.gvsoft.gofun', name: 'GoFun出行', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@LinearLayout > [text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13497753', - 'https://i.gkd.li/import/13668997', - ], - }, { key: 5, name: '广告弹窗', diff --git a/src/apps/com.gwm.tank.ts b/src/apps/com.gwm.tank.ts deleted file mode 100644 index dbaecfb7..00000000 --- a/src/apps/com.gwm.tank.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.gwm.tank', - name: '坦克TANK', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13713608', - }, - ], -}); diff --git a/src/apps/com.gxaisen.feiyu.ts b/src/apps/com.gxaisen.feiyu.ts deleted file mode 100644 index 09fd6282..00000000 --- a/src/apps/com.gxaisen.feiyu.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.gxaisen.feiyu', - name: '飞鱼短剧', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@ViewGroup > [text*="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13628102', - }, - ], -}); diff --git a/src/apps/com.haien.app.TrainPassNative.ts b/src/apps/com.haien.app.TrainPassNative.ts deleted file mode 100644 index d8ab3efa..00000000 --- a/src/apps/com.haien.app.TrainPassNative.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.haien.app.TrainPassNative', - name: '铁路人', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13334624', - }, - ], -}); diff --git a/src/apps/com.hanweb.android.sdzwfw.activity.ts b/src/apps/com.hanweb.android.sdzwfw.activity.ts deleted file mode 100644 index f526a2cc..00000000 --- a/src/apps/com.hanweb.android.sdzwfw.activity.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hanweb.android.sdzwfw.activity', - name: '爱山东', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="关闭"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407227', - }, - ], -}); diff --git a/src/apps/com.hanweb.android.zhejiang.activity.ts b/src/apps/com.hanweb.android.zhejiang.activity.ts index a36f660b..7674a616 100644 --- a/src/apps/com.hanweb.android.zhejiang.activity.ts +++ b/src/apps/com.hanweb.android.zhejiang.activity.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.hanweb.android.zhejiang.activity', name: '浙里办', groups: [ - { - enable: false, // 政务app,首页涉及民生政策宣传及服务快捷入口,默认关闭 - key: 0, - name: '开屏宣传', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12913138', - 'https://i.gkd.li/import/13530315', - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.happy.cloud.ts b/src/apps/com.happy.cloud.ts deleted file mode 100644 index 630e1212..00000000 --- a/src/apps/com.happy.cloud.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.happy.cloud', - name: '磁力云', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.e4a.runtime.android.mainActivity', - - rules: '[id="com.happy.cloud:id/splash_container"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13187851', - }, - ], -}); diff --git a/src/apps/com.hcrs.ts b/src/apps/com.hcrs.ts deleted file mode 100644 index 0b8b71cf..00000000 --- a/src/apps/com.hcrs.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hcrs', - name: '华彩人生', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.hcrs:id/ll_skip_splash"]', - exampleUrls: - 'https://m.gkd.li/47232102/23ef9096-1ba8-4a68-8105-0f73c7158239', - snapshotUrls: 'https://i.gkd.li/import/13515798', - }, - ], - }, - ], -}); diff --git a/src/apps/com.hexin.plat.android.ts b/src/apps/com.hexin.plat.android.ts index 9ad66dd9..2f8eb03b 100644 --- a/src/apps/com.hexin.plat.android.ts +++ b/src/apps/com.hexin.plat.android.ts @@ -4,24 +4,6 @@ export default defineAppConfig({ id: 'com.hexin.plat.android', name: '同花顺', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.hexin.plat.android.Hexin', - 'com.miui.home.launcher.Launcher', - ], - rules: [ - { - matches: - '[id="com.hexin.plat.android:id/ad_image"] + [id="com.hexin.plat.android:id/skip_tv"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12662631', - 'https://i.gkd.li/import/12662620', - ], - }, - ], - }, { key: 1, name: '信息流广告', diff --git a/src/apps/com.heytap.book.ts b/src/apps/com.heytap.book.ts deleted file mode 100644 index 24bf8212..00000000 --- a/src/apps/com.heytap.book.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.heytap.book', - name: '书城', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13255499', - }, - ], -}); diff --git a/src/apps/com.heytap.browser.ts b/src/apps/com.heytap.browser.ts deleted file mode 100644 index b635c121..00000000 --- a/src/apps/com.heytap.browser.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.heytap.browser', - name: 'OPPO浏览器', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: 'TextView[text^="跳过"][text.length<=4][clickable=true]', - snapshotUrls: [ - 'https://i.gkd.li/import/12841168', - 'https://i.gkd.li/import/13199536', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.heytap.market.ts b/src/apps/com.heytap.market.ts index 51052c65..ab277ceb 100644 --- a/src/apps/com.heytap.market.ts +++ b/src/apps/com.heytap.market.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.heytap.market', name: 'OPPO软件商店', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12506561', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.heytap.reader.ts b/src/apps/com.heytap.reader.ts index d7bd98d1..6baed6cd 100644 --- a/src/apps/com.heytap.reader.ts +++ b/src/apps/com.heytap.reader.ts @@ -4,22 +4,6 @@ export default defineAppConfig({ id: 'com.heytap.reader', name: '阅读', groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - exampleUrls: - 'https://m.gkd.li/6328439/ee16eabc-470a-45b5-8d5f-398af1cae47e', - snapshotUrls: 'https://i.gkd.li/import/13375516', - }, - ], - }, { key: 2, name: '首页广告', diff --git a/src/apps/com.heytap.speechassist.ts b/src/apps/com.heytap.speechassist.ts deleted file mode 100644 index 4d852deb..00000000 --- a/src/apps/com.heytap.speechassist.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.heytap.speechassist', - name: '小布助手', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13626895', - }, - ], -}); diff --git a/src/apps/com.hf.ts b/src/apps/com.hf.ts deleted file mode 100644 index 4937e4a7..00000000 --- a/src/apps/com.hf.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hf', - name: '中国天气', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13477032', - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13625328', - }, - ], - }, - ], -}); diff --git a/src/apps/com.hiby.music.ts b/src/apps/com.hiby.music.ts deleted file mode 100644 index bac555b5..00000000 --- a/src/apps/com.hiby.music.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hiby.music', - name: '海贝音乐', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13293606', - }, - ], -}); diff --git a/src/apps/com.hichip.ts b/src/apps/com.hichip.ts deleted file mode 100644 index da78fa9b..00000000 --- a/src/apps/com.hichip.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hichip', - name: 'CamHi', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13538761', - }, - ], -}); diff --git a/src/apps/com.hihonor.appmarket.ts b/src/apps/com.hihonor.appmarket.ts index eea6c055..d0f6d79a 100644 --- a/src/apps/com.hihonor.appmarket.ts +++ b/src/apps/com.hihonor.appmarket.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.hihonor.appmarket', name: '荣耀应用市场', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - - activityIds: 'com.hihonor.appmarket.module.main.MainActivity', - rules: '[id="com.hihonor.appmarket:id/tv_operation_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13063925', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.hihonor.cloudmusic.ts b/src/apps/com.hihonor.cloudmusic.ts deleted file mode 100644 index 226d934b..00000000 --- a/src/apps/com.hihonor.cloudmusic.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hihonor.cloudmusic', - name: '音乐', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13391960', - }, - ], -}); diff --git a/src/apps/com.hihonor.phoneservice.ts b/src/apps/com.hihonor.phoneservice.ts index c683937b..02cf396d 100644 --- a/src/apps/com.hihonor.phoneservice.ts +++ b/src/apps/com.hihonor.phoneservice.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.hihonor.phoneservice', name: '我的荣耀', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13523578', - }, { enable: false, key: 10, diff --git a/src/apps/com.hihonor.vmall.ts b/src/apps/com.hihonor.vmall.ts index fad2b588..d5f66630 100644 --- a/src/apps/com.hihonor.vmall.ts +++ b/src/apps/com.hihonor.vmall.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.hihonor.vmall', name: '荣耀商城', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13459017', - }, { key: 1, name: '应用内广告弹窗', diff --git a/src/apps/com.hnjiajie.zhixiaole.ts b/src/apps/com.hnjiajie.zhixiaole.ts deleted file mode 100644 index df7df9b6..00000000 --- a/src/apps/com.hnjiajie.zhixiaole.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hnjiajie.zhixiaole', - name: '智校乐', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.hnjiajie.zhixiaole.MainActivity', - - rules: - '[id="com.hnjiajie.zhixiaole:id/splash_container"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13071717', - }, - ], -}); diff --git a/src/apps/com.honor.club.ts b/src/apps/com.honor.club.ts deleted file mode 100644 index caba29b2..00000000 --- a/src/apps/com.honor.club.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.honor.club', - name: '荣耀俱乐部', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13625346', - }, - ], -}); diff --git a/src/apps/com.hoperun.intelligenceportal.ts b/src/apps/com.hoperun.intelligenceportal.ts deleted file mode 100644 index d96ca649..00000000 --- a/src/apps/com.hoperun.intelligenceportal.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hoperun.intelligenceportal', - name: '我的南京', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13546417', - }, - ], -}); diff --git a/src/apps/com.hsbank.mobilebank.ts b/src/apps/com.hsbank.mobilebank.ts deleted file mode 100644 index ad28e2a7..00000000 --- a/src/apps/com.hsbank.mobilebank.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hsbank.mobilebank', - name: '徽商银行', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.hsbank.mobilebank:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13625382', - }, - ], -}); diff --git a/src/apps/com.huachenjie.shandong_school.ts b/src/apps/com.huachenjie.shandong_school.ts deleted file mode 100644 index 028b91fc..00000000 --- a/src/apps/com.huachenjie.shandong_school.ts +++ /dev/null @@ -1,29 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.huachenjie.shandong_school', - name: '闪动校园', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: - '[id="com.huachenjie.shandong_school:id/flAd"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12922866', - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13031192', - }, - ], - }, - ], -}); diff --git a/src/apps/com.hualu.heb.zhidabus.ts b/src/apps/com.hualu.heb.zhidabus.ts deleted file mode 100644 index d23f0749..00000000 --- a/src/apps/com.hualu.heb.zhidabus.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hualu.heb.zhidabus', - name: '哈尔滨交通出行', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407236', - }, - ], -}); diff --git a/src/apps/com.huatu.handheld_huatu.ts b/src/apps/com.huatu.handheld_huatu.ts index e6733b49..0f51f669 100644 --- a/src/apps/com.huatu.handheld_huatu.ts +++ b/src/apps/com.huatu.handheld_huatu.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.huatu.handheld_huatu', name: '华图在线', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.huatu.handheld_huatu.business.guide.SplashActivity', - rules: '[id="com.huatu.handheld_huatu:id/splash_tv_jump"]', - snapshotUrls: 'https://i.gkd.li/import/12715734', - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.huawei.appmarket.ts b/src/apps/com.huawei.appmarket.ts index 8f714e84..03c3d6d2 100644 --- a/src/apps/com.huawei.appmarket.ts +++ b/src/apps/com.huawei.appmarket.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.huawei.appmarket', name: '华为应用市场', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.huawei.appmarket:id/skip_textview"]', - snapshotUrls: 'https://i.gkd.li/import/12683196', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.huawei.browser.ts b/src/apps/com.huawei.browser.ts index 09fd2a58..9bc3f2f3 100644 --- a/src/apps/com.huawei.browser.ts +++ b/src/apps/com.huawei.browser.ts @@ -7,7 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: ['com.huawei.browser.BrowserMainActivity'], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { matches: '[id$="/hiad_skip_text"]', diff --git a/src/apps/com.huawei.himovie.ts b/src/apps/com.huawei.himovie.ts index f3abaa3b..425c7783 100644 --- a/src/apps/com.huawei.himovie.ts +++ b/src/apps/com.huawei.himovie.ts @@ -7,10 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: [ - 'com.huawei.video.content.impl.explore.main.activity.MainActivity', - 'com.huawei.himovie.ui.login.SplashScreenActivity', - ], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: { matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]', action: 'clickCenter', diff --git a/src/apps/com.huawei.hwid.ts b/src/apps/com.huawei.hwid.ts index e7c2ac38..ff5fb968 100644 --- a/src/apps/com.huawei.hwid.ts +++ b/src/apps/com.huawei.hwid.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.huawei.hwid', name: 'HMS Core', groups: [ - { - key: -1, - name: '开屏广告', - resetMatch: 'app', - matchTime: 10000, - actionMaximum: 1, - quickFind: true, - rules: [ - { - matches: '[id="com.huawei.hwid:id/hiad_skip_text"]', - snapshotUrls: ['https://i.gkd.li/import/13520462'], - }, - ], - }, { // 我不知道这个广告从哪里来的,它出乎意料地跳出并覆盖在Gspace上面 key: 0, diff --git a/src/apps/com.huawei.hwread.dz.ts b/src/apps/com.huawei.hwread.dz.ts deleted file mode 100644 index f4ca7475..00000000 --- a/src/apps/com.huawei.hwread.dz.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.huawei.hwread.dz', - name: '华为阅读', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13400118', - }, - ], -}); diff --git a/src/apps/com.huawei.lives.ts b/src/apps/com.huawei.lives.ts deleted file mode 100644 index a3d15364..00000000 --- a/src/apps/com.huawei.lives.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.huawei.lives', - name: '华为生活服务', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.huawei.lives.ui.SplashADActivity', - - rules: '[id="com.huawei.lives:id/hiad_skip_text"]', - snapshotUrls: 'https://i.gkd.li/import/13063001', - }, - ], -}); diff --git a/src/apps/com.huicent.ts b/src/apps/com.huicent.ts deleted file mode 100644 index b060774e..00000000 --- a/src/apps/com.huicent.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.huicent', - name: '山航掌尚飞', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407174', - }, - ], -}); diff --git a/src/apps/com.huiyou.xiaoding.ts b/src/apps/com.huiyou.xiaoding.ts deleted file mode 100644 index fe5fabab..00000000 --- a/src/apps/com.huiyou.xiaoding.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.huiyou.xiaoding', - name: '校钉', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.huiyou.xiaoding.launcher.LauncherActivity'], - rules: [ - { - matches: '[id="com.huiyou.xiaoding:id/ksad_splash_circle_skip_view"]', - snapshotUrls: ['https://i.gkd.li/import/12699825'], - }, - { - matches: '[id="com.huiyou.xiaoding:id/skip_parent_view"]', - snapshotUrls: ['https://i.gkd.li/import/12699822'], - }, - { - matches: - '[id="com.huiyou.xiaoding:id/id_splash_container"] TextView[text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12699790'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.hujiang.cctalk.ts b/src/apps/com.hujiang.cctalk.ts deleted file mode 100644 index 49dcde59..00000000 --- a/src/apps/com.hujiang.cctalk.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hujiang.cctalk', - name: 'CCtalk', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13406032', - }, - ], -}); diff --git a/src/apps/com.hunantv.imgo.activity.ts b/src/apps/com.hunantv.imgo.activity.ts index db98c1b2..6ac467b6 100644 --- a/src/apps/com.hunantv.imgo.activity.ts +++ b/src/apps/com.hunantv.imgo.activity.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.hunantv.imgo.activity', name: '芒果TV', groups: [ - { - key: -1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: - '@[text^="跳过"][text.length<=10] < [text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13685134', - }, { key: 2, name: '请求消息通知', diff --git a/src/apps/com.huxiu.ts b/src/apps/com.huxiu.ts deleted file mode 100644 index 1fae594b..00000000 --- a/src/apps/com.huxiu.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.huxiu', - name: '虎嗅', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.huxiu.ui.activity.HXRegistrationAgreementPrivacyPolicyActivity', - rules: '[id="com.huxiu:id/tv_skip_ad"]', - snapshotUrls: 'https://i.gkd.li/import/12776004', - }, - ], -}); diff --git a/src/apps/com.hwabao.hbstockwarning.ts b/src/apps/com.hwabao.hbstockwarning.ts deleted file mode 100644 index 2ea3c0bb..00000000 --- a/src/apps/com.hwabao.hbstockwarning.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hwabao.hbstockwarning', - name: '华宝智投', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '@[id="com.hwabao.hbstockwarning:id/btn_skip"] [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13705367', - }, - ], -}); diff --git a/src/apps/com.hxak.liangongbao.ts b/src/apps/com.hxak.liangongbao.ts index 517e8e2c..0c7d70d7 100644 --- a/src/apps/com.hxak.liangongbao.ts +++ b/src/apps/com.hxak.liangongbao.ts @@ -7,7 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.hxak.liangongbao.login.ui.HomeActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: '[id=`com.hxak.liangongbao:id/time_down`]', }, ], diff --git a/src/apps/com.hyww.wisdomtree.ts b/src/apps/com.hyww.wisdomtree.ts index 7f41e8f5..171b64a4 100644 --- a/src/apps/com.hyww.wisdomtree.ts +++ b/src/apps/com.hyww.wisdomtree.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.hyww.wisdomtree', name: '智慧树', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13799839', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.hz.czfw.app.ts b/src/apps/com.hz.czfw.app.ts deleted file mode 100644 index 8db84cbf..00000000 --- a/src/apps/com.hz.czfw.app.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.hz.czfw.app', - name: '开吧', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc$="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13228766', - }, - ], -}); diff --git a/src/apps/com.icbc.elife.ts b/src/apps/com.icbc.elife.ts deleted file mode 100644 index c678fc2c..00000000 --- a/src/apps/com.icbc.elife.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.icbc.elife', - name: '工银e生活', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@RelativeLayout > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13399176', - }, - ], -}); diff --git a/src/apps/com.icbc.ts b/src/apps/com.icbc.ts index 704980e7..62613c1a 100644 --- a/src/apps/com.icbc.ts +++ b/src/apps/com.icbc.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.icbc', name: '中国工商银行', groups: [ - { - key: -1, - name: '开屏广告', - activityIds: 'com.icbc.activity.init.LoadingAdvActivity', - rules: '[id="com.icbc:id/tv_skip_adv"]', - snapshotUrls: 'https://i.gkd.li/import/12739088', - }, { key: 0, name: '第一次启动提示', diff --git a/src/apps/com.ichangtou.ts b/src/apps/com.ichangtou.ts deleted file mode 100644 index 9ce77844..00000000 --- a/src/apps/com.ichangtou.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ichangtou', - name: '长投学堂', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.ichangtou:id/tv_skip"]', - exampleUrls: - 'https://m.gkd.li/47232102/07e0dd37-6460-4dc9-ad33-18e69ba6f947', - snapshotUrls: 'https://i.gkd.li/import/13515731', - }, - ], - }, - ], -}); diff --git a/src/apps/com.ideal.flyerteacafes.ts b/src/apps/com.ideal.flyerteacafes.ts index 39663597..ca9c01eb 100644 --- a/src/apps/com.ideal.flyerteacafes.ts +++ b/src/apps/com.ideal.flyerteacafes.ts @@ -5,16 +5,6 @@ export default defineAppConfig({ name: '飞客', deprecatedKeys: [7], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13466120', - }, { key: 3, name: '广告弹窗', diff --git a/src/apps/com.ifeng.news2.ts b/src/apps/com.ifeng.news2.ts index 84797917..8a1a67d3 100644 --- a/src/apps/com.ifeng.news2.ts +++ b/src/apps/com.ifeng.news2.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.ifeng.news2', name: '凤凰新闻', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.ifeng.news2.activity.IfengTabMainActivity', - rules: '[id="com.ifeng.news2:id/skip_layout"] > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12705529', - }, { key: 1, name: '信息流广告', diff --git a/src/apps/com.iflytek.aistudyclient.parentcontrol.ts b/src/apps/com.iflytek.aistudyclient.parentcontrol.ts deleted file mode 100644 index fb5edf55..00000000 --- a/src/apps/com.iflytek.aistudyclient.parentcontrol.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.iflytek.aistudyclient.parentcontrol', - name: '讯飞AI学', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.iflytek.aistudyclient.parentcontrol.MainActivity', - rules: 'View > @[desc^="跳过"] + ImageView', // 点击目标是快照中的一片区域,https://github.com/gkd-kit/subscription/issues/429#issuecomment-1738990131 反馈可以成功跳过 - snapshotUrls: 'https://i.gkd.li/import/12740402', - }, - ], -}); diff --git a/src/apps/com.iflytek.inputmethod.ts b/src/apps/com.iflytek.inputmethod.ts deleted file mode 100644 index 38051357..00000000 --- a/src/apps/com.iflytek.inputmethod.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.iflytek.inputmethod', - name: '讯飞输入法', - groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击右上方跳过按钮', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12906597', - }, - { - actionMaximumKey: 0, - matches: '[id$="tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13054922', - 'https://i.gkd.li/import/13635665', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.igpsport.igpsportandroid.ts b/src/apps/com.igpsport.igpsportandroid.ts index 5de95bf8..33291208 100644 --- a/src/apps/com.igpsport.igpsportandroid.ts +++ b/src/apps/com.igpsport.igpsportandroid.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.igpsport.igpsportandroid', name: 'iGPSPORT', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12818230', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.ikang.official.ts b/src/apps/com.ikang.official.ts deleted file mode 100644 index 301bc89f..00000000 --- a/src/apps/com.ikang.official.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ikang.official', - name: '爱康约体检查报告', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.ikang.official:id/llAdvertCountdown"]', - snapshotUrls: 'https://i.gkd.li/import/13197061', - }, - ], - }, - ], -}); diff --git a/src/apps/com.immomo.momo.ts b/src/apps/com.immomo.momo.ts deleted file mode 100644 index 07a43df2..00000000 --- a/src/apps/com.immomo.momo.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.immomo.momo', - name: '陌陌', - groups: [ - { - key: 0, - name: '开屏广告', - - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13329992', - }, - ], - }, - ], -}); diff --git a/src/apps/com.intsig.camscanner.ts b/src/apps/com.intsig.camscanner.ts index 881b4a39..30d2f42d 100644 --- a/src/apps/com.intsig.camscanner.ts +++ b/src/apps/com.intsig.camscanner.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.intsig.camscanner', name: '扫描全能王', groups: [ - { - key: -1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12668795', - 'https://i.gkd.li/import/13635350', - 'https://i.gkd.li/import/13635351', - ], - }, { key: 0, name: '开屏vip提示', diff --git a/src/apps/com.iqiyi.hotchat.ts b/src/apps/com.iqiyi.hotchat.ts deleted file mode 100644 index 75d783b3..00000000 --- a/src/apps/com.iqiyi.hotchat.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.iqiyi.hotchat', - name: '爱奇艺热聊', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.iqiyi.hotchat.ui.activity.AdvertisementActivity', - rules: '[id=`com.iqiyi.hotchat:id/tv_advertisement_lunch_skip`]', - }, - ], -}); diff --git a/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts b/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts index ab207de3..37281d29 100644 --- a/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts +++ b/src/apps/com.jarworld.bleach.bvn.sjm.cyc.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.jarworld.bleach.bvn.sjm.cyc', name: '次元城动漫', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13626948', - 'https://i.gkd.li/import/13626951', - ], - }, - ], - }, { key: 6, name: '广告弹窗', diff --git a/src/apps/com.jd.app.reader.ts b/src/apps/com.jd.app.reader.ts index ac7cd293..b42bf7d6 100644 --- a/src/apps/com.jd.app.reader.ts +++ b/src/apps/com.jd.app.reader.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.jd.app.reader', name: '京东读书', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.jingdong.app.reader.logo.JdLogoActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: [ - { - matches: '[id="com.jd.app.reader:id/count_down_time"][text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12686559', - 'https://i.gkd.li/import/12686589', // activityId: 'com.miui.home.launcher.Launcher' - ], - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.jd.iots.ts b/src/apps/com.jd.iots.ts deleted file mode 100644 index 73c80543..00000000 --- a/src/apps/com.jd.iots.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jd.iots', - name: '京东小家', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.jd.smart.activity.LoadingActivity', - - quickFind: true, - rules: '[id="com.jd.iots:id/skip"]', - snapshotUrls: 'https://i.gkd.li/import/12901733', - }, - ], -}); diff --git a/src/apps/com.jd.jdlite.ts b/src/apps/com.jd.jdlite.ts index 2edb0aa3..fd9be16b 100644 --- a/src/apps/com.jd.jdlite.ts +++ b/src/apps/com.jd.jdlite.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.jd.jdlite', name: '京喜特价', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.jd.jdlite.ad.ADActivity', - 'com.jd.jdlite.MainActivity', - ], - - rules: '[desc="闪屏广告"] + [text$="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12727385', - 'https://i.gkd.li/import/13062972', - ], - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.jd.jrapp.ts b/src/apps/com.jd.jrapp.ts index bad5daf8..375b7b97 100644 --- a/src/apps/com.jd.jrapp.ts +++ b/src/apps/com.jd.jrapp.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.jd.jrapp', name: '京东金融', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.jd.jrapp:id/btn_jump"]', - snapshotUrls: 'https://i.gkd.li/import/13054174', - }, - ], - }, { key: 1, name: '通知提醒', diff --git a/src/apps/com.jd.pingou.ts b/src/apps/com.jd.pingou.ts index 3a3454ca..e55118e4 100644 --- a/src/apps/com.jd.pingou.ts +++ b/src/apps/com.jd.pingou.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.jd.pingou', name: '京喜', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.jd.jdlite.ad.ADActivity', - 'com.jd.jdlite.MainActivity', - ], - rules: '[desc="闪屏广告"] + [text$="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12727342', - 'https://i.gkd.li/import/13062974', - ], - }, { key: 1, name: '底部申请定位浮窗', diff --git a/src/apps/com.jdcloud.mt.smartrouter.ts b/src/apps/com.jdcloud.mt.smartrouter.ts deleted file mode 100644 index 3fe40b9d..00000000 --- a/src/apps/com.jdcloud.mt.smartrouter.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jdcloud.mt.smartrouter', - name: '京东云无线宝', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.jdcloud.mt.smartrouter.nwelcome.WelcomeActivity', - rules: 'LinearLayout > TextView[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12535237', - }, - ], -}); diff --git a/src/apps/com.jianshu.haruki.ts b/src/apps/com.jianshu.haruki.ts index 69db6393..dec43d32 100644 --- a/src/apps/com.jianshu.haruki.ts +++ b/src/apps/com.jianshu.haruki.ts @@ -4,28 +4,6 @@ export default defineAppConfig({ id: 'com.jianshu.haruki', name: '简书', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '【跳过+倒计时】型', - quickFind: true, - matches: '[text *= "跳过"][text.length <= 10]', - snapshotUrls: 'https://i.gkd.li/import/13327285', - }, - { - key: 1, - name: '【圆圈跳过】型', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13327288', - }, - ], - }, { key: 1, name: 'VIP弹窗', diff --git a/src/apps/com.jingcai.apps.qualitydev.ts b/src/apps/com.jingcai.apps.qualitydev.ts deleted file mode 100644 index ac304ac7..00000000 --- a/src/apps/com.jingcai.apps.qualitydev.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jingcai.apps.qualitydev', - name: '到梦空间', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: 'com.jingcai.apps.qualitydev.qualitync.SplashActivity', - rules: [ - { - matches: ['[id="com.jingcai.apps.qualitydev:id/tv_toapp"]'], - snapshotUrls: 'https://i.gkd.li/import/12838092', - }, - ], - }, - ], -}); diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index e52e3439..04ce64c2 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'com.jingdong.app.mall', name: '京东', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - key: 0, - matches: '[text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12668289', - 'https://i.gkd.li/import/12519430', - 'https://i.gkd.li/import/13255802', - ], - }, - ], - }, { enable: false, key: 1, @@ -186,7 +167,7 @@ export default defineAppConfig({ rules: [ { activityIds: 'com.jd.lib.cart.ShoppingCartNewActivity', - matches: '@ImageView - ViewGroup >2 TextView[text=\'查看订单\']', + matches: '@ImageView - ViewGroup >2 TextView[text="查看订单"]', snapshotUrls: 'https://i.gkd.li/import/13446362', }, ], diff --git a/src/apps/com.jingdong.pdj.ts b/src/apps/com.jingdong.pdj.ts index b57695e9..fceefd94 100644 --- a/src/apps/com.jingdong.pdj.ts +++ b/src/apps/com.jingdong.pdj.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.jingdong.pdj', name: '京东到家', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[id="com.jingdong.pdj:id/adv_exit_bnt"]', - snapshotUrls: 'https://i.gkd.li/import/13293044', - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.jiongji.andriod.card.ts b/src/apps/com.jiongji.andriod.card.ts index 2d63fdbb..50fb94fa 100644 --- a/src/apps/com.jiongji.andriod.card.ts +++ b/src/apps/com.jiongji.andriod.card.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.jiongji.andriod.card', name: '百词斩', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13495409', - }, { key: 1, name: '活动弹窗', diff --git a/src/apps/com.jiucaigongshe.ts b/src/apps/com.jiucaigongshe.ts deleted file mode 100644 index d2377073..00000000 --- a/src/apps/com.jiucaigongshe.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jiucaigongshe', - name: '韭研公社', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13415129', - }, - ], -}); diff --git a/src/apps/com.jjwxc.reader.ts b/src/apps/com.jjwxc.reader.ts deleted file mode 100644 index 2c3139e3..00000000 --- a/src/apps/com.jjwxc.reader.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jjwxc.reader', - name: '晋江小说阅读 ', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.jjwxc.reader:id/ad_pass_icon"]', - snapshotUrls: 'https://i.gkd.li/import/13662836', - }, - ], - }, - ], -}); diff --git a/src/apps/com.job.android.ts b/src/apps/com.job.android.ts deleted file mode 100644 index 9240bd21..00000000 --- a/src/apps/com.job.android.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.job.android', - name: '前程无忧51Job', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.job.android:id/skipBtn"]', - snapshotUrls: 'https://i.gkd.li/import/13659403', - }, - ], - }, - ], -}); diff --git a/src/apps/com.jooan.qiaoanzhilian.ts b/src/apps/com.jooan.qiaoanzhilian.ts deleted file mode 100644 index 15d81d55..00000000 --- a/src/apps/com.jooan.qiaoanzhilian.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jooan.qiaoanzhilian', - name: '乔安智联', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13197473', - 'https://i.gkd.li/import/13223790', - ], - }, - { - actionMaximumKey: 0, - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13636103', - }, - ], - }, - ], -}); diff --git a/src/apps/com.jovetech.CloudSee.temp.ts b/src/apps/com.jovetech.CloudSee.temp.ts deleted file mode 100644 index 5b1a52ec..00000000 --- a/src/apps/com.jovetech.CloudSee.temp.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jovetech.CloudSee.temp', - name: '云视通', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12901732', - }, - { - key: 1, - quickFind: true, - matches: - '[id="com.jovetech.CloudSee.temp:id/splash_container"] >n [text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12829886', - 'https://i.gkd.li/import/12893553', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.jsguohua.youquanmall.tt.ts b/src/apps/com.jsguohua.youquanmall.tt.ts index c356f308..623b40cc 100644 --- a/src/apps/com.jsguohua.youquanmall.tt.ts +++ b/src/apps/com.jsguohua.youquanmall.tt.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.jsguohua.youquanmall.tt', name: '图图影视', groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: 'com.zero.flutter_qq_ads.page.AdSplashActivity', - rules: [ - { - matches: '[text^="跳过"][text.length<=3]', - snapshotUrls: 'https://i.gkd.li/import/13163305', - }, - ], - }, { key: 1, name: '应用内弹窗', diff --git a/src/apps/com.jsmcc.ts b/src/apps/com.jsmcc.ts index c6d552c2..70e8692e 100644 --- a/src/apps/com.jsmcc.ts +++ b/src/apps/com.jsmcc.ts @@ -4,27 +4,9 @@ export default defineAppConfig({ id: 'com.jsmcc', name: '中国移动江苏', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: - '[id="com.jsmcc:id/ad_content"] [text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12830488', - 'https://i.gkd.li/import/12830580', - ], - }, - ], - }, { key: 1, name: '版本更新', - quickFind: true, matchTime: 10000, actionMaximum: 1, diff --git a/src/apps/com.jujie.xbreader.ts b/src/apps/com.jujie.xbreader.ts deleted file mode 100644 index 5ea555a2..00000000 --- a/src/apps/com.jujie.xbreader.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jujie.xbreader', - name: '小白PDF阅读器', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.jujie.xbreader.ad.SplashActivity', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12840884', - }, - ], -}); diff --git a/src/apps/com.julanling.app.ts b/src/apps/com.julanling.app.ts index bbf542bf..5091ac98 100644 --- a/src/apps/com.julanling.app.ts +++ b/src/apps/com.julanling.app.ts @@ -4,26 +4,6 @@ export default defineAppConfig({ id: 'com.julanling.app', name: '安心记加班', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13523606', - }, - { - matches: '[id="com.julanling.app:id/adsail_skipView"]', - snapshotUrls: 'https://i.gkd.li/import/13537961', - exampleUrls: - 'https://m.gkd.li/38517192/7d7b9bc5-0246-4404-89c0-1b49d6b92256', - }, - ], - }, { key: 5, name: '广告弹窗', diff --git a/src/apps/com.jv.samsungeshop.ts b/src/apps/com.jv.samsungeshop.ts deleted file mode 100644 index a42381e8..00000000 --- a/src/apps/com.jv.samsungeshop.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jv.samsungeshop', - name: '三星商城', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13445581', - }, - ], -}); diff --git a/src/apps/com.jx.cmcc.ict.ibelieve.ts b/src/apps/com.jx.cmcc.ict.ibelieve.ts deleted file mode 100644 index 896028c0..00000000 --- a/src/apps/com.jx.cmcc.ict.ibelieve.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.jx.cmcc.ict.ibelieve', - name: '中国移动江西', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment', - rules: - '[id = "com.jx.cmcc.ict.ibelieve:id/video_time_skip"][text *= "跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12852491', - }, - ], -}); diff --git a/src/apps/com.jxedt.ts b/src/apps/com.jxedt.ts index 3f6b31d4..f1277703 100644 --- a/src/apps/com.jxedt.ts +++ b/src/apps/com.jxedt.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.jxedt', name: '驾校一点通', groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12605051', - 'https://i.gkd.li/import/12605053', - 'https://i.gkd.li/import/12605057', - ], - }, { key: 2, name: '广告卡片', diff --git a/src/apps/com.kmxs.reader.ts b/src/apps/com.kmxs.reader.ts index c13699f7..f2e03e15 100644 --- a/src/apps/com.kmxs.reader.ts +++ b/src/apps/com.kmxs.reader.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.kmxs.reader', name: '七猫免费小说', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: ['[id="com.kmxs.reader:id/tv_count_down_text"][text^="跳过"]'], - snapshotUrls: [ - 'https://i.gkd.li/import/12640282', - 'https://i.gkd.li/import/13362271', - ], - }, { key: 0, name: '青少年模式弹窗', diff --git a/src/apps/com.koudai.weidian.buyer.ts b/src/apps/com.koudai.weidian.buyer.ts index 5e64e444..004ac3b1 100644 --- a/src/apps/com.koudai.weidian.buyer.ts +++ b/src/apps/com.koudai.weidian.buyer.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.koudai.weidian.buyer', name: '微店', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '@[clickable=true] > [text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12506297', - }, { key: 6, name: '首页红包弹窗', diff --git a/src/apps/com.kuaiduizuoye.scan.ts b/src/apps/com.kuaiduizuoye.scan.ts index f9a53a6f..e8ad2d67 100644 --- a/src/apps/com.kuaiduizuoye.scan.ts +++ b/src/apps/com.kuaiduizuoye.scan.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.kuaiduizuoye.scan', name: '快对', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.kuaiduizuoye.scan.activity.init.InitActivity', - rules: - '[id="com.kuaiduizuoye.scan:id/fl_ad_container"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12716275', - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.kuaikan.comic.ts b/src/apps/com.kuaikan.comic.ts index 491b9ec8..05f194ed 100644 --- a/src/apps/com.kuaikan.comic.ts +++ b/src/apps/com.kuaikan.comic.ts @@ -4,12 +4,6 @@ export default defineAppConfig({ id: 'com.kuaikan.comic', name: '快看漫画', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.kuaikan.comic.ui.AdvertisementActivity', - rules: '[id=`com.kuaikan.comic:id/skip_button`]', - }, { key: 1, name: '关闭青少年模式弹窗', diff --git a/src/apps/com.kuaishou.nebula.ts b/src/apps/com.kuaishou.nebula.ts index 966c517a..76045931 100644 --- a/src/apps/com.kuaishou.nebula.ts +++ b/src/apps/com.kuaishou.nebula.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.kuaishou.nebula', name: '快手极速版', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.kuaishou.nebula:id/splash_skip_text"]', - snapshotUrls: 'https://i.gkd.li/import/12519389', - }, { key: 1, name: '青少年弹窗', diff --git a/src/apps/com.kuaitong.driver.ts b/src/apps/com.kuaitong.driver.ts deleted file mode 100644 index e70eab54..00000000 --- a/src/apps/com.kuaitong.driver.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.kuaitong.driver', - name: '快通驾考', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'io.dcloud.PandoraEntry', - - rules: [ - { - key: 0, - matches: '[id="com.kuaitong.driver:id/ksad_splash_circle_skip_view"]', - snapshotUrls: 'https://i.gkd.li/import/13059956', - }, - { - key: 1, - matches: - '[id="com.kuaitong.driver:id/ad_dcloud_splash_container"] >n [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13059954', - }, - ], - }, - ], -}); diff --git a/src/apps/com.kugou.android.lite.ts b/src/apps/com.kugou.android.lite.ts deleted file mode 100644 index 82dec636..00000000 --- a/src/apps/com.kugou.android.lite.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.kugou.android.lite', - name: '酷狗概念版', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13324363', - 'https://i.gkd.li/import/13318737', - ], - }, - { - key: 1, - matches: '[desc*="跳过" && desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12919282', - }, - ], - }, - ], -}); diff --git a/src/apps/com.kurogame.kjq.ts b/src/apps/com.kurogame.kjq.ts deleted file mode 100644 index 4c03e7d9..00000000 --- a/src/apps/com.kurogame.kjq.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.kurogame.kjq', - name: '库街区', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.kurogame.kjq.userlogin.ui.activity.SplashActivity', - 'com.android.launcher.Launcher', - ], - rules: [ - { - matches: '[id="com.kurogame.kjq:id/jump"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12836250', - 'https://i.gkd.li/import/12836248', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.kwai.m2u.ts b/src/apps/com.kwai.m2u.ts deleted file mode 100644 index c97e3dcb..00000000 --- a/src/apps/com.kwai.m2u.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.kwai.m2u', - name: '一甜相机', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13759391', - }, - ], -}); diff --git a/src/apps/com.kwai.videoeditor.ts b/src/apps/com.kwai.videoeditor.ts deleted file mode 100644 index f5a2b58b..00000000 --- a/src/apps/com.kwai.videoeditor.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.kwai.videoeditor', - name: '快影', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.kwai.videoeditor.activity.splash.InnerVideoSplashActivity', - rules: ['Button[text="跳过"]'], - snapshotUrls: 'https://i.gkd.li/import/12472610', - }, - ], -}); diff --git a/src/apps/com.ky.medical.reference.ts b/src/apps/com.ky.medical.reference.ts index 652d50ae..e5f6c17c 100644 --- a/src/apps/com.ky.medical.reference.ts +++ b/src/apps/com.ky.medical.reference.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.ky.medical.reference', name: '用药参考', groups: [ - { - key: -1, - name: '开屏广告', - activityIds: 'com.ky.medical.reference.activity.InitActivity', - rules: '[id="com.ky.medical.reference:id/btn_go"][text^="关闭"]', - snapshotUrls: 'https://i.gkd.li/import/12918049', - }, { key: 0, name: '弹窗广告', diff --git a/src/apps/com.lanjinger.choiassociatedpress.ts b/src/apps/com.lanjinger.choiassociatedpress.ts index a91cde6d..e7e27500 100644 --- a/src/apps/com.lanjinger.choiassociatedpress.ts +++ b/src/apps/com.lanjinger.choiassociatedpress.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.lanjinger.choiassociatedpress', name: '财联社', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - resetMatch: 'app', - quickFind: true, - enable: true, - actionMaximum: 1, - rules: '[text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13627807', - 'https://i.gkd.li/import/13748989', - ], - }, { key: 1, name: '首页-弹窗广告', diff --git a/src/apps/com.leduoworks.gpstoolbox.ts b/src/apps/com.leduoworks.gpstoolbox.ts index de170bc0..b76ee7c7 100644 --- a/src/apps/com.leduoworks.gpstoolbox.ts +++ b/src/apps/com.leduoworks.gpstoolbox.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.leduoworks.gpstoolbox', name: 'GPS工具箱', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13062600', - }, { key: 1, name: '首页占位广告', diff --git a/src/apps/com.lemon.faceu.ts b/src/apps/com.lemon.faceu.ts deleted file mode 100644 index 1ed34e48..00000000 --- a/src/apps/com.lemon.faceu.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lemon.faceu', - name: 'Faceu激萌', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.android.maya.activity.SplashActivity', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12855897', - }, - ], - }, - ], -}); diff --git a/src/apps/com.lemon.lv.ts b/src/apps/com.lemon.lv.ts index 7a93ca03..6f1b8c9e 100644 --- a/src/apps/com.lemon.lv.ts +++ b/src/apps/com.lemon.lv.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.lemon.lv', name: '剪映', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13229094', - }, { key: 0, name: '导出界面底部广告', diff --git a/src/apps/com.lenovo.club.app.ts b/src/apps/com.lenovo.club.app.ts index 5db30ef9..4ac3a867 100644 --- a/src/apps/com.lenovo.club.app.ts +++ b/src/apps/com.lenovo.club.app.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.lenovo.club.app', name: '联想', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12829678', - }, { key: 2, name: '版本更新', diff --git a/src/apps/com.lerist.fakelocation.ts b/src/apps/com.lerist.fakelocation.ts deleted file mode 100644 index ef749f8f..00000000 --- a/src/apps/com.lerist.fakelocation.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lerist.fakelocation', - name: 'Fake Location', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13608967', - }, - ], - }, - ], -}); diff --git a/src/apps/com.lingan.seeyou.ts b/src/apps/com.lingan.seeyou.ts deleted file mode 100644 index 9447d511..00000000 --- a/src/apps/com.lingan.seeyou.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lingan.seeyou', - name: '美柚', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.meetyou.crsdk.CROpenScreenNewActivity'], - rules: [ - { - matches: '[id="com.lingan.seeyou:id/rl_count_container"]', - snapshotUrls: 'https://i.gkd.li/import/13065769', - }, - ], - }, - ], -}); diff --git a/src/apps/com.lingwei.materialcalculator.ts b/src/apps/com.lingwei.materialcalculator.ts deleted file mode 100644 index f42d7f43..00000000 --- a/src/apps/com.lingwei.materialcalculator.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lingwei.materialcalculator', - name: '算料宝', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.qidongtech.AppStart', - rules: 'TextView[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12884149', - }, - ], -}); diff --git a/src/apps/com.linlic.ccmtv.yx.ts b/src/apps/com.linlic.ccmtv.yx.ts deleted file mode 100644 index 870a3b5b..00000000 --- a/src/apps/com.linlic.ccmtv.yx.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.linlic.ccmtv.yx', - name: 'CCMTV临床频道', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.linlic.ccmtv.yx:id/btn_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13625401', - }, - ], -}); diff --git a/src/apps/com.lion.market.ts b/src/apps/com.lion.market.ts deleted file mode 100644 index 58bcf43f..00000000 --- a/src/apps/com.lion.market.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lion.market', - name: '虫虫助手', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13635526', - }, - ], -}); diff --git a/src/apps/com.liuzh.deviceinfo.ts b/src/apps/com.liuzh.deviceinfo.ts deleted file mode 100644 index e571d6bf..00000000 --- a/src/apps/com.liuzh.deviceinfo.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.liuzh.deviceinfo', - name: '设备信息', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13537005', - }, - ], -}); diff --git a/src/apps/com.lltskb.lltskb.ts b/src/apps/com.lltskb.lltskb.ts deleted file mode 100644 index f13d4b3d..00000000 --- a/src/apps/com.lltskb.lltskb.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lltskb.lltskb', - name: '路路通', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13239156', - }, - ], -}); diff --git a/src/apps/com.lofter.android.ts b/src/apps/com.lofter.android.ts deleted file mode 100644 index 0b5437ee..00000000 --- a/src/apps/com.lofter.android.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lofter.android', - name: 'LOFTER', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[text*="跳过"][text.length<=10]', - quickFind: true, - snapshotUrls: [ - 'https://i.gkd.li/import/13189846', - 'https://i.gkd.li/import/13189906', - ], - }, - { - actionMaximumKey: 0, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13635533', - }, - ], - }, - ], -}); diff --git a/src/apps/com.lolaage.tbulu.tools.ts b/src/apps/com.lolaage.tbulu.tools.ts index 82fb9407..56d6dd80 100644 --- a/src/apps/com.lolaage.tbulu.tools.ts +++ b/src/apps/com.lolaage.tbulu.tools.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.lolaage.tbulu.tools', name: '两步路户外助手', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12882538', - 'https://i.gkd.li/import/13627860', - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.lovebizhi.wallpaper.ts b/src/apps/com.lovebizhi.wallpaper.ts deleted file mode 100644 index bae58071..00000000 --- a/src/apps/com.lovebizhi.wallpaper.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lovebizhi.wallpaper', - name: '爱壁纸', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.adesk.picasso.view.MainActivity', - - // 来自 #979 的优化建议,反馈会匹配到桌面活动ID - - rules: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12859492', - }, - ], -}); diff --git a/src/apps/com.lphtsccft.ts b/src/apps/com.lphtsccft.ts index 56320925..de8424ff 100644 --- a/src/apps/com.lphtsccft.ts +++ b/src/apps/com.lphtsccft.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.lphtsccft', name: '涨乐财富通', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.lphtsccft.zhangle.startup.SplashScreenActivity'], - rules: '[id="com.lphtsccft:id/countdown_skip"][text="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12699286'], - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.lphtsccft.zlqqt2.ts b/src/apps/com.lphtsccft.zlqqt2.ts deleted file mode 100644 index 9b7a6ff6..00000000 --- a/src/apps/com.lphtsccft.zlqqt2.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lphtsccft.zlqqt2', - name: '涨乐全球通', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.lphtsccft.zhangle.startup.SplashScreenActivity', - rules: '[id="com.lphtsccft.zlqqt2:id/countdown_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12774860', - }, - ], -}); diff --git a/src/apps/com.lptiyu.tanke.ts b/src/apps/com.lptiyu.tanke.ts index 9032bd61..b8720eb9 100644 --- a/src/apps/com.lptiyu.tanke.ts +++ b/src/apps/com.lptiyu.tanke.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.lptiyu.tanke', name: '步道乐跑', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"][text.length<10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13070420', - 'https://i.gkd.li/import/13293751', - ], - }, { key: 0, name: '弹窗广告', diff --git a/src/apps/com.lstech.rehealth.ts b/src/apps/com.lstech.rehealth.ts deleted file mode 100644 index dcdd54bd..00000000 --- a/src/apps/com.lstech.rehealth.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lstech.rehealth', - name: '派健康', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.lstech.rehealth.splash.SplashActivity', - rules: - '[id="com.lstech.rehealth:id/ksad_splash_root_container"] [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12830071', - }, - ], -}); diff --git a/src/apps/com.lucky.luckyclient.ts b/src/apps/com.lucky.luckyclient.ts index 412c57e8..1f0900ab 100644 --- a/src/apps/com.lucky.luckyclient.ts +++ b/src/apps/com.lucky.luckyclient.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.lucky.luckyclient', name: '瑞幸咖啡', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.luckin.client.main.FirstActivity', - - quickFind: true, - rules: '[id="com.lucky.luckyclient:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12508764', - }, { key: 1, name: '软件更新', diff --git a/src/apps/com.luna.music.ts b/src/apps/com.luna.music.ts index c2b9b121..fa7cc4a9 100644 --- a/src/apps/com.luna.music.ts +++ b/src/apps/com.luna.music.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'com.luna.music', name: '汽水音乐', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - name: '字节穿山甲广告SDK', - matches: '[id$="id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13533782', - }, - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13704658', - }, - ], - }, { key: 2, name: 'VIP弹窗', diff --git a/src/apps/com.lws207lws.ts b/src/apps/com.lws207lws.ts deleted file mode 100644 index 8e24498b..00000000 --- a/src/apps/com.lws207lws.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.lws207lws', - name: 'LWSCAM', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13538769', - }, - ], -}); diff --git a/src/apps/com.lxt.cfmoto.ts b/src/apps/com.lxt.cfmoto.ts index 0821cf3b..5cf893af 100644 --- a/src/apps/com.lxt.cfmoto.ts +++ b/src/apps/com.lxt.cfmoto.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.lxt.cfmoto', name: 'CFMOTO', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13401968', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.m.mfood.ts b/src/apps/com.m.mfood.ts index 941cbf41..fa916725 100644 --- a/src/apps/com.m.mfood.ts +++ b/src/apps/com.m.mfood.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.m.mfood', name: 'mFood', groups: [ - { - key: 0, - name: '開屏廣告', - matchTime: 10000, - quickFind: true, - resetMatch: 'app', - actionMaximum: 1, - rules: '[id="com.m.mfood:id/tvSkip"]', - snapshotUrls: 'https://i.gkd.li/import/13350776', - }, { key: 1, name: '浮窗廣告', diff --git a/src/apps/com.m4399.gamecenter.ts b/src/apps/com.m4399.gamecenter.ts index 1339a4bc..a318328c 100644 --- a/src/apps/com.m4399.gamecenter.ts +++ b/src/apps/com.m4399.gamecenter.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.m4399.gamecenter', name: '4399游戏盒', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13635282', - }, { key: 1, name: '悬浮广告', diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index eca01fa9..c6b33d3c 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.magicalstory.AppStore', name: '奇妙应用', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13185745', - 'https://i.gkd.li/import/13191546', - ], - }, - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.maidu.gkld.ts b/src/apps/com.maidu.gkld.ts index 8d652107..ac8b9853 100644 --- a/src/apps/com.maidu.gkld.ts +++ b/src/apps/com.maidu.gkld.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.maidu.gkld', name: '公考雷达', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.maidu.gkld:id/tv_splash_timer"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13328332', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.mangshe.tvdown.ts b/src/apps/com.mangshe.tvdown.ts deleted file mode 100644 index 126ec768..00000000 --- a/src/apps/com.mangshe.tvdown.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mangshe.tvdown', - name: '蟒蛇下载', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.mangshe.tvdown.ad.chuanshanjia.SplashActivity_csj', - rules: [ - { - matches: '[id="com.mangshe.tvdown:id/skip_view2"]', - snapshotUrls: 'https://i.gkd.li/import/12854596', - }, - ], - }, - ], -}); diff --git a/src/apps/com.manmanbuy.bijia.ts b/src/apps/com.manmanbuy.bijia.ts deleted file mode 100644 index 8ce9573f..00000000 --- a/src/apps/com.manmanbuy.bijia.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.manmanbuy.bijia', - name: '慢慢买', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="关闭"][text.length=4]', - snapshotUrls: 'https://i.gkd.li/import/13214974', - }, - ], - }, - ], -}); diff --git a/src/apps/com.manwei.djz.ts b/src/apps/com.manwei.djz.ts deleted file mode 100644 index dc72f799..00000000 --- a/src/apps/com.manwei.djz.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.manwei.djz', - name: '嗨探', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.manwei.djz.module.splash.SplashActivity', - rules: '[id="com.manwei.djz:id/aplashLayout"] >6 TextView[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12714328', - }, - ], -}); diff --git a/src/apps/com.maofan.app.ts b/src/apps/com.maofan.app.ts deleted file mode 100644 index 794cac82..00000000 --- a/src/apps/com.maofan.app.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.maofan.app', - name: '猫番阅读', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13694873', - }, - ], -}); diff --git a/src/apps/com.maque.app.ts b/src/apps/com.maque.app.ts index 48a967da..d1ef3ee4 100644 --- a/src/apps/com.maque.app.ts +++ b/src/apps/com.maque.app.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.maque.app', name: '麻雀省钱', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.uzmap.pkg.EntranceActivity', - rules: '[id="com.maque.app:id/ksad_splash_circle_skip_view"]', - snapshotUrls: 'https://i.gkd.li/import/12641032', - }, { key: 1, name: '首页活动弹窗', diff --git a/src/apps/com.masadoraandroid.ts b/src/apps/com.masadoraandroid.ts deleted file mode 100644 index f6399628..00000000 --- a/src/apps/com.masadoraandroid.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.masadoraandroid', - name: '魔法集市 Global', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: '[id="com.masadoraandroid:id/skip"][text*="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13638359', - 'https://i.gkd.li/import/13692884', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.mcdonalds.gma.cn.ts b/src/apps/com.mcdonalds.gma.cn.ts index 767f5a87..48034cb4 100644 --- a/src/apps/com.mcdonalds.gma.cn.ts +++ b/src/apps/com.mcdonalds.gma.cn.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.mcdonalds.gma.cn', name: '麦当劳', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.mcdonalds.gma.cn.activity.LaunchActivity', - rules: '[id="com.mcdonalds.gma.cn:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12740193', - }, { key: 1, name: '开启通知服务', diff --git a/src/apps/com.meitu.meiyancamera.ts b/src/apps/com.meitu.meiyancamera.ts deleted file mode 100644 index 40110136..00000000 --- a/src/apps/com.meitu.meiyancamera.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.meitu.meiyancamera', - name: '美颜相机', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13759397', - }, - ], -}); diff --git a/src/apps/com.meizu.flyme.flymebbs.ts b/src/apps/com.meizu.flyme.flymebbs.ts deleted file mode 100644 index ea1bd1b4..00000000 --- a/src/apps/com.meizu.flyme.flymebbs.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.meizu.flyme.flymebbs', - name: '魅族社区', - groups: [ - { - name: '开屏广告', - key: 0, - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: [ - { - matches: '[id="com.meizu.flyme.flymebbs:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13213487', - }, - ], - }, - ], -}); diff --git a/src/apps/com.mem.MacaoLife.ts b/src/apps/com.mem.MacaoLife.ts index 22e48620..7dcbcf67 100644 --- a/src/apps/com.mem.MacaoLife.ts +++ b/src/apps/com.mem.MacaoLife.ts @@ -4,17 +4,6 @@ export default defineAppConfig({ id: 'com.mem.MacaoLife', name: '澳覓', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionDelay: 800, // 剛啟動時開屏廣告點擊不到 - quickFind: true, - resetMatch: 'app', - actionMaximum: 1, - rules: '[id="com.mem.MacaoLife:id/skip_time_out_layout"]', - snapshotUrls: 'https://i.gkd.li/import/13350651', - }, { key: 1, name: '開啟通知提示', diff --git a/src/apps/com.mfcloudcalculate.networkdisk.ts b/src/apps/com.mfcloudcalculate.networkdisk.ts index 75702587..b35fdd85 100644 --- a/src/apps/com.mfcloudcalculate.networkdisk.ts +++ b/src/apps/com.mfcloudcalculate.networkdisk.ts @@ -4,32 +4,6 @@ export default defineAppConfig({ id: 'com.mfcloudcalculate.networkdisk', name: '123云盘', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: - '[id="com.mfcloudcalculate.networkdisk:id/frame_ad_splash_container"] >n [text^="跳过"][text.length<=4]', - snapshotUrls: [ - 'https://i.gkd.li/import/12846434', - 'https://i.gkd.li/import/13059834', - ], - }, - { - key: 1, - matches: '[id$="tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13259303', - 'https://i.gkd.li/import/13695497', - ], - }, - ], - }, { key: 1, name: '应用内广告弹窗', diff --git a/src/apps/com.mfw.roadbook.ts b/src/apps/com.mfw.roadbook.ts deleted file mode 100644 index c2525322..00000000 --- a/src/apps/com.mfw.roadbook.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mfw.roadbook', - name: '马蜂窝', - groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: 'com.mfw.roadbook.business.launch.SplashAdActivity', - rules: [ - { - matches: '[id="com.mfw.roadbook:id/skipLayout"]', - snapshotUrls: 'https://i.gkd.li/import/13049046', - }, - ], - }, - ], -}); diff --git a/src/apps/com.mi.print.ts b/src/apps/com.mi.print.ts deleted file mode 100644 index 2b6e2d61..00000000 --- a/src/apps/com.mi.print.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mi.print', - name: '小米打印', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@* > [text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13477102', - }, - ], -}); diff --git a/src/apps/com.mihoyo.hyperion.ts b/src/apps/com.mihoyo.hyperion.ts index 317a3693..48dac4a6 100644 --- a/src/apps/com.mihoyo.hyperion.ts +++ b/src/apps/com.mihoyo.hyperion.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.mihoyo.hyperion', name: '米游社', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.mihoyo.hyperion.ui.SplashActivity', - 'com.mihoyo.hyperion.splash.SplashActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: '[id="com.mihoyo.hyperion:id/mSplashBtJump"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12482738', - 'https://i.gkd.li/import/12675530', // activityId: 'com.miui.home.launcher.Launcher' - ], - }, { key: 1, name: '青少年模式', diff --git a/src/apps/com.mipay.wallet.ts b/src/apps/com.mipay.wallet.ts deleted file mode 100644 index 7f4fa5a2..00000000 --- a/src/apps/com.mipay.wallet.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mipay.wallet', - name: '小米钱包', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.xiaomi.jr.app.MiFinanceActivity', - - rules: '[id="com.mipay.wallet:id/skip"]', - snapshotUrls: 'https://i.gkd.li/import/13059351', - }, - ], -}); diff --git a/src/apps/com.miui.fm.ts b/src/apps/com.miui.fm.ts deleted file mode 100644 index ff7a9eb2..00000000 --- a/src/apps/com.miui.fm.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.miui.fm', - name: '蜻蜓FM', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13414417', - }, - ], - }, - ], -}); diff --git a/src/apps/com.miui.player.ts b/src/apps/com.miui.player.ts index 7889c2f4..6d6b95ba 100644 --- a/src/apps/com.miui.player.ts +++ b/src/apps/com.miui.player.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.miui.player', name: '小米音乐', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12700962', - 'https://i.gkd.li/import/12852707', - 'https://i.gkd.li/import/13490450', - ], - }, { key: 1, name: '浮窗广告', diff --git a/src/apps/com.miui.systemAdSolution.ts b/src/apps/com.miui.systemAdSolution.ts index 14b6577f..22efa0e0 100644 --- a/src/apps/com.miui.systemAdSolution.ts +++ b/src/apps/com.miui.systemAdSolution.ts @@ -4,12 +4,6 @@ export default defineAppConfig({ id: 'com.miui.systemAdSolution', name: 'miui系统广告', groups: [ - { - key: 0, - name: '任意app开屏广告', - desc: '此广告组件可以使用ADB卸载', - rules: '[id=`com.miui.systemAdSolution:id/view_skip_button`]', - }, { key: 1, name: 'miui-为什么不希望看到这条推广', diff --git a/src/apps/com.mm.android.lc.ts b/src/apps/com.mm.android.lc.ts deleted file mode 100644 index 9255ce3f..00000000 --- a/src/apps/com.mm.android.lc.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mm.android.lc', - name: '乐橙', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12774801', - }, - { - quickFind: true, - matches: '[id="com.mm.android.lc:id/advert_countdown_view"]', - snapshotUrls: 'https://i.gkd.li/import/13454719', - }, - ], - }, - ], -}); diff --git a/src/apps/com.mmzztt.app.ts b/src/apps/com.mmzztt.app.ts deleted file mode 100644 index be6d8692..00000000 --- a/src/apps/com.mmzztt.app.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mmzztt.app', - name: '美之图', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13258832', - }, - ], -}); diff --git a/src/apps/com.mobi.shtp.ts b/src/apps/com.mobi.shtp.ts deleted file mode 100644 index aff7e1df..00000000 --- a/src/apps/com.mobi.shtp.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mobi.shtp', - name: '上海交警', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.mobi.shtp.activity.login.AdvActivity', - rules: - '[id="com.mobi.shtp:id/ll_adv_img"] + [id="com.mobi.shtp:id/tv_count"]', - snapshotUrls: 'https://i.gkd.li/import/12740073', - }, - ], -}); diff --git a/src/apps/com.modian.app.ts b/src/apps/com.modian.app.ts index f049dc22..8ed65622 100644 --- a/src/apps/com.modian.app.ts +++ b/src/apps/com.modian.app.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.modian.app', name: '摩点', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: '[id="com.modian.app:id/tv_skip"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13610185', - }, - ], - }, { key: 1, name: '「我的」界面广告条', diff --git a/src/apps/com.moji.mjweather.ts b/src/apps/com.moji.mjweather.ts deleted file mode 100644 index 0dcef81c..00000000 --- a/src/apps/com.moji.mjweather.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.moji.mjweather', - name: '墨迹天气', - groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - name: '字节SDK', - quickFind: true, - activityIds: 'com.moji.mjweather.MainActivity', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13544242', - }, - { - name: '情况2', - quickFind: true, - activityIds: 'com.moji.mjad.splash.activity.SplashVideoActivity', - matches: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13709986', - }, - ], - }, - ], -}); diff --git a/src/apps/com.molink.john.hummingbird.ts b/src/apps/com.molink.john.hummingbird.ts deleted file mode 100644 index ee566231..00000000 --- a/src/apps/com.molink.john.hummingbird.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.molink.john.hummingbird', - name: 'bebird', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.molink.john.hummingbird.activity.WellComeActivity', - rules: '[id="com.molink.john.hummingbird:id/rl_timer"]', - snapshotUrls: 'https://i.gkd.li/import/12867595', - }, - ], -}); diff --git a/src/apps/com.moutai.mall.ts b/src/apps/com.moutai.mall.ts index 689169e3..5c8fe5e2 100644 --- a/src/apps/com.moutai.mall.ts +++ b/src/apps/com.moutai.mall.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.moutai.mall', name: 'i茅台', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13704960', - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.msnothing.airpodsking.ts b/src/apps/com.msnothing.airpodsking.ts deleted file mode 100644 index cdaa4102..00000000 --- a/src/apps/com.msnothing.airpodsking.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.msnothing.airpodsking', - name: 'Pods King', - groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/12908449'], - }, - { - quickFind: true, - matches: '[text="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/13607847'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.mt.mtxx.mtxx.ts b/src/apps/com.mt.mtxx.mtxx.ts index 52c1e2ef..4f0eb35e 100644 --- a/src/apps/com.mt.mtxx.mtxx.ts +++ b/src/apps/com.mt.mtxx.mtxx.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.mt.mtxx.mtxx', name: '美图秀秀', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text=`跳过广告`]', - snapshotUrls: 'https://i.gkd.li/import/12472627', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.mxbc.mxsa.ts b/src/apps/com.mxbc.mxsa.ts index bc769d4a..9f84c053 100644 --- a/src/apps/com.mxbc.mxsa.ts +++ b/src/apps/com.mxbc.mxsa.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.mxbc.mxsa', name: '蜜雪冰城', groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.mxbc.mxsa.modules.splash.SplashActivity'], - rules: [ - { - key: 1, - matches: '[id="com.mxbc.mxsa:id/count_down"]', - snapshotUrls: 'https://i.gkd.li/import/12840093', - }, - ], - }, { key: 2, name: '主界面弹窗广告', diff --git a/src/apps/com.myapp.app.xaoorti.ts b/src/apps/com.myapp.app.xaoorti.ts index ecd2ca67..0113efa8 100644 --- a/src/apps/com.myapp.app.xaoorti.ts +++ b/src/apps/com.myapp.app.xaoorti.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.myapp.app.xaoorti', name: '天天视频', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13520474', - 'https://i.gkd.li/import/13625351', - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.mygolbs.mybus.ts b/src/apps/com.mygolbs.mybus.ts index 12aa7935..2220fb2e 100644 --- a/src/apps/com.mygolbs.mybus.ts +++ b/src/apps/com.mygolbs.mybus.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'com.mygolbs.mybus', name: '掌上公交', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.mygolbs.mybus.LoginActivity', - rules: [ - { - matches: - '[id="com.mygolbs.mybus:id/splash_container"||id="com.mygolbs.mybus:id/adsRl"] [text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12745634', - 'https://i.gkd.li/import/12790377', - ], - }, - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12790485', - }, - ], - }, { key: 1, name: '广告卡片', diff --git a/src/apps/com.mymoney.ts b/src/apps/com.mymoney.ts deleted file mode 100644 index 14c131c7..00000000 --- a/src/apps/com.mymoney.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.mymoney', - name: '随手记', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12709192', - 'https://i.gkd.li/import/13583695', - ], - }, - ], -}); diff --git a/src/apps/com.naver.linewebtoon.cn.ts b/src/apps/com.naver.linewebtoon.cn.ts deleted file mode 100644 index 01514dd0..00000000 --- a/src/apps/com.naver.linewebtoon.cn.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.naver.linewebtoon.cn', - name: '咚漫漫画', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13407119', - }, - { - key: 1, - quickFind: true, - matches: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13546265', - }, - ], - }, - ], -}); diff --git a/src/apps/com.ncili.jie.ts b/src/apps/com.ncili.jie.ts deleted file mode 100644 index 7636612d..00000000 --- a/src/apps/com.ncili.jie.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ncili.jie', - name: 'BT磁力下载器', - groups: [ - { - name: '开屏广告', - key: 0, - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: ['[id="com.ncili.jie:id/skip_view2"]'], - snapshotUrls: ['https://i.gkd.li/import/13544299'], - exampleUrls: [ - 'https://m.gkd.li/58279234/fdda12a5-3a0a-450e-947e-73b48c1667da', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.nd.android.pandareader.ts b/src/apps/com.nd.android.pandareader.ts deleted file mode 100644 index 665a9b75..00000000 --- a/src/apps/com.nd.android.pandareader.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.nd.android.pandareader', - name: '熊猫看书', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13599744', - }, - ], -}); diff --git a/src/apps/com.netease.cloudmusic.ts b/src/apps/com.netease.cloudmusic.ts index b71af5a1..cedde6ca 100644 --- a/src/apps/com.netease.cloudmusic.ts +++ b/src/apps/com.netease.cloudmusic.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.netease.cloudmusic', name: '网易云音乐', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.netease.cloudmusic:id/skipBtn"]', - snapshotUrls: ['https://i.gkd.li/import/12700920'], - }, { enable: false, key: 1, diff --git a/src/apps/com.netease.gl.ts b/src/apps/com.netease.gl.ts index 5145125e..b9409049 100644 --- a/src/apps/com.netease.gl.ts +++ b/src/apps/com.netease.gl.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.netease.gl', name: '网易大神', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.netease.gl.ui.activity.welcome.WelcomeActivity', - - quickFind: true, - rules: '[id="com.netease.gl:id/tv_next_step"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12883227', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.netease.mail.ts b/src/apps/com.netease.mail.ts index ddba519f..1d009479 100644 --- a/src/apps/com.netease.mail.ts +++ b/src/apps/com.netease.mail.ts @@ -4,34 +4,6 @@ export default defineAppConfig({ id: 'com.netease.mail', name: '网易邮箱大师', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - excludeMatches: '[id="com.netease.mail:id/ad_skip"][clickable=false]', - snapshotUrls: [ - 'https://i.gkd.li/import/12893573', - 'https://i.gkd.li/import/12923776', - 'https://i.gkd.li/import/13195662', - 'https://i.gkd.li/import/12818335', - 'https://i.gkd.li/import/13206298', // 使用 excludeMatches 防止提前触发规则 - 'https://i.gkd.li/import/13207736', // TODO 一整块图片,无法跳过 - ], - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12999739', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.netease.mkey.ts b/src/apps/com.netease.mkey.ts index a9f3392a..c458072f 100644 --- a/src/apps/com.netease.mkey.ts +++ b/src/apps/com.netease.mkey.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.netease.mkey', name: '网易将军令', groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - quickFind: true, - resetMatch: 'app', - actionMaximum: 1, - rules: '[id="com.netease.mkey:id/splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13421262', - }, { key: 2, name: '一键迁移至新版将军令', diff --git a/src/apps/com.netease.newsreader.activity.ts b/src/apps/com.netease.newsreader.activity.ts index 688c6a90..80a315f6 100644 --- a/src/apps/com.netease.newsreader.activity.ts +++ b/src/apps/com.netease.newsreader.activity.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.netease.newsreader.activity', name: '网易新闻', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12639864', - }, { key: 1, name: '版本更新弹窗', diff --git a/src/apps/com.netease.snailread.ts b/src/apps/com.netease.snailread.ts deleted file mode 100644 index 47aed1c3..00000000 --- a/src/apps/com.netease.snailread.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.netease.snailread', - name: '网易蜗牛读书', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13379457', - }, - ], -}); diff --git a/src/apps/com.netease.yanxuan.ts b/src/apps/com.netease.yanxuan.ts index f26dbb1c..32eb3b51 100644 --- a/src/apps/com.netease.yanxuan.ts +++ b/src/apps/com.netease.yanxuan.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.netease.yanxuan', name: '网易严选', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.netease.yanxuan.module.splash.SplashActivity', - rules: '[id = "com.netease.yanxuan:id/splash_pic_jump_container"]', - snapshotUrls: 'https://i.gkd.li/import/12840637', - }, { key: 1, name: '首页-弹窗广告', diff --git a/src/apps/com.newcapec.mobile.ncp.ts b/src/apps/com.newcapec.mobile.ncp.ts index 13719f15..8b1f7cf5 100644 --- a/src/apps/com.newcapec.mobile.ncp.ts +++ b/src/apps/com.newcapec.mobile.ncp.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.newcapec.mobile.ncp', name: '完美校园', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13263321', - }, { key: 10, name: '新版本提示', diff --git a/src/apps/com.newskyer.draw.ts b/src/apps/com.newskyer.draw.ts deleted file mode 100644 index 9f417fce..00000000 --- a/src/apps/com.newskyer.draw.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.newskyer.draw', - name: '享做笔记', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@*[clickable=true] + * > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13684715', - }, - ], -}); diff --git a/src/apps/com.nionco.todaysm.ts b/src/apps/com.nionco.todaysm.ts deleted file mode 100644 index aead658d..00000000 --- a/src/apps/com.nionco.todaysm.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.nionco.todaysm', - name: '今日水木', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc*="跳过"][desc.length<=5]', - snapshotUrls: 'https://i.gkd.li/import/13587459', - }, - ], -}); diff --git a/src/apps/com.njh.biubiu.ts b/src/apps/com.njh.biubiu.ts deleted file mode 100644 index 9bbaf66e..00000000 --- a/src/apps/com.njh.biubiu.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.njh.biubiu', - name: 'biubiu加速器', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.njh.ping.business.base.activity.BusinessActivity', - rules: [ - { - matches: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12512845', - }, - ], - }, - ], -}); diff --git a/src/apps/com.nowcasting.activity.ts b/src/apps/com.nowcasting.activity.ts index 175d9392..6dd55270 100644 --- a/src/apps/com.nowcasting.activity.ts +++ b/src/apps/com.nowcasting.activity.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.nowcasting.activity', name: '彩云天气', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.nowcasting.activity:id/cll_splash_ad_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13690833', - }, - ], - }, { key: 1, name: '弹窗广告_VIP', diff --git a/src/apps/com.okcam.ookcam.ts b/src/apps/com.okcam.ookcam.ts deleted file mode 100644 index 198d9344..00000000 --- a/src/apps/com.okcam.ookcam.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.okcam.ookcam', - name: '小鹰看看', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13066267', - 'https://i.gkd.li/import/13066200', - 'https://i.gkd.li/import/13211691', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.onecard.hainan.ts b/src/apps/com.onecard.hainan.ts index 65756ac1..aa0642a7 100644 --- a/src/apps/com.onecard.hainan.ts +++ b/src/apps/com.onecard.hainan.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.onecard.hainan', name: '海南一卡通', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.hainan.renshe.app.ui.SplashActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: [ - { - matches: '[id="com.onecard.hainan:id/tv_jump"][text$="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12662092', - 'https://i.gkd.li/import/12662129', - ], - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.onethingcloud.android.ts b/src/apps/com.onethingcloud.android.ts index 21fab60e..1bb8b2e2 100644 --- a/src/apps/com.onethingcloud.android.ts +++ b/src/apps/com.onethingcloud.android.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.onethingcloud.android', name: '网心云', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc^="跳过"][desc.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12841174', - 'https://i.gkd.li/import/13414384', - ], - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.oppo.community.ts b/src/apps/com.oppo.community.ts deleted file mode 100644 index 008626b6..00000000 --- a/src/apps/com.oppo.community.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.oppo.community', - name: 'OPPO 社区', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13228330', - }, - ], -}); diff --git a/src/apps/com.oppo.market.ts b/src/apps/com.oppo.market.ts deleted file mode 100644 index c800d586..00000000 --- a/src/apps/com.oppo.market.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.oppo.market', - name: '一加软件商店', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13211017', - }, - ], - }, - ], -}); diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index 30f4d3ed..a0686133 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.oray.sunlogin', name: '向日葵远程控制', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.oray.sunlogin:id/ll_skip_ad"]', - snapshotUrls: 'https://i.gkd.li/import/13197052', - }, - ], - }, { key: 0, name: '瓜子会员弹窗', diff --git a/src/apps/com.p1.mobile.putong.ts b/src/apps/com.p1.mobile.putong.ts deleted file mode 100644 index 715abf0a..00000000 --- a/src/apps/com.p1.mobile.putong.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.p1.mobile.putong', - name: '探探', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12866488', - 'https://i.gkd.li/import/13324185', - ], - }, - ], -}); diff --git a/src/apps/com.peopledailychina.activity.ts b/src/apps/com.peopledailychina.activity.ts deleted file mode 100644 index e5e7e1be..00000000 --- a/src/apps/com.peopledailychina.activity.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.peopledailychina.activity', - name: '人民日报', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.peopledailychina.activity.activity.WelcomeActivity', - rules: '[id="com.peopledailychina.activity:id/act_welcome_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12749658', - }, - ], -}); diff --git a/src/apps/com.phoenixtree.decidecat.ts b/src/apps/com.phoenixtree.decidecat.ts deleted file mode 100644 index fb0dde38..00000000 --- a/src/apps/com.phoenixtree.decidecat.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.phoenixtree.decidecat', - name: '决定喵', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13538308', - }, - ], -}); diff --git a/src/apps/com.picooc.ts b/src/apps/com.picooc.ts deleted file mode 100644 index dd98ceb9..00000000 --- a/src/apps/com.picooc.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.picooc', - name: 'PICOOC', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.picooc.activity.start.WelcomeActivity', - rules: 'TextView[text = "广告"] <2 ViewGroup - ViewGroup [text = "跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12859002', - }, - ], -}); diff --git a/src/apps/com.picovr.assistantphone.ts b/src/apps/com.picovr.assistantphone.ts deleted file mode 100644 index a7968e50..00000000 --- a/src/apps/com.picovr.assistantphone.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.picovr.assistantphone', - name: 'PICO VR', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13413459', - }, - ], -}); diff --git a/src/apps/com.ping.cimoc.ts b/src/apps/com.ping.cimoc.ts index 5b6ac37a..21d5f728 100644 --- a/src/apps/com.ping.cimoc.ts +++ b/src/apps/com.ping.cimoc.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.ping.cimoc', name: '芝士漫画', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.ping.cimoc.ui.activity.SplashActivity', - - rules: '[id="com.ping.cimoc:id/splash_container"] >n [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13187773', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.pingan.carowner.ts b/src/apps/com.pingan.carowner.ts deleted file mode 100644 index 0a4d6e55..00000000 --- a/src/apps/com.pingan.carowner.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.pingan.carowner', - name: '平安好车主', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.pingan.carowner.activity.SplashActivity', - rules: '[id="com.pingan.carowner:id/splash_time_tv"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12727845', - }, - ], -}); diff --git a/src/apps/com.pingan.lifecircle.ts b/src/apps/com.pingan.lifecircle.ts deleted file mode 100644 index 7951a5f5..00000000 --- a/src/apps/com.pingan.lifecircle.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.pingan.lifecircle', - name: '平安好生活', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.pingan.lifecircle.home.SplashActivity', - rules: '[id="com.pingan.lifecircle:id/splash_time_tv"]', - snapshotUrls: 'https://i.gkd.li/import/12567724', - }, - ], -}); diff --git a/src/apps/com.pocket.snh48.activity.ts b/src/apps/com.pocket.snh48.activity.ts deleted file mode 100644 index f52e4cd7..00000000 --- a/src/apps/com.pocket.snh48.activity.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.pocket.snh48.activity', - name: '口袋48', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.pocket.snh48.activity:id/skip_button"]', - snapshotUrls: 'https://i.gkd.li/import/13324405', - }, - ], -}); diff --git a/src/apps/com.pointercn.smarthouse.ts b/src/apps/com.pointercn.smarthouse.ts deleted file mode 100644 index 39f1d749..00000000 --- a/src/apps/com.pointercn.smarthouse.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.pointercn.smarthouse', - name: '智之屋', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13334823', - }, - ], -}); diff --git a/src/apps/com.ponyemu.main.ts b/src/apps/com.ponyemu.main.ts deleted file mode 100644 index 2c2f6f63..00000000 --- a/src/apps/com.ponyemu.main.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ponyemu.main', - name: '小马模拟器', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12783200', - 'https://i.gkd.li/import/13759413', - ], - }, - ], -}); diff --git a/src/apps/com.ptfish.forum.ts b/src/apps/com.ptfish.forum.ts deleted file mode 100644 index 7f706e2e..00000000 --- a/src/apps/com.ptfish.forum.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ptfish.forum', - name: '莆鱼网', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13759479', - }, - ], -}); diff --git a/src/apps/com.pupumall.customer.ts b/src/apps/com.pupumall.customer.ts deleted file mode 100644 index f825860e..00000000 --- a/src/apps/com.pupumall.customer.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.pupumall.customer', - name: '朴朴超市', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.pupumall.customer.activity.SplashActivity', - rules: '[id="com.pupumall.customer:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12830126', - }, - ], -}); diff --git a/src/apps/com.pwrd.steam.esports.ts b/src/apps/com.pwrd.steam.esports.ts deleted file mode 100644 index 26bfec1c..00000000 --- a/src/apps/com.pwrd.steam.esports.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.pwrd.steam.esports', - name: '完美世界电竞', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@RelativeLayout > [text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13362949', - }, - ], -}); diff --git a/src/apps/com.pywm.fund.ts b/src/apps/com.pywm.fund.ts index 19b6aae5..9d8e6f25 100644 --- a/src/apps/com.pywm.fund.ts +++ b/src/apps/com.pywm.fund.ts @@ -4,20 +4,9 @@ export default defineAppConfig({ id: 'com.pywm.fund', name: '普益基金', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.pywm.fund:id/tv_countdown"]', - snapshotUrls: 'https://i.gkd.li/import/13327274', - }, { key: 1, name: '版本更新', - quickFind: true, matchTime: 10000, actionMaximum: 1, diff --git a/src/apps/com.qcymall.earphonesetup.ts b/src/apps/com.qcymall.earphonesetup.ts deleted file mode 100644 index 3737305e..00000000 --- a/src/apps/com.qcymall.earphonesetup.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qcymall.earphonesetup', - name: 'QCY', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.qcymall.earphonesetup.v2ui.activity.AdvertiseActivity', - 'com.qcymall.earphonesetup.ServiceLaunchActivity', - ], - rules: '[id="com.qcymall.earphonesetup:id/count_time"] + [text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12776001', - 'https://i.gkd.li/import/12776002', - ], - }, - ], -}); diff --git a/src/apps/com.qh.tesla.ts b/src/apps/com.qh.tesla.ts deleted file mode 100644 index 13418677..00000000 --- a/src/apps/com.qh.tesla.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qh.tesla', - name: '巧虎官方', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.qh.tesla.splash.SplashActivity', - rules: '[id="com.qh.tesla:id/ad_timer"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740377', - }, - ], -}); diff --git a/src/apps/com.qidian.QDReader.ts b/src/apps/com.qidian.QDReader.ts index 657cd7f7..41bdb4c7 100644 --- a/src/apps/com.qidian.QDReader.ts +++ b/src/apps/com.qidian.QDReader.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.qidian.QDReader', name: '起点读书', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: ['https://i.gkd.li/import/12508836'], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.qihoo.camera.ts b/src/apps/com.qihoo.camera.ts index 9ae5a6ad..4ec6dbdd 100644 --- a/src/apps/com.qihoo.camera.ts +++ b/src/apps/com.qihoo.camera.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.qihoo.camera', name: '360摄像机', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12846783', - }, { key: 6, name: '卡录像界面广告', diff --git a/src/apps/com.qihoo.dr.ts b/src/apps/com.qihoo.dr.ts deleted file mode 100644 index f781b952..00000000 --- a/src/apps/com.qihoo.dr.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qihoo.dr', - name: '360行车助手', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.qihoo.dr.ActivityWelcome', - rules: '[id="com.qihoo.dr:id/fl_ad"] >n [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740163', - }, - ], -}); diff --git a/src/apps/com.qihoo.smart.ts b/src/apps/com.qihoo.smart.ts deleted file mode 100644 index 74843b4d..00000000 --- a/src/apps/com.qihoo.smart.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qihoo.smart', - name: '360智慧生活', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13424651', - }, - ], -}); diff --git a/src/apps/com.qihoo.srouter.n300.ts b/src/apps/com.qihoo.srouter.n300.ts index 77a9628e..7c7d3ca0 100644 --- a/src/apps/com.qihoo.srouter.n300.ts +++ b/src/apps/com.qihoo.srouter.n300.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.qihoo.srouter.n300', name: '360家庭防火墙', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13216607', - 'https://i.gkd.li/import/13800007', - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.qihoo360.antilostwatch.ts b/src/apps/com.qihoo360.antilostwatch.ts deleted file mode 100644 index c84392f6..00000000 --- a/src/apps/com.qihoo360.antilostwatch.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qihoo360.antilostwatch', - name: '360儿童卫士', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - quickFind: true, - actionMaximum: 1, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13538012', - 'https://i.gkd.li/import/13538800', - ], - }, - ], -}); diff --git a/src/apps/com.qingwatq.weather.ts b/src/apps/com.qingwatq.weather.ts index f7b59638..3c0280aa 100644 --- a/src/apps/com.qingwatq.weather.ts +++ b/src/apps/com.qingwatq.weather.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.qingwatq.weather', name: '呱呱天气', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13476349', - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.qiqi.hhvideo.ts b/src/apps/com.qiqi.hhvideo.ts deleted file mode 100644 index 47571db6..00000000 --- a/src/apps/com.qiqi.hhvideo.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qiqi.hhvideo', - name: '电影猎手', - groups: [ - { - key: 1, - name: '开屏广告', - actionMaximum: 1, - quickFind: true, - matchTime: 10000, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.qiqi.hhvideo:id/skipad"]', - exampleUrls: - 'https://m.gkd.li/48015717/236526b6-691f-4023-a3ac-64b4409ee759', - snapshotUrls: 'https://i.gkd.li/import/13633385', - }, - ], - }, - ], -}); diff --git a/src/apps/com.qiyi.video.lite.ts b/src/apps/com.qiyi.video.lite.ts deleted file mode 100644 index a5cbeaa9..00000000 --- a/src/apps/com.qiyi.video.lite.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qiyi.video.lite', - name: '爱奇艺极速版', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: '[text*="关闭"] <2 LinearLayout', - snapshotUrls: 'https://i.gkd.li/import/13797162', - }, - ], -}); diff --git a/src/apps/com.qiyi.video.ts b/src/apps/com.qiyi.video.ts index be20b3a1..b5c76491 100644 --- a/src/apps/com.qiyi.video.ts +++ b/src/apps/com.qiyi.video.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.qiyi.video', name: '爱奇艺', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@LinearLayout > [text="关闭"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13160866', - 'https://i.gkd.li/import/13379565', - ], - }, { key: 1, name: '青少年弹窗', diff --git a/src/apps/com.qooapp.qoohelper.ts b/src/apps/com.qooapp.qoohelper.ts deleted file mode 100644 index d80fb74d..00000000 --- a/src/apps/com.qooapp.qoohelper.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qooapp.qoohelper', - name: 'QooApp', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.qooapp.qoohelper.arch.welcome.WelcomeActivity', - rules: '[id="com.qooapp.qoohelper:id/skipTv"]', - snapshotUrls: 'https://i.gkd.li/import/12843901', - }, - ], -}); diff --git a/src/apps/com.qq.ac.android.ts b/src/apps/com.qq.ac.android.ts index d705a1d8..54403ad6 100644 --- a/src/apps/com.qq.ac.android.ts +++ b/src/apps/com.qq.ac.android.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.qq.ac.android', name: '腾讯动漫', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.qq.ac.android:id/text_ad_logo"] + [text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12707750', //com.qq.ac.android.splash.SplashActivity - 'https://i.gkd.li/import/13195632', //com.qq.ac.android.splash.SplashHotActivity - ], - }, { key: 1, name: '青少年模式弹窗', diff --git a/src/apps/com.qq.qcloud.ts b/src/apps/com.qq.qcloud.ts index b42b0c37..11d2fa33 100644 --- a/src/apps/com.qq.qcloud.ts +++ b/src/apps/com.qq.qcloud.ts @@ -7,7 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.qq.qcloud.activity.WeiyunRootActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { key: 0, diff --git a/src/apps/com.qq.reader.ts b/src/apps/com.qq.reader.ts index 24485fe4..96048979 100644 --- a/src/apps/com.qq.reader.ts +++ b/src/apps/com.qq.reader.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.qq.reader', name: 'QQ阅读', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.qq.reader.activity.SplashActivity', - rules: '[id="com.qq.reader:id/splash_container"] + [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12811930', - }, { key: 2, name: '青少年弹窗', diff --git a/src/apps/com.qunhe.designer.ts b/src/apps/com.qunhe.designer.ts deleted file mode 100644 index 7ff8a286..00000000 --- a/src/apps/com.qunhe.designer.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.qunhe.designer', - name: '酷家乐设计师', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13226570', - }, - ], - }, - ], -}); diff --git a/src/apps/com.quqi.quqioffice.ts b/src/apps/com.quqi.quqioffice.ts index b3c3561b..7c3a3754 100644 --- a/src/apps/com.quqi.quqioffice.ts +++ b/src/apps/com.quqi.quqioffice.ts @@ -4,21 +4,6 @@ export default defineAppConfig({ id: 'com.quqi.quqioffice', name: '曲奇云盘', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.quqi.quqioffice.pages.splashAd.SplashAdPage', - rules: [ - { - matches: 'TextView[text="4"||text="5"] - TextView[text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12854643', - }, - { - matches: 'View[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12854691', - }, - ], - }, { key: 1, name: '私人云-看图-弹窗广告', diff --git a/src/apps/com.rcgd.app.ts b/src/apps/com.rcgd.app.ts deleted file mode 100644 index 61f5a403..00000000 --- a/src/apps/com.rcgd.app.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.rcgd.app', - name: 'Roco攻略', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.rcgd.app:id/ad_dcloud_main_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13308491', - }, - ], -}); diff --git a/src/apps/com.redfinger.app.ts b/src/apps/com.redfinger.app.ts index dff28796..e42d4636 100644 --- a/src/apps/com.redfinger.app.ts +++ b/src/apps/com.redfinger.app.ts @@ -4,29 +4,6 @@ export default defineAppConfig({ id: 'com.redfinger.app', name: '红手指云手机', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13166289', - 'https://i.gkd.li/import/13188631', - 'https://i.gkd.li/import/13166298', - ], - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13188645', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.rednet.moment.ts b/src/apps/com.rednet.moment.ts deleted file mode 100644 index 0c0bc932..00000000 --- a/src/apps/com.rednet.moment.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.rednet.moment', - name: '时刻新闻', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.rednet.moment:id/skip_descr"]', - exampleUrls: - 'https://m.gkd.li/6328439/0fa0dae9-ef89-42ea-be0d-e810741744cc', - snapshotUrls: 'https://i.gkd.li/import/13348244', - }, - ], - }, - ], -}); diff --git a/src/apps/com.romielf.mrsc.ts b/src/apps/com.romielf.mrsc.ts index a9542b8e..ca2cf2fa 100644 --- a/src/apps/com.romielf.mrsc.ts +++ b/src/apps/com.romielf.mrsc.ts @@ -4,12 +4,6 @@ export default defineAppConfig({ id: 'com.romielf.mrsc', name: '每日赛车', groups: [ - { - name: '开屏广告', - key: 0, - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12667534', - }, { name: '新闻页面摇一摇广告', key: 1, diff --git a/src/apps/com.ruanmei.ithome.ts b/src/apps/com.ruanmei.ithome.ts index 8ad92762..fcb2035a 100644 --- a/src/apps/com.ruanmei.ithome.ts +++ b/src/apps/com.ruanmei.ithome.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.ruanmei.ithome', name: 'IT之家', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.ruanmei.ithome.ui.MainActivity', - rules: '[id="com.ruanmei.ithome:id/fl_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12720744', - }, { key: 1, name: '资讯页-信息流广告', diff --git a/src/apps/com.ruanmei.zuihuimai.ts b/src/apps/com.ruanmei.zuihuimai.ts deleted file mode 100644 index c489656c..00000000 --- a/src/apps/com.ruanmei.zuihuimai.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ruanmei.zuihuimai', - name: '最会买', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13269864', - }, - ], - }, - ], -}); diff --git a/src/apps/com.rym.door.ts b/src/apps/com.rym.door.ts deleted file mode 100644 index 1977d750..00000000 --- a/src/apps/com.rym.door.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.rym.door', - name: '日淘任意门', - groups: [ - { - key: 0, - name: '开屏广告', - - rules: - 'View[childCount=4] > [desc^="跳过("][desc.length<=6][clickable=true]', - snapshotUrls: 'https://i.gkd.li/import/12865344', - }, - ], -}); diff --git a/src/apps/com.rytong.hnair.ts b/src/apps/com.rytong.hnair.ts index 05a4c4b0..0b960748 100644 --- a/src/apps/com.rytong.hnair.ts +++ b/src/apps/com.rytong.hnair.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.rytong.hnair', name: '海南航空', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.rytong.hnair:id/btn_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13695495', - }, - ], - }, { key: 1, name: '首页-弹窗广告', diff --git a/src/apps/com.saicmotor.tocapp.ts b/src/apps/com.saicmotor.tocapp.ts deleted file mode 100644 index be88e1aa..00000000 --- a/src/apps/com.saicmotor.tocapp.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.saicmotor.tocapp', - name: '上汽荣威', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.saicmotor.common.activity.WelcomeActivity', - rules: '[id="com.saicmotor.tocapp:id/ll_down_time_layout"]', - snapshotUrls: 'https://i.gkd.li/import/12839899', - }, - ], -}); diff --git a/src/apps/com.samsung.android.voc.ts b/src/apps/com.samsung.android.voc.ts deleted file mode 100644 index bbea657e..00000000 --- a/src/apps/com.samsung.android.voc.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.samsung.android.voc', - name: '盖乐世社区', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.samsung.android.voc.app.initialize.datainitialize.InitializeActivity', - rules: '[id="com.samsung.android.voc:id/skip_ad_text_view"]', - snapshotUrls: 'https://i.gkd.li/import/12708061', - }, - ], -}); diff --git a/src/apps/com.sankuai.meituan.takeoutnew.ts b/src/apps/com.sankuai.meituan.takeoutnew.ts index 32760052..4977e4b8 100644 --- a/src/apps/com.sankuai.meituan.takeoutnew.ts +++ b/src/apps/com.sankuai.meituan.takeoutnew.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.sankuai.meituan.takeoutnew', name: '美团外卖', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text*=`跳过`]', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.sankuai.meituan.ts b/src/apps/com.sankuai.meituan.ts index 5068e090..ed2f4998 100644 --- a/src/apps/com.sankuai.meituan.ts +++ b/src/apps/com.sankuai.meituan.ts @@ -5,16 +5,6 @@ export default defineAppConfig({ name: '美团', deprecatedKeys: [5, 6], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: 'TextView[id="com.sankuai.meituan:id/close_btn"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12749811', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.sankuai.movie.ts b/src/apps/com.sankuai.movie.ts index 015f60d9..547f05ca 100644 --- a/src/apps/com.sankuai.movie.ts +++ b/src/apps/com.sankuai.movie.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.sankuai.movie', name: '猫眼', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12649967', // activityId: com.sankuai.movie.welcome.Welcome - 'https://i.gkd.li/import/12649911', // activityId: com.miui.home.launcher.Launcher - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.sdhs.easy.high.road.ts b/src/apps/com.sdhs.easy.high.road.ts index 2fe12cfe..f6386cef 100644 --- a/src/apps/com.sdhs.easy.high.road.ts +++ b/src/apps/com.sdhs.easy.high.road.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.sdhs.easy.high.road', name: 'e高速', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13670339', - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.sdjictec.qdmetro.ts b/src/apps/com.sdjictec.qdmetro.ts deleted file mode 100644 index 7db25ff5..00000000 --- a/src/apps/com.sdjictec.qdmetro.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sdjictec.qdmetro', - name: '青岛地铁', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13651327', - }, - ], -}); diff --git a/src/apps/com.sdo.sdaccountkey.ts b/src/apps/com.sdo.sdaccountkey.ts deleted file mode 100644 index e31ba6ed..00000000 --- a/src/apps/com.sdo.sdaccountkey.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sdo.sdaccountkey', - name: '叨鱼', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12934779', - }, - ], -}); diff --git a/src/apps/com.sdu.didi.psnger.ts b/src/apps/com.sdu.didi.psnger.ts index bc2c83e6..32f7a584 100644 --- a/src/apps/com.sdu.didi.psnger.ts +++ b/src/apps/com.sdu.didi.psnger.ts @@ -4,22 +4,6 @@ export default defineAppConfig({ id: 'com.sdu.didi.psnger', name: '滴滴', groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: [ - 'com.didi.sdk.app.launch.splash.SplashActivity', - 'com.didi.sdk.app.MainActivity', - ], - rules: [ - { - matches: '[id=`com.sdu.didi.psnger:id/skip_ad_ll`]', - snapshotUrls: 'https://i.gkd.li/import/12888394', - }, - ], - }, { key: 1, name: '打车页面广告', diff --git a/src/apps/com.sec.android.app.samsungapps.ts b/src/apps/com.sec.android.app.samsungapps.ts deleted file mode 100644 index 48fe401c..00000000 --- a/src/apps/com.sec.android.app.samsungapps.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sec.android.app.samsungapps', - name: '三星应用商店', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.sec.android.app.samsungapps:id/skip"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12674484', - 'https://i.gkd.li/import/13324391', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.seebaby.ts b/src/apps/com.seebaby.ts index f7b80470..76a0772a 100644 --- a/src/apps/com.seebaby.ts +++ b/src/apps/com.seebaby.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.seebaby', name: '掌通家园', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.seebaby.login.ui.activity.LauncherActivity'], - rules: '[text^="跳过"][text.length<10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12705347', // 有id - 'https://i.gkd.li/import/13421495', // 无id - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.service.android.gov.cn.ts b/src/apps/com.service.android.gov.cn.ts deleted file mode 100644 index 5d075faa..00000000 --- a/src/apps/com.service.android.gov.cn.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.service.android.gov.cn', - name: '国家政务服务平台', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13433821', - }, - ], -}); diff --git a/src/apps/com.sf.activity.ts b/src/apps/com.sf.activity.ts index b93f33f4..0c97f2a8 100644 --- a/src/apps/com.sf.activity.ts +++ b/src/apps/com.sf.activity.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.sf.activity', name: '顺丰速运', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.sf.activity.MainActivity', - - quickFind: true, - rules: '[id="AdViewSkipBtn"] >(2) TextView[text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12642434', - 'https://i.gkd.li/import/12901349', // com.bbk.launcher2.Launcher - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.sfacg.ts b/src/apps/com.sfacg.ts deleted file mode 100644 index cbd041d3..00000000 --- a/src/apps/com.sfacg.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sfacg', - name: '菠萝包轻小说', - groups: [ - { - key: 0, - name: '开屏广告', - actionMaximum: 1, - matchTime: 15000, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[id="com.sfacg:id/tv_jump"]', - snapshotUrls: 'https://i.gkd.li/import/13185579', - }, - { - matches: '[id$="tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13644814', - }, - ], - }, - ], -}); diff --git a/src/apps/com.sgcc.evs.echarge.ts b/src/apps/com.sgcc.evs.echarge.ts deleted file mode 100644 index a8d23839..00000000 --- a/src/apps/com.sgcc.evs.echarge.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sgcc.evs.echarge', - name: 'e充电', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.sgcc.evs.echarge:id/tv_countdown"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13213926', - }, - ], -}); diff --git a/src/apps/com.sgcc.wsgw.cn.ts b/src/apps/com.sgcc.wsgw.cn.ts index 05847f10..1152b195 100644 --- a/src/apps/com.sgcc.wsgw.cn.ts +++ b/src/apps/com.sgcc.wsgw.cn.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.sgcc.wsgw.cn', name: '网上国网', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text^="跳过"][text.length<10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13247957', - 'https://i.gkd.li/import/13242169', - ], - }, { key: 1, name: '首页弹窗广告', diff --git a/src/apps/com.sh.tlzgh.ts b/src/apps/com.sh.tlzgh.ts deleted file mode 100644 index 609b2822..00000000 --- a/src/apps/com.sh.tlzgh.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sh.tlzgh', - name: '上铁职工家园', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13324569', - }, - ], -}); diff --git a/src/apps/com.shangfang.gylm.ts b/src/apps/com.shangfang.gylm.ts index 98d0e69e..9022e651 100644 --- a/src/apps/com.shangfang.gylm.ts +++ b/src/apps/com.shangfang.gylm.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.shangfang.gylm', name: '高佣联盟', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '@[clickable=true] > [text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13643613', - }, { key: 2, name: '版本更新', diff --git a/src/apps/com.shanghaigm.android.mycadillac.ts b/src/apps/com.shanghaigm.android.mycadillac.ts deleted file mode 100644 index 84ce2862..00000000 --- a/src/apps/com.shanghaigm.android.mycadillac.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shanghaigm.android.mycadillac', - name: 'MyCadillac', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.shanghaigm.android.mycadillac.account.ui.LoginAnimationActivity', - rules: - '[id="com.shanghaigm.android.mycadillac:id/tv_close"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12918198', - }, - ], -}); diff --git a/src/apps/com.shanghaionstar.ts b/src/apps/com.shanghaionstar.ts index 9a06c3a2..98a5204b 100644 --- a/src/apps/com.shanghaionstar.ts +++ b/src/apps/com.shanghaionstar.ts @@ -7,8 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - - activityIds: 'com.shanghaionstar.home.LoadingActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: '[id="com.shanghaionstar:id/jump_view"]', snapshotUrls: 'https://i.gkd.li/import/13071523', }, diff --git a/src/apps/com.shaoniandream.ts b/src/apps/com.shaoniandream.ts deleted file mode 100644 index f69c4f01..00000000 --- a/src/apps/com.shaoniandream.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shaoniandream', - name: '少年梦阅读', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'View[id="com.shaoniandream:id/countdown"][clickable=true]', - snapshotUrls: 'https://i.gkd.li/import/13236791', - }, - ], -}); diff --git a/src/apps/com.shark.jizhang.ts b/src/apps/com.shark.jizhang.ts index fdaf6ef3..f2260b13 100644 --- a/src/apps/com.shark.jizhang.ts +++ b/src/apps/com.shark.jizhang.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.shark.jizhang', name: '鲨鱼记账', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/13192242'], - }, - ], - }, { key: 0, name: '新用户特惠广告', diff --git a/src/apps/com.shct.yi.ts b/src/apps/com.shct.yi.ts deleted file mode 100644 index 3f5b82c7..00000000 --- a/src/apps/com.shct.yi.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shct.yi', - name: '电信云宽带', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13398986', - }, - ], -}); diff --git a/src/apps/com.shineyue.sjgjj.ts b/src/apps/com.shineyue.sjgjj.ts deleted file mode 100644 index e43a5944..00000000 --- a/src/apps/com.shineyue.sjgjj.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shineyue.sjgjj', - name: '手机公积金', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13239179', - }, - ], -}); diff --git a/src/apps/com.shinyv.cnr.ts b/src/apps/com.shinyv.cnr.ts index b36409be..16286d48 100644 --- a/src/apps/com.shinyv.cnr.ts +++ b/src/apps/com.shinyv.cnr.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.shinyv.cnr', name: '云听', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.shinyv.cnr.StartActivity', - rules: '[id="com.shinyv.cnr:id/delet"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12817925', - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.shixiseng.activity.ts b/src/apps/com.shixiseng.activity.ts deleted file mode 100644 index 1415ffaf..00000000 --- a/src/apps/com.shixiseng.activity.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shixiseng.activity', - name: '实习僧', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13399174', - }, - ], -}); diff --git a/src/apps/com.shizhuang.duapp.ts b/src/apps/com.shizhuang.duapp.ts index 8f1493ac..c1d37e09 100644 --- a/src/apps/com.shizhuang.duapp.ts +++ b/src/apps/com.shizhuang.duapp.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.shizhuang.duapp', name: '得物', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12841026', - }, { enable: false, key: 4, diff --git a/src/apps/com.shougang.shiftassistant.ts b/src/apps/com.shougang.shiftassistant.ts deleted file mode 100644 index 8c5a3db0..00000000 --- a/src/apps/com.shougang.shiftassistant.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shougang.shiftassistant', - name: '倒班助手', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.shougang.shiftassistant.ui.activity.SplashActivity'], - rules: [ - { - matches: - '@[text^="跳过"][clickable=true] - FrameLayout >(2) [id="com.byted.pangle:id/tt_splash_ad_logo"]', - snapshotUrls: ['https://i.gkd.li/import/12683266'], - }, - { - matches: '@[text^="跳过"] - FrameLayout >(n) [text="广告"]', - snapshotUrls: ['https://i.gkd.li/import/12683289'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.showstartfans.activity.ts b/src/apps/com.showstartfans.activity.ts index c6ad37e8..c90185e0 100644 --- a/src/apps/com.showstartfans.activity.ts +++ b/src/apps/com.showstartfans.activity.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.showstartfans.activity', name: '秀动', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12894279', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.shuashuati.app.ts b/src/apps/com.shuashuati.app.ts deleted file mode 100644 index 840d12af..00000000 --- a/src/apps/com.shuashuati.app.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shuashuati.app', - name: '刷刷题', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13228656', - }, - ], -}); diff --git a/src/apps/com.shunwang.weihuyun.ts b/src/apps/com.shunwang.weihuyun.ts deleted file mode 100644 index 4813ca11..00000000 --- a/src/apps/com.shunwang.weihuyun.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.shunwang.weihuyun', - name: '维护云', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.shunwang.maintaincloud.welcome.SplashActivity'], - rules: [ - { - matches: '[id="com.shunwang.weihuyun:id/tv_jump"]', - snapshotUrls: ['https://i.gkd.li/import/12903874'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.shuqi.controller.ts b/src/apps/com.shuqi.controller.ts index e59deeff..92bfdac4 100644 --- a/src/apps/com.shuqi.controller.ts +++ b/src/apps/com.shuqi.controller.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.shuqi.controller', name: '书旗小说', groups: [ - { - key: -1, - name: '开屏广告', - activityIds: 'com.shuqi.home.MainActivity', - rules: '[id="com.shuqi.controller:id/splash_container"] [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12854869', - }, { key: 0, name: '内部右侧浮动广告', diff --git a/src/apps/com.simplesecurity.english.ts b/src/apps/com.simplesecurity.english.ts deleted file mode 100644 index cd1f813b..00000000 --- a/src/apps/com.simplesecurity.english.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.simplesecurity.english', - name: '水果派', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - matchDelay: 3000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.simplesecurity.english:id/splash_ad_countdown"]', - snapshotUrls: 'https://i.gkd.li/import/13447714', // matchDelay: 3000, 反馈3s后才能关闭 - }, - ], -}); diff --git a/src/apps/com.sina.oasis.ts b/src/apps/com.sina.oasis.ts index 05a798bb..03017f3d 100644 --- a/src/apps/com.sina.oasis.ts +++ b/src/apps/com.sina.oasis.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.sina.oasis', name: '绿洲', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13434430', - }, - ], - }, { key: 1, name: '首页-推荐广告', diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index b33fbe92..1dadb210 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -5,19 +5,6 @@ export default defineAppConfig({ name: '微博', deprecatedKeys: [12], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12782355', - 'https://i.gkd.li/import/13194049', - ], - }, { key: 3, name: '兴趣领域推荐', diff --git a/src/apps/com.sina.weibolite.ts b/src/apps/com.sina.weibolite.ts index 20c0731c..f504bb76 100644 --- a/src/apps/com.sina.weibolite.ts +++ b/src/apps/com.sina.weibolite.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.sina.weibolite', name: '微博极速版', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12738090', - 'https://i.gkd.li/import/13626884', - ], - }, { key: 1, name: '信息流广告', diff --git a/src/apps/com.sinovatech.unicom.ui.ts b/src/apps/com.sinovatech.unicom.ui.ts index 51b8f452..6e3fd251 100644 --- a/src/apps/com.sinovatech.unicom.ui.ts +++ b/src/apps/com.sinovatech.unicom.ui.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.sinovatech.unicom.ui', name: '中国联通', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.sinovatech.unicom.ui:id/welcome_advertise_close"]', - snapshotUrls: 'https://i.gkd.li/import/12535185', - }, { key: 1, name: '权限申请', diff --git a/src/apps/com.sinyee.babybus.recommendapp.ts b/src/apps/com.sinyee.babybus.recommendapp.ts deleted file mode 100644 index c20ab043..00000000 --- a/src/apps/com.sinyee.babybus.recommendapp.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sinyee.babybus.recommendapp', - name: '宝宝巴士', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.sinyee.babybus.recommendapp.SplashActivity', - rules: - '[id="com.sinyee.babybus.recommendapp:id/splash_fl_ad_container"] >n [text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740356', - }, - ], -}); diff --git a/src/apps/com.sjm.zhuanzhuan.mcy.ts b/src/apps/com.sjm.zhuanzhuan.mcy.ts index 1c642840..e8ec8748 100644 --- a/src/apps/com.sjm.zhuanzhuan.mcy.ts +++ b/src/apps/com.sjm.zhuanzhuan.mcy.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.sjm.zhuanzhuan.mcy', name: '喵次元', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13391977', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.skyplatanus.crucio.ts b/src/apps/com.skyplatanus.crucio.ts deleted file mode 100644 index f1d867a4..00000000 --- a/src/apps/com.skyplatanus.crucio.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.skyplatanus.crucio', - name: '快点阅读', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13423012', - }, - ], -}); diff --git a/src/apps/com.skyworthdigital.picamera.ts b/src/apps/com.skyworthdigital.picamera.ts deleted file mode 100644 index ee419a88..00000000 --- a/src/apps/com.skyworthdigital.picamera.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.skyworthdigital.picamera', - name: '创维智慧云', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13497656', - }, - ], -}); diff --git a/src/apps/com.smarlife.qingtong.ts b/src/apps/com.smarlife.qingtong.ts deleted file mode 100644 index 18c8ce84..00000000 --- a/src/apps/com.smarlife.qingtong.ts +++ /dev/null @@ -1,28 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.smarlife.qingtong', - name: '清瞳', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13636044', - }, - { - actionMaximumKey: 0, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13626063', - }, - ], - }, - ], -}); diff --git a/src/apps/com.smarlife.xiaozhi.ts b/src/apps/com.smarlife.xiaozhi.ts deleted file mode 100644 index fecee14f..00000000 --- a/src/apps/com.smarlife.xiaozhi.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.smarlife.xiaozhi', - name: '小值智能', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13392243', - }, - ], -}); diff --git a/src/apps/com.smile.gifmaker.ts b/src/apps/com.smile.gifmaker.ts index bd68acb6..515e9d11 100644 --- a/src/apps/com.smile.gifmaker.ts +++ b/src/apps/com.smile.gifmaker.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.smile.gifmaker', name: '快手', groups: [ - { - key: -1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.smile.gifmaker:id/splash_skip_text"]', - snapshotUrls: 'https://i.gkd.li/import/12708602', - }, { key: 0, name: '青少年模式弹窗', diff --git a/src/apps/com.smzdm.client.android.ts b/src/apps/com.smzdm.client.android.ts index 5b8801f1..fd1c47f2 100644 --- a/src/apps/com.smzdm.client.android.ts +++ b/src/apps/com.smzdm.client.android.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.smzdm.client.android', name: '什么值得买', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.smzdm.client.android:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12535072', - }, { key: 1, quickFind: true, diff --git a/src/apps/com.snda.wifilocating.ts b/src/apps/com.snda.wifilocating.ts index eee17f08..b7d2dec8 100644 --- a/src/apps/com.snda.wifilocating.ts +++ b/src/apps/com.snda.wifilocating.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.snda.wifilocating', name: 'WiFi万能钥匙', groups: [ - { - key: -1, - name: '开屏广告', - activityIds: 'com.lantern.launcher.ui.MainActivity', - snapshotUrls: 'https://i.gkd.li/import/12472605', - rules: [ - 'TextView[text="广告"] -3 RelativeLayout > TextView[text*="跳过"]', - ], - }, { key: 0, name: '内部广告', diff --git a/src/apps/com.sodalife.sodax.ts b/src/apps/com.sodalife.sodax.ts index 9adc722e..1c096359 100644 --- a/src/apps/com.sodalife.sodax.ts +++ b/src/apps/com.sodalife.sodax.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.sodalife.sodax', name: '苏打校园', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13400628', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.soft.blued.ts b/src/apps/com.soft.blued.ts index 366c6c6c..c702e43f 100644 --- a/src/apps/com.soft.blued.ts +++ b/src/apps/com.soft.blued.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'com.soft.blued', name: 'Blued', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - name: '字节广告SDK', - matches: '[id$="tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13699446', - }, - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12777070', - }, - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.sohu.inputmethod.sogou.ts b/src/apps/com.sohu.inputmethod.sogou.ts deleted file mode 100644 index 3764a269..00000000 --- a/src/apps/com.sohu.inputmethod.sogou.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sohu.inputmethod.sogou', - name: '搜狗输入法', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@LinearLayout > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13379281', - }, - ], -}); diff --git a/src/apps/com.sohu.sohuvideo.ts b/src/apps/com.sohu.sohuvideo.ts index 23e7df68..f3d8cfeb 100644 --- a/src/apps/com.sohu.sohuvideo.ts +++ b/src/apps/com.sohu.sohuvideo.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.sohu.sohuvideo', name: '搜狐视频', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13435484', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.spdbccc.app.ts b/src/apps/com.spdbccc.app.ts deleted file mode 100644 index 28a19ff7..00000000 --- a/src/apps/com.spdbccc.app.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.spdbccc.app', - name: '浦大喜奔', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.spdbccc.app.sp.splash.activity.SplashActivity', - rules: '[id="com.spdbccc.app:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12740270', - }, - ], -}); diff --git a/src/apps/com.sqlitecd.meaning.ts b/src/apps/com.sqlitecd.meaning.ts deleted file mode 100644 index f92e8606..00000000 --- a/src/apps/com.sqlitecd.meaning.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.sqlitecd.meaning', - name: '萤光阅读', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text="跳过广告"]', - snapshotUrls: 'https://i.gkd.li/import/13626762', - }, - ], - }, - ], -}); diff --git a/src/apps/com.srcb.pmbank.ts b/src/apps/com.srcb.pmbank.ts deleted file mode 100644 index 327ca810..00000000 --- a/src/apps/com.srcb.pmbank.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.srcb.pmbank', - name: '上海农商银行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.yitong.mobile.biz.launcher.app.SplashActivity', - rules: '[id="com.srcb.pmbank:id/chronometer"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740293', - }, - ], -}); diff --git a/src/apps/com.ss.android.article.lite.ts b/src/apps/com.ss.android.article.lite.ts index 94b84a36..c26e3039 100644 --- a/src/apps/com.ss.android.article.lite.ts +++ b/src/apps/com.ss.android.article.lite.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.ss.android.article.lite', name: '头条搜索极速版', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - - activityIds: 'com.ss.android.article.lite.activity.SplashActivity', - rules: '@FrameLayout[desc= "跳过广告"] > TextView[text="跳过广告"]', - snapshotUrls: 'https://i.gkd.li/import/13111705', - }, { enable: false, key: 10, diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index c4a3634c..4589248b 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -4,26 +4,6 @@ export default defineAppConfig({ id: 'com.ss.android.article.news', name: '今日头条', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12684954', - 'https://i.gkd.li/import/12754759', - 'https://i.gkd.li/import/12840189', - 'https://i.gkd.li/import/13174224', - 'https://i.gkd.li/import/13402688', - ], - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.ss.android.auto.ts b/src/apps/com.ss.android.auto.ts index 6d9ca1e3..7ac37f0c 100644 --- a/src/apps/com.ss.android.auto.ts +++ b/src/apps/com.ss.android.auto.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.ss.android.auto', name: '懂车帝', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '@FrameLayout[clickable=true] > [text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12605327', - }, { enable: false, key: 1, diff --git a/src/apps/com.ss.android.homed.ts b/src/apps/com.ss.android.homed.ts deleted file mode 100644 index 62816b81..00000000 --- a/src/apps/com.ss.android.homed.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ss.android.homed', - name: '住小帮', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.ss.android.homed.SplashActivity', - rules: '[text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/13574557'], - }, - ], -}); diff --git a/src/apps/com.ss.android.lark.ts b/src/apps/com.ss.android.lark.ts index c011d466..27814568 100644 --- a/src/apps/com.ss.android.lark.ts +++ b/src/apps/com.ss.android.lark.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.ss.android.lark', name: '飞书', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.ss.android.lark.main.app.MainActivity', - rules: '[id="com.ss.android.lark:id/splash_skip_btn_layout"]', - snapshotUrls: 'https://i.gkd.li/import/12870733', - }, { enable: false, key: 1, diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 1e9b5fe3..2cd5772f 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -4,26 +4,6 @@ export default defineAppConfig({ id: 'com.ss.android.ugc.aweme', name: '抖音', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13460370', - }, - { - actionMaximumKey: 0, - matches: '[desc="跳过广告"]', - snapshotUrls: 'https://i.gkd.li/import/13216121', - }, - ], - }, { key: 0, name: '关闭青少年弹窗', diff --git a/src/apps/com.svm.hbyy.ts b/src/apps/com.svm.hbyy.ts index 4f3480f9..6f24b763 100644 --- a/src/apps/com.svm.hbyy.ts +++ b/src/apps/com.svm.hbyy.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.svm.hbyy', name: '比翼多开', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13185376', - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.svw.sc.mos.ts b/src/apps/com.svw.sc.mos.ts deleted file mode 100644 index 57553f62..00000000 --- a/src/apps/com.svw.sc.mos.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.svw.sc.mos', - name: '上汽大众', - groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击"跳过广告"', - - quickFind: false, - activityIds: 'com.svw.sc.mos.views.SplashActivity', - rules: [ - { - matches: '[id="com.svw.sc.mos:id/launch_jump"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12912850', - }, - ], - }, - ], -}); diff --git a/src/apps/com.tadu.read.ts b/src/apps/com.tadu.read.ts deleted file mode 100644 index 31820cdd..00000000 --- a/src/apps/com.tadu.read.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tadu.read', - name: '塔读小说免费版', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13363404', - }, - ], -}); diff --git a/src/apps/com.taobao.etao.ts b/src/apps/com.taobao.etao.ts index 92d4b313..bb408c9b 100644 --- a/src/apps/com.taobao.etao.ts +++ b/src/apps/com.taobao.etao.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.taobao.etao', name: '一淘', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12727451', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.taobao.idlefish.ts b/src/apps/com.taobao.idlefish.ts index 91c38f0e..b323f6a7 100644 --- a/src/apps/com.taobao.idlefish.ts +++ b/src/apps/com.taobao.idlefish.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.taobao.idlefish', name: '闲鱼', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.taobao.idlefish:id/advert_close"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12668670', - 'https://i.gkd.li/import/13049015', - ], - }, { key: 1, name: '请求开启通知权限弹窗', diff --git a/src/apps/com.taobao.live.ts b/src/apps/com.taobao.live.ts deleted file mode 100644 index e12f19a2..00000000 --- a/src/apps/com.taobao.live.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.taobao.live', - name: '点淘', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.taobao.live:id/splash_jump_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13206942', - }, - ], -}); diff --git a/src/apps/com.taobao.movie.android.ts b/src/apps/com.taobao.movie.android.ts deleted file mode 100644 index b41927d7..00000000 --- a/src/apps/com.taobao.movie.android.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.taobao.movie.android', - name: '淘票票', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13433880', - }, - ], -}); diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 0d22d2ef..4bdae441 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -11,7 +11,6 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - activityIds: 'com.taobao.bootimage.activity.BootImageActivity', rules: '[id="com.taobao.taobao:id/close"]', }, { diff --git a/src/apps/com.taobao.trip.ts b/src/apps/com.taobao.trip.ts deleted file mode 100644 index d133c4ea..00000000 --- a/src/apps/com.taobao.trip.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.taobao.trip', - name: '飞猪', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.taobao.trip.splash.ui.ImageSplashActivity'], - rules: [ - { - matches: '[id="com.taobao.trip:id/splash_biz_skip_ad"]', - snapshotUrls: 'https://i.gkd.li/import/13065579', - }, - ], - }, - ], -}); diff --git a/src/apps/com.taou.maimai.ts b/src/apps/com.taou.maimai.ts deleted file mode 100644 index 1d557c74..00000000 --- a/src/apps/com.taou.maimai.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.taou.maimai', - name: '脉脉', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.taou.maimai.MainActivity', - rules: [ - { - matches: '[id="com.taou.maimai:id/skipBtnNormal"]', - snapshotUrls: 'https://i.gkd.li/import/12840698', - }, - ], - }, - ], -}); diff --git a/src/apps/com.tbc.android.defaults.ts b/src/apps/com.tbc.android.defaults.ts deleted file mode 100644 index 5a9a6172..00000000 --- a/src/apps/com.tbc.android.defaults.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tbc.android.defaults', - name: '云端学习', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.tbc.android.defaults.MainActivity'], - rules: [ - { - matches: '[id="com.tbc.android.defaults:id/tvLoginAdSkip"]', - snapshotUrls: ['https://i.gkd.li/import/12685253'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.tdx.AndroidNew.ts b/src/apps/com.tdx.AndroidNew.ts deleted file mode 100644 index 04f0a499..00000000 --- a/src/apps/com.tdx.AndroidNew.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tdx.AndroidNew', - name: '通达信', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.tdx.Android.TdxAndroidActivity', - rules: '[id=null][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12774846', - }, - ], -}); diff --git a/src/apps/com.tencent.androidqqmail.ts b/src/apps/com.tencent.androidqqmail.ts index 70eb69a4..c4256651 100644 --- a/src/apps/com.tencent.androidqqmail.ts +++ b/src/apps/com.tencent.androidqqmail.ts @@ -7,7 +7,9 @@ export default defineAppConfig({ { key: -1, name: '开屏广告', - activityIds: 'com.tencent.qqmail.launcher.desktop.LauncherActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: 'RelativeLayout > ImageView[id!=null] + ImageView[id!=null]', snapshotUrls: 'https://i.gkd.li/import/12775855', }, diff --git a/src/apps/com.tencent.cmocmna.ts b/src/apps/com.tencent.cmocmna.ts index 1bf56f22..b22aaa6b 100644 --- a/src/apps/com.tencent.cmocmna.ts +++ b/src/apps/com.tencent.cmocmna.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.tencent.cmocmna', name: '腾讯手游加速器', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12847303', - 'https://i.gkd.li/import/13539641', - ], - }, { key: 1, name: '悬浮广告', diff --git a/src/apps/com.tencent.djcity.ts b/src/apps/com.tencent.djcity.ts deleted file mode 100644 index c0e22cff..00000000 --- a/src/apps/com.tencent.djcity.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.djcity', - name: '掌上道聚城', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.tencent.djcity.activities.homepage.PortalActivity', - rules: '[id=`com.tencent.djcity:id/ad_view_ll_skip`]', - }, - ], -}); diff --git a/src/apps/com.tencent.gamereva.ts b/src/apps/com.tencent.gamereva.ts deleted file mode 100644 index a4402a36..00000000 --- a/src/apps/com.tencent.gamereva.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.gamereva', - name: '腾讯先锋', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[id="com.tencent.gamereva:id/id_tv_time2go"][text*="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13536599', - }, - ], -}); diff --git a/src/apps/com.tencent.karaoke.ts b/src/apps/com.tencent.karaoke.ts index 42b88451..7e905b29 100644 --- a/src/apps/com.tencent.karaoke.ts +++ b/src/apps/com.tencent.karaoke.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.tencent.karaoke', name: '全民K歌', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13302490', - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.tencent.map.ts b/src/apps/com.tencent.map.ts deleted file mode 100644 index 65220743..00000000 --- a/src/apps/com.tencent.map.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.map', - name: '腾讯地图', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13400128', - }, - ], -}); diff --git a/src/apps/com.tencent.news.ts b/src/apps/com.tencent.news.ts index eddfd98d..78443009 100644 --- a/src/apps/com.tencent.news.ts +++ b/src/apps/com.tencent.news.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.tencent.news', name: '腾讯新闻', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.tencent.news.activity.SplashActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: '@[text="跳过"] - LinearLayout > [text*="广告"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12755818', - 'https://i.gkd.li/import/12755896', - 'https://i.gkd.li/import/12755901', // activityId: 'com.miui.home.launcher.Launcher' - ], - }, { key: 1, name: '信息流广告', diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index 62a4ddb6..674eae71 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -5,26 +5,6 @@ export default defineAppConfig({ name: '腾讯视频', deprecatedKeys: [5, 19], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - action: 'clickCenter', //反馈测试clickNode点击无效 - matches: 'TextView[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12700227', - 'https://i.gkd.li/import/12700122', - 'https://i.gkd.li/import/12700541', - 'https://i.gkd.li/import/12910953', - ], - }, - ], - }, { key: 1, name: '青少年模式弹窗', diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 74069988..ff5136c3 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -4,32 +4,6 @@ export default defineAppConfig({ id: 'com.tencent.qqmusic', name: 'QQ音乐', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: 'TextView[text=`跳过`][clickable=true]', - snapshotUrls: [ - 'https://i.gkd.li/import/12673960', // text="互动广告" - 'https://i.gkd.li/import/12674023', // text="互动广告 | " - 'https://i.gkd.li/import/12673998', // text="广告" - 'https://i.gkd.li/import/12674074', // text="运营推广" - ], - }, - { - key: 1, - quickFind: false, - matches: '@ViewGroup > ViewGroup[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13628165', - }, - ], - }, { key: 1, name: '广告卡片', diff --git a/src/apps/com.tencent.qqpimsecure.ts b/src/apps/com.tencent.qqpimsecure.ts deleted file mode 100644 index 183fc0cf..00000000 --- a/src/apps/com.tencent.qqpimsecure.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.qqpimsecure', - name: '腾讯手机管家', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13427258', - }, - ], -}); diff --git a/src/apps/com.tencent.qqsports.ts b/src/apps/com.tencent.qqsports.ts deleted file mode 100644 index beb7996d..00000000 --- a/src/apps/com.tencent.qqsports.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.qqsports', - name: '腾讯体育', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12845494', - }, - ], -}); diff --git a/src/apps/com.tencent.qt.qtl.ts b/src/apps/com.tencent.qt.qtl.ts index 1cd5be26..67922499 100644 --- a/src/apps/com.tencent.qt.qtl.ts +++ b/src/apps/com.tencent.qt.qtl.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.tencent.qt.qtl', name: '掌上英雄联盟', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12793273', - 'https://i.gkd.li/import/12893534', - 'https://i.gkd.li/import/13413724', - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.tencent.qt.sns.ts b/src/apps/com.tencent.qt.sns.ts index 01cafc7b..fd951adb 100644 --- a/src/apps/com.tencent.qt.sns.ts +++ b/src/apps/com.tencent.qt.sns.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.tencent.qt.sns', name: '掌上穿越火线', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id=`com.tencent.qt.sns:id/tv_timer`][text$=`跳过`]', - }, { key: 1, name: '首页活动弹窗', diff --git a/src/apps/com.tencent.southpole.appstore.ts b/src/apps/com.tencent.southpole.appstore.ts deleted file mode 100644 index 2ceb74ad..00000000 --- a/src/apps/com.tencent.southpole.appstore.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.southpole.appstore', - name: '华硕应用市场', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13643179', - }, - ], -}); diff --git a/src/apps/com.tencent.tgclub.ts b/src/apps/com.tencent.tgclub.ts deleted file mode 100644 index 9a499453..00000000 --- a/src/apps/com.tencent.tgclub.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.tgclub', - name: '心悦俱乐部', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - - activityIds: 'com.tencent.tgclub.business.appframe.WelcomeActivity', - rules: '[id="com.tencent.tgclub:id/jump_time"][text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13163289', - }, - ], -}); diff --git a/src/apps/com.tencent.tv.qie.ts b/src/apps/com.tencent.tv.qie.ts deleted file mode 100644 index 1ea1527b..00000000 --- a/src/apps/com.tencent.tv.qie.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.tv.qie', - name: '企鹅体育', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13330859', - 'https://i.gkd.li/import/13330861', - ], - }, - ], -}); diff --git a/src/apps/com.tencent.wemeet.app.ts b/src/apps/com.tencent.wemeet.app.ts deleted file mode 100644 index 237a51e3..00000000 --- a/src/apps/com.tencent.wemeet.app.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.wemeet.app', - name: '腾讯会议', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13752865', - }, - ], - }, - ], -}); diff --git a/src/apps/com.tencent.zebra.ts b/src/apps/com.tencent.zebra.ts deleted file mode 100644 index 2ca4822f..00000000 --- a/src/apps/com.tencent.zebra.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tencent.zebra', - name: '水印相机', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.android.camera.splash.SplashActivity', - - quickFind: true, - rules: '[id="com.tencent.zebra:id/splash_container"] + [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12893521', - }, - ], -}); diff --git a/src/apps/com.terminus.tmall.ts b/src/apps/com.terminus.tmall.ts deleted file mode 100644 index 4082cd4d..00000000 --- a/src/apps/com.terminus.tmall.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.terminus.tmall', - name: '金币云商', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: [ - { - matches: '[text^="跳过"][text.length<=5]', - snapshotUrls: 'https://i.gkd.li/import/13199252', - }, - ], - }, - ], -}); diff --git a/src/apps/com.thestore.main.ts b/src/apps/com.thestore.main.ts index 40b179da..04561e56 100644 --- a/src/apps/com.thestore.main.ts +++ b/src/apps/com.thestore.main.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.thestore.main', name: '1号会员店', groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: 'com.thestore.main.LoadingActivity', - rules: [ - { - matches: '[id="com.thestore.main:id/ll_skip"] > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13163668', - }, - ], - }, { key: 1, enable: false, diff --git a/src/apps/com.tikbee.customer.ts b/src/apps/com.tikbee.customer.ts deleted file mode 100644 index b36b238c..00000000 --- a/src/apps/com.tikbee.customer.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tikbee.customer', - name: '閃蜂', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.tikbee.customer:id/skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13350836', - }, - ], -}); diff --git a/src/apps/com.tima.carnet.m.main.ts b/src/apps/com.tima.carnet.m.main.ts index edf6f49f..4dd44216 100644 --- a/src/apps/com.tima.carnet.m.main.ts +++ b/src/apps/com.tima.carnet.m.main.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.tima.carnet.m.main', name: '钛马星', groups: [ - { - key: 1, - name: '开屏广告', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12594568', - 'https://i.gkd.li/import/12594574', - ], - }, - ], - }, { key: 2, name: '每日弹窗广告', diff --git a/src/apps/com.tipsoon.android.ts b/src/apps/com.tipsoon.android.ts index dd15e2e3..20ab1ab9 100644 --- a/src/apps/com.tipsoon.android.ts +++ b/src/apps/com.tipsoon.android.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.tipsoon.android', name: '简讯', groups: [ - { - key: -1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13498741', - }, { key: 0, name: '弹窗广告', diff --git a/src/apps/com.tiqiaa.icontrol.ts b/src/apps/com.tiqiaa.icontrol.ts deleted file mode 100644 index 8ddf6a76..00000000 --- a/src/apps/com.tiqiaa.icontrol.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tiqiaa.icontrol', - name: '遥控精灵', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.tiqiaa.icontrol.WelcomeActivity', - rules: [ - { - matches: '@[id=null][text^="跳过"] < LinearLayout +(n) ImageView', - snapshotUrls: [ - 'https://i.gkd.li/import/12642183', - 'https://i.gkd.li/import/12642185', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.tmall.wireless.ts b/src/apps/com.tmall.wireless.ts index a68b9249..0734814a 100644 --- a/src/apps/com.tmall.wireless.ts +++ b/src/apps/com.tmall.wireless.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.tmall.wireless', name: '手机天猫', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.tmall.wireless:id/splash_ad_txt_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13162604', - }, { key: 1, name: '版本更新', diff --git a/src/apps/com.tmri.app.main.ts b/src/apps/com.tmri.app.main.ts index e45f4408..4ee3ca8f 100644 --- a/src/apps/com.tmri.app.main.ts +++ b/src/apps/com.tmri.app.main.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.tmri.app.main', name: '交管12123', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.tmri.app.ui.activity.main.TmriNewActivity', - rules: '[id="com.tmri.app.main:id/tv_timer"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12767813', - }, { key: 1, name: '消息通知', @@ -23,7 +16,7 @@ export default defineAppConfig({ 'com.tmri.app.ui.activity.main.MainTabHostNewActivity', 'com.tmri.app.ui.activity.main.TmriNewActivity', ], - matches: 'ImageButton[id=\'com.tmri.app.main:id/btn_cancel\']', + matches: 'ImageButton[id="com.tmri.app.main:id/btn_cancel"]', snapshotUrls: [ 'https://i.gkd.li/import/13315944', //com.tmri.app.ui.activity.main.MainTabHostNewActivity 'https://i.gkd.li/import/13779215', //com.tmri.app.ui.activity.main.TmriNewActivity diff --git a/src/apps/com.topgether.sixfoot.ts b/src/apps/com.topgether.sixfoot.ts deleted file mode 100644 index e667cd51..00000000 --- a/src/apps/com.topgether.sixfoot.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.topgether.sixfoot', - name: '六只脚', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.topgether.sixfootPro.biz.splash.SplashActivity', - - quickFind: true, - rules: '[id="com.topgether.sixfoot:id/mAdsContainer"] >n [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12882503', - }, - ], -}); diff --git a/src/apps/com.tt.turbo.ts b/src/apps/com.tt.turbo.ts deleted file mode 100644 index 88087578..00000000 --- a/src/apps/com.tt.turbo.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tt.turbo', - name: '甜糖', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: 'View[desc^="跳过"][desc.length<=4]', - snapshotUrls: 'https://i.gkd.li/import/13200355', - }, - ], -}); diff --git a/src/apps/com.tutu.zhianxing.ts b/src/apps/com.tutu.zhianxing.ts deleted file mode 100644 index 9b6b2cdc..00000000 --- a/src/apps/com.tutu.zhianxing.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tutu.zhianxing', - name: '智安星', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.xlxapp.MainActivity'], - rules: '[id="com.tutu.zhianxing:id/skip_title"]', - snapshotUrls: 'https://i.gkd.li/import/12847474', - }, - ], -}); diff --git a/src/apps/com.tvbc.maiduidui.ts b/src/apps/com.tvbc.maiduidui.ts deleted file mode 100644 index f3210858..00000000 --- a/src/apps/com.tvbc.maiduidui.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.tvbc.maiduidui', - name: '埋堆堆', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13699394', - }, - ], - }, - ], -}); diff --git a/src/apps/com.umetrip.android.msky.app.ts b/src/apps/com.umetrip.android.msky.app.ts index 8114ed18..1f419359 100644 --- a/src/apps/com.umetrip.android.msky.app.ts +++ b/src/apps/com.umetrip.android.msky.app.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.umetrip.android.msky.app', name: '航旅纵横', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12642287', - 'https://i.gkd.li/import/13328294', - ], - }, { enable: false, key: 8, diff --git a/src/apps/com.unicde.smartcity_lyg.ts b/src/apps/com.unicde.smartcity_lyg.ts deleted file mode 100644 index 9a355aa4..00000000 --- a/src/apps/com.unicde.smartcity_lyg.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.unicde.smartcity_lyg', - name: '我的连云港', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.unicde.smartcity.features.welcome.WelcomeActivity', - - rules: '[id="com.unicde.smartcity_lyg:id/tv_down"][text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13059584', - }, - ], -}); diff --git a/src/apps/com.unionpay.ts b/src/apps/com.unionpay.ts index 37a010b4..aa9748ed 100644 --- a/src/apps/com.unionpay.ts +++ b/src/apps/com.unionpay.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.unionpay', name: '云闪付', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.unionpay:id/jump"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12705391', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.vanke.activity.ts b/src/apps/com.vanke.activity.ts deleted file mode 100644 index d82f065c..00000000 --- a/src/apps/com.vanke.activity.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.vanke.activity', - name: '住这儿', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.vanke.activity.module.common.SplashNewAct', - rules: 'Button[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12917007', - }, - ], -}); diff --git a/src/apps/com.vgjump.jump.ts b/src/apps/com.vgjump.jump.ts deleted file mode 100644 index 6eb7a81a..00000000 --- a/src/apps/com.vgjump.jump.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.vgjump.jump', - name: 'Jump', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: 'TextView[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13259108', - }, - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13372486', - }, - ], - }, - ], -}); diff --git a/src/apps/com.videogo.ts b/src/apps/com.videogo.ts index a0ee25a4..75a92284 100644 --- a/src/apps/com.videogo.ts +++ b/src/apps/com.videogo.ts @@ -4,28 +4,6 @@ export default defineAppConfig({ id: 'com.videogo', name: '萤石云视频', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - key: 0, - name: '【跳过+倒计时】型', - matches: '[id="com.videogo:id/ad_skip_tv"]', - snapshotUrls: 'https://i.gkd.li/import/12565356', - }, - { - key: 1, - name: '【圆圈跳过】型', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13327309', - }, - ], - }, { key: 1, name: '主页广告', diff --git a/src/apps/com.vidure.papago.ts b/src/apps/com.vidure.papago.ts deleted file mode 100644 index 388b7324..00000000 --- a/src/apps/com.vidure.papago.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.vidure.papago', - name: 'PAPAGO焦点', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13470524', - }, - ], -}); diff --git a/src/apps/com.viva.note.ts b/src/apps/com.viva.note.ts index 8a3e9d25..8d3ec073 100644 --- a/src/apps/com.viva.note.ts +++ b/src/apps/com.viva.note.ts @@ -4,24 +4,6 @@ export default defineAppConfig({ id: 'com.viva.note', name: '囧次元', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: 'TextView[text^="跳过"][text.length<=4]', - snapshotUrls: [ - 'https://i.gkd.li/import/12888429', - 'https://i.gkd.li/import/12888730', - 'https://i.gkd.li/import/12888762', - ], - }, - ], - }, { key: 1, name: '应用内通知', diff --git a/src/apps/com.vivo.browser.ts b/src/apps/com.vivo.browser.ts index b12a9f37..c199d7dd 100644 --- a/src/apps/com.vivo.browser.ts +++ b/src/apps/com.vivo.browser.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.vivo.browser', name: 'vivo浏览器', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/12847431', - }, { key: 1, name: '免流提示', diff --git a/src/apps/com.vivo.space.ts b/src/apps/com.vivo.space.ts index f64fc146..dc675b1f 100644 --- a/src/apps/com.vivo.space.ts +++ b/src/apps/com.vivo.space.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.vivo.space', name: 'vivo 官网', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: 'TextView[text*="跳过"][text.length<=5]', - snapshotUrls: [ - 'https://i.gkd.li/import/13622769', - 'https://i.gkd.li/import/13197585', - ], - }, - ], - }, { key: 3, name: '活动广告', diff --git a/src/apps/com.vivo.wallet.ts b/src/apps/com.vivo.wallet.ts index 9ac575ce..65fedb88 100644 --- a/src/apps/com.vivo.wallet.ts +++ b/src/apps/com.vivo.wallet.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.vivo.wallet', name: '钱包', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13222520', - }, - ], - }, { key: 1, name: '通知权限授权弹窗', diff --git a/src/apps/com.vo.icea.ts b/src/apps/com.vo.icea.ts index 1358bba0..e056f26e 100644 --- a/src/apps/com.vo.icea.ts +++ b/src/apps/com.vo.icea.ts @@ -4,26 +4,6 @@ export default defineAppConfig({ id: 'com.vo.icea', name: '飞韵听书', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - name: '【跳过】', - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13445848', - }, - { - name: '【字节穿山甲SDK】', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13440325', - }, - ], - }, { key: 5, name: '播放界面卡片式广告', diff --git a/src/apps/com.voice.broadcastassistant.ts b/src/apps/com.voice.broadcastassistant.ts deleted file mode 100644 index 52fdb92f..00000000 --- a/src/apps/com.voice.broadcastassistant.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.voice.broadcastassistant', - name: '通知播报助手', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.voice.broadcastassistant.ui.activity.SplashActivity'], - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12843573', - }, - ], - }, - ], -}); diff --git a/src/apps/com.vphonegaga.titan.ts b/src/apps/com.vphonegaga.titan.ts index bbaab02e..e50b7330 100644 --- a/src/apps/com.vphonegaga.titan.ts +++ b/src/apps/com.vphonegaga.titan.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.vphonegaga.titan', name: '光速虚拟机', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13296354', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.vyou.vcameraclient.ts b/src/apps/com.vyou.vcameraclient.ts deleted file mode 100644 index 4d928f12..00000000 --- a/src/apps/com.vyou.vcameraclient.ts +++ /dev/null @@ -1,31 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.vyou.vcameraclient', - name: '盯盯拍', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text="跳过"]', - exampleUrls: - 'https://m.gkd.li/6328439/5b974f9d-a7bf-46fa-9ba3-57df81aca131', - snapshotUrls: 'https://i.gkd.li/import/13347076', - }, - { - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13042916', - 'https://i.gkd.li/import/13042963', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.wacai365.ts b/src/apps/com.wacai365.ts index d13fc0fd..2e06e215 100644 --- a/src/apps/com.wacai365.ts +++ b/src/apps/com.wacai365.ts @@ -4,35 +4,6 @@ export default defineAppConfig({ id: 'com.wacai365', name: '挖财记账', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[id="com.wacai365:id/ksad_splash_circle_skip_view"]', - snapshotUrls: 'https://i.gkd.li/import/13162861', - }, - { - key: 1, - matches: '[id$="id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13177538', - 'https://i.gkd.li/import/13194893', - ], - }, - { - key: 2, - quickFind: true, - matches: '[text^="跳过"][text.length<=6]', - snapshotUrls: 'https://i.gkd.li/import/13399124', - }, - ], - }, { enable: false, key: 1, diff --git a/src/apps/com.wallstreetcn.news.ts b/src/apps/com.wallstreetcn.news.ts index 7984118b..6d68a67c 100644 --- a/src/apps/com.wallstreetcn.news.ts +++ b/src/apps/com.wallstreetcn.news.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.wallstreetcn.news', name: '华尔街见闻', groups: [ - { - key: 0, - name: '启动-开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.wallstreetcn.news:id/iv_jump"]', - snapshotUrls: 'https://i.gkd.li/import/12850458', - }, - ], - }, { key: 10, name: '卡片广告', diff --git a/src/apps/com.wandafilm.app.ts b/src/apps/com.wandafilm.app.ts deleted file mode 100644 index 78017001..00000000 --- a/src/apps/com.wandafilm.app.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wandafilm.app', - name: '万达电影', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407052', - }, - ], -}); diff --git a/src/apps/com.wandoujia.phoenix2.ts b/src/apps/com.wandoujia.phoenix2.ts deleted file mode 100644 index 7e14012e..00000000 --- a/src/apps/com.wandoujia.phoenix2.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wandoujia.phoenix2', - name: '豌豆荚', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13427336', - }, - ], -}); diff --git a/src/apps/com.weico.international.ts b/src/apps/com.weico.international.ts index c3f70aff..b7e93b95 100644 --- a/src/apps/com.weico.international.ts +++ b/src/apps/com.weico.international.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.weico.international', name: '微博轻享版', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text^="跳过"][text.length<10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12509123', - 'https://i.gkd.li/import/12510132', - 'https://i.gkd.li/import/12740537', // activityId: 'com.sina.weibo.ad' - ], - }, { key: 0, name: '推荐流广告', diff --git a/src/apps/com.welove520.welove.ts b/src/apps/com.welove520.welove.ts deleted file mode 100644 index de3d2c40..00000000 --- a/src/apps/com.welove520.welove.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.welove520.welove', - name: '微爱', - groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击右下角【跳过】', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.welove520.welove:id/tv_skip_welove"]', - snapshotUrls: 'https://i.gkd.li/import/13325131', - }, - ], -}); diff --git a/src/apps/com.wenhua.bamboo.ts b/src/apps/com.wenhua.bamboo.ts index c785ee21..a5cdb4e6 100644 --- a/src/apps/com.wenhua.bamboo.ts +++ b/src/apps/com.wenhua.bamboo.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.wenhua.bamboo', name: '随身行', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13445602', - }, { key: 1, name: '通知弹窗', diff --git a/src/apps/com.wenshushu.app.android.ts b/src/apps/com.wenshushu.app.android.ts deleted file mode 100644 index e1c64b9e..00000000 --- a/src/apps/com.wenshushu.app.android.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wenshushu.app.android', - name: '文叔叔', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc*="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13703315', - }, - ], -}); diff --git a/src/apps/com.when.coco.ts b/src/apps/com.when.coco.ts deleted file mode 100644 index 8344c4a0..00000000 --- a/src/apps/com.when.coco.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.when.coco', - name: '365日历', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id$="tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13709379', - }, - ], -}); diff --git a/src/apps/com.whty.wicity.china.ts b/src/apps/com.whty.wicity.china.ts deleted file mode 100644 index dcc7c0af..00000000 --- a/src/apps/com.whty.wicity.china.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.whty.wicity.china', - name: '和生活', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length <= 10]', - snapshotUrls: 'https://i.gkd.li/import/13520144', - }, - ], -}); diff --git a/src/apps/com.wifitutu.ts b/src/apps/com.wifitutu.ts index 1df17390..1cce8fb9 100644 --- a/src/apps/com.wifitutu.ts +++ b/src/apps/com.wifitutu.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.wifitutu', name: 'WiFi万能钥匙', groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击右上角跳过', - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12992451', - }, - ], - }, { key: 1, name: '首页-WiFi列表广告', diff --git a/src/apps/com.wm.dmall.ts b/src/apps/com.wm.dmall.ts index 12616e29..2be77129 100644 --- a/src/apps/com.wm.dmall.ts +++ b/src/apps/com.wm.dmall.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.wm.dmall', name: '多点', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.wm.dmall:id/splashSkipTextView"]', - snapshotUrls: ['https://i.gkd.li/import/13197630'], - }, { key: 1, name: '首页-弹窗广告', diff --git a/src/apps/com.wn.app.np.ts b/src/apps/com.wn.app.np.ts deleted file mode 100644 index 8d4a2c00..00000000 --- a/src/apps/com.wn.app.np.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wn.app.np', - name: 'NP管理器', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '@LinearLayout > TextView[text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13400234', - 'https://i.gkd.li/import/13400250', - 'https://i.gkd.li/import/13400257', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.wondertek.miguaikan.ts b/src/apps/com.wondertek.miguaikan.ts deleted file mode 100644 index 320e1006..00000000 --- a/src/apps/com.wondertek.miguaikan.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wondertek.miguaikan', - name: '咪咕视频爱看版', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.wondertek.miguaikan:id/splash_time"]', - snapshotUrls: 'https://i.gkd.li/import/13258889', - }, - ], -}); diff --git a/src/apps/com.wondertek.paper.ts b/src/apps/com.wondertek.paper.ts index 893861ce..760dc8ab 100644 --- a/src/apps/com.wondertek.paper.ts +++ b/src/apps/com.wondertek.paper.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.wondertek.paper', name: '澎湃新闻', groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['cn.thepaper.paper.ui.splash.welcome.LaunchActivity'], - - rules: [ - { - matches: - '[id="com.wondertek.paper:id/count_down" || id="com.wondertek.paper:id/count_miss"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12644536', - 'https://i.gkd.li/import/12645559', - 'https://i.gkd.li/import/13064620', - ], - }, - ], - }, { key: 2, name: '应用内弹窗', diff --git a/src/apps/com.wuba.zhuanzhuan.ts b/src/apps/com.wuba.zhuanzhuan.ts deleted file mode 100644 index 2d755b6e..00000000 --- a/src/apps/com.wuba.zhuanzhuan.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wuba.zhuanzhuan', - name: '转转', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13625361', - }, - ], -}); diff --git a/src/apps/com.wudaokou.hippo.ts b/src/apps/com.wudaokou.hippo.ts deleted file mode 100644 index c637be94..00000000 --- a/src/apps/com.wudaokou.hippo.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.wudaokou.hippo', - name: '盒马', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.wudaokou.hippo.launcher.splash.SplashActivity', - - quickFind: true, - rules: [ - { - matches: '[id="com.wudaokou.hippo:id/splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12891918', - }, - ], - }, - ], -}); diff --git a/src/apps/com.x2era.xcloud.app.ts b/src/apps/com.x2era.xcloud.app.ts index 8d96d335..880dd91f 100644 --- a/src/apps/com.x2era.xcloud.app.ts +++ b/src/apps/com.x2era.xcloud.app.ts @@ -3,20 +3,6 @@ export default defineAppConfig({ id: 'com.x2era.xcloud.app', name: 'Fa米家', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.x2era.xcloud.app:id/tv_jump"]', - snapshotUrls: 'https://i.gkd.li/import/13420730', - }, - ], - }, { key: 1, name: 'Fa米家-升级提示', @@ -27,7 +13,7 @@ export default defineAppConfig({ rules: [ { activityIds: 'com.x2era.xcloud.app.MainActivity', - matches: '[id$=\'com.x2era.xcloud.app:id/iv_cancel\']', + matches: '[id$="com.x2era.xcloud.app:id/iv_cancel"]', snapshotUrls: 'https://i.gkd.li/import/13420706', }, ], diff --git a/src/apps/com.xbxxhz.box.ts b/src/apps/com.xbxxhz.box.ts deleted file mode 100644 index fdd06e7a..00000000 --- a/src/apps/com.xbxxhz.box.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xbxxhz.box', - name: '小白学习打印', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13520328', - }, - ], -}); diff --git a/src/apps/com.xfani.app.ts b/src/apps/com.xfani.app.ts index d01c2d07..a020a7e5 100644 --- a/src/apps/com.xfani.app.ts +++ b/src/apps/com.xfani.app.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.xfani.app', name: '稀饭动漫', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.xfani.app.MainActivity', - - rules: 'TextView[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13188526', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.xhey.xcamera.ts b/src/apps/com.xhey.xcamera.ts deleted file mode 100644 index 48b591c9..00000000 --- a/src/apps/com.xhey.xcamera.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xhey.xcamera', - name: '今日相机', - groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.xhey.xcamera.ui.camera.picNew.PreviewActivity'], - rules: [ - { - matches: '@LinearLayout > TextView[text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12864144'], - }, - ], - }, - ], -}); diff --git a/src/apps/com.xhgd.jx.ts b/src/apps/com.xhgd.jx.ts index 2c95bb74..7dc9a079 100644 --- a/src/apps/com.xhgd.jx.ts +++ b/src/apps/com.xhgd.jx.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.xhgd.jx', name: '柠檬解析', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=5]', - snapshotUrls: 'https://i.gkd.li/import/13762225', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.xiachufang.ts b/src/apps/com.xiachufang.ts index 8cdb9c7b..3bfe2ce9 100644 --- a/src/apps/com.xiachufang.ts +++ b/src/apps/com.xiachufang.ts @@ -4,32 +4,6 @@ export default defineAppConfig({ id: 'com.xiachufang', name: '下厨房', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '开屏广告-1', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12505985', - }, - { - key: 1, - name: '开屏广告-2', - matches: '[text*="跳过"][text.length<=10]', - quickFind: true, - snapshotUrls: [ - 'https://i.gkd.li/import/12506014', - 'https://i.gkd.li/import/12506041', - 'https://i.gkd.li/import/13539576', - ], - }, - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.xiaoenai.app.ts b/src/apps/com.xiaoenai.app.ts index 76304052..57365601 100644 --- a/src/apps/com.xiaoenai.app.ts +++ b/src/apps/com.xiaoenai.app.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.xiaoenai.app', name: '小恩爱', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13727905', - }, - ], - }, { key: 6, name: '广告弹窗', diff --git a/src/apps/com.xiaofeiji.app.disk.ts b/src/apps/com.xiaofeiji.app.disk.ts deleted file mode 100644 index 0e2fdd4a..00000000 --- a/src/apps/com.xiaofeiji.app.disk.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xiaofeiji.app.disk', - name: '小飞机网盘', - groups: [ - { - name: '开屏广告', - key: 0, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: ['[desc$="跳过"]'], - snapshotUrls: ['https://i.gkd.li/import/13554076'], - exampleUrls: [ - 'https://m.gkd.li/58279234/edf4bbb4-889e-48cb-b54b-f4bc0a2929fb', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.xiaohu.olevodmobile.ts b/src/apps/com.xiaohu.olevodmobile.ts index 85f2f5ec..dfeca2e7 100644 --- a/src/apps/com.xiaohu.olevodmobile.ts +++ b/src/apps/com.xiaohu.olevodmobile.ts @@ -7,7 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.xiaohu.olevodmobile.home.InitActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: '@[id="com.xiaohu.olevodmobile:id/init_time_text"] + [text="跳过"]', // 这个 app 的开屏广告需要点击倒计时按钮才能跳过 snapshotUrls: 'https://i.gkd.li/import/12826256', diff --git a/src/apps/com.xiaoji.emulator.ts b/src/apps/com.xiaoji.emulator.ts deleted file mode 100644 index 64c9f16b..00000000 --- a/src/apps/com.xiaoji.emulator.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xiaoji.emulator', - name: '小鸡模拟器', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13684838', - }, - ], -}); diff --git a/src/apps/com.xiaomi.gamecenter.ts b/src/apps/com.xiaomi.gamecenter.ts index a7a5b366..9882636a 100644 --- a/src/apps/com.xiaomi.gamecenter.ts +++ b/src/apps/com.xiaomi.gamecenter.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.xiaomi.gamecenter', name: '小米游戏中心', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.xiaomi.gamecenter.ui.MainTabActivity', - rules: '[id="com.xiaomi.gamecenter:id/skip"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12715833', - }, { key: 1, name: '首页右侧悬浮广告', diff --git a/src/apps/com.xiaomi.hm.health.ts b/src/apps/com.xiaomi.hm.health.ts index cd478b5f..8c0bdc3b 100644 --- a/src/apps/com.xiaomi.hm.health.ts +++ b/src/apps/com.xiaomi.hm.health.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.xiaomi.hm.health', name: 'Zepp Life', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.xiaomi.hm.health:id/skip_text"]', - snapshotUrls: ['https://i.gkd.li/import/13197367'], - }, { key: 1, name: '首页-底部广告', diff --git a/src/apps/com.xiaomi.mico.ts b/src/apps/com.xiaomi.mico.ts index d6410805..bc549a41 100644 --- a/src/apps/com.xiaomi.mico.ts +++ b/src/apps/com.xiaomi.mico.ts @@ -4,17 +4,6 @@ export default defineAppConfig({ id: 'com.xiaomi.mico', name: '小爱音箱', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.xiaomi.mico.splash.SplashActivity', - rules: [ - { - matches: '[id="com.xiaomi.mico:id/splash_ad_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12748911', - }, - ], - }, { key: 1, name: '首页广告弹窗', diff --git a/src/apps/com.xiaomi.shop.ts b/src/apps/com.xiaomi.shop.ts index 6ad73d2f..95cc4b36 100644 --- a/src/apps/com.xiaomi.shop.ts +++ b/src/apps/com.xiaomi.shop.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.xiaomi.shop', name: '小米商城', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - activityIds: 'com.xiaomi.shop.activity.MainTabActivity', - rules: '[id="com.xiaomi.shop:id/skip"]', - snapshotUrls: ['https://i.gkd.li/import/12472631'], - }, { key: 1, name: '首页弹窗广告', diff --git a/src/apps/com.xiaomi.vipaccount.ts b/src/apps/com.xiaomi.vipaccount.ts index df485a1c..5187c1d1 100644 --- a/src/apps/com.xiaomi.vipaccount.ts +++ b/src/apps/com.xiaomi.vipaccount.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.xiaomi.vipaccount', name: '小米社区', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.xiaomi.vipaccount:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12841023', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.xiaomi.youpin.ts b/src/apps/com.xiaomi.youpin.ts index 72e3ea78..7069c98b 100644 --- a/src/apps/com.xiaomi.youpin.ts +++ b/src/apps/com.xiaomi.youpin.ts @@ -4,17 +4,6 @@ export default defineAppConfig({ id: 'com.xiaomi.youpin', name: '小米有品', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.xiaomi.youpin.activity.YouPinMainTabActivity'], - rules: [ - { - matches: '[id="com.xiaomi.youpin:id/yp_splash_jump_image"]', - snapshotUrls: ['https://i.gkd.li/import/12836717'], - }, - ], - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.ximalaya.ting.android.ts b/src/apps/com.ximalaya.ting.android.ts index a0f7aedc..48dbc1b9 100644 --- a/src/apps/com.ximalaya.ting.android.ts +++ b/src/apps/com.ximalaya.ting.android.ts @@ -4,29 +4,6 @@ export default defineAppConfig({ id: 'com.ximalaya.ting.android', name: '喜马拉雅', groups: [ - { - key: -1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: - '[id="com.ximalaya.ting.android:id/xm_ad_host_count_down_click_lay"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12506207', - 'https://i.gkd.li/import/12506273', - ], - }, - { - matches: - 'TextView[text^="跳过"] < @LinearLayout +3 TextView[text^="跳转详情"]', - snapshotUrls: ['https://i.gkd.li/import/12877937'], - }, - ], - }, { key: 0, name: '首页右侧浮动广告', diff --git a/src/apps/com.ximalaya.ting.lite.ts b/src/apps/com.ximalaya.ting.lite.ts index 4af6a5c1..40956893 100644 --- a/src/apps/com.ximalaya.ting.lite.ts +++ b/src/apps/com.ximalaya.ting.lite.ts @@ -4,24 +4,6 @@ export default defineAppConfig({ id: 'com.ximalaya.ting.lite', name: '喜马拉雅极速版', groups: [ - { - key: -1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13197061', - }, - { - matches: - '[id="com.ximalaya.ting.lite:id/host_common_time_countdown_text_view"]', - }, - ], - }, { key: 0, name: '首页-推荐-卡片广告', diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts index 52a9b57f..545f6e96 100644 --- a/src/apps/com.xingin.xhs.ts +++ b/src/apps/com.xingin.xhs.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.xingin.xhs', name: '小红书', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12739065', // com.xingin.xhs.index.v2.IndexActivityV2 - 'https://i.gkd.li/import/13197784', // com.xingin.matrix.detail.activity.DetailFeedActivity - ], - }, { key: 1, name: '通知权限弹窗', diff --git a/src/apps/com.xingluo.allcolor.ts b/src/apps/com.xingluo.allcolor.ts index 0d0fe003..e2e78637 100644 --- a/src/apps/com.xingluo.allcolor.ts +++ b/src/apps/com.xingluo.allcolor.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.xingluo.allcolor', name: '一起来涂色', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.cccgame.android.MainActivity'], - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/12640349'], - }, { enable: false, key: 1, diff --git a/src/apps/com.xinhang.mobileclient.ts b/src/apps/com.xinhang.mobileclient.ts index 08b2b452..41828f84 100644 --- a/src/apps/com.xinhang.mobileclient.ts +++ b/src/apps/com.xinhang.mobileclient.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.xinhang.mobileclient', name: '中国移动河南', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: - 'com.xinhang.mobileclient.launcher.activity.LauncherActivity', - - rules: '[id="com.xinhang.mobileclient:id/cdp_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13024858', - }, { key: 1, name: '应用内广告弹窗', diff --git a/src/apps/com.xmcy.hykb.ts b/src/apps/com.xmcy.hykb.ts index bcb649dc..c638b946 100644 --- a/src/apps/com.xmcy.hykb.ts +++ b/src/apps/com.xmcy.hykb.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.xmcy.hykb', name: '好游快爆', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.xmcy.hykb:id/skip"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12774856', - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.xsd.xasud.ts b/src/apps/com.xsd.xasud.ts deleted file mode 100644 index bed80785..00000000 --- a/src/apps/com.xsd.xasud.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xsd.xasud', - name: '末忆-铁锈盒子', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['io.dcloud.PandoraEntryActivity'], - rules: '[text = "广告启动页"] [text = "跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12847496', - }, - ], -}); diff --git a/src/apps/com.xsj.app.ts b/src/apps/com.xsj.app.ts index 1f35eb9e..28691729 100644 --- a/src/apps/com.xsj.app.ts +++ b/src/apps/com.xsj.app.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.xsj.app', name: '星影视频', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13670193', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.xtuone.android.syllabus.ts b/src/apps/com.xtuone.android.syllabus.ts index 00e3e22c..ef33d7f9 100644 --- a/src/apps/com.xtuone.android.syllabus.ts +++ b/src/apps/com.xtuone.android.syllabus.ts @@ -4,31 +4,6 @@ export default defineAppConfig({ id: 'com.xtuone.android.syllabus', name: '超级课程表', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'com.xtuone.android.friday.InitActivity', - 'com.xtuone.android.friday.AdvertisementWallActivity', - ], - rules: [ - { - key: 0, - matches: - '[id="com.byted.pangle:id/tt_splash_skip_btn"||id="com.xtuone.android.syllabus:id/ignore_top"||text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12840730', - 'https://i.gkd.li/import/12840736', - 'https://i.gkd.li/import/12840737', - ], - }, - { - key: 1, - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/12909593'], - }, - ], - }, { key: 1, name: '首页banner广告', diff --git a/src/apps/com.xueqiu.android.ts b/src/apps/com.xueqiu.android.ts index f587308a..302d3dc0 100644 --- a/src/apps/com.xueqiu.android.ts +++ b/src/apps/com.xueqiu.android.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.xueqiu.android', name: '雪球', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.xueqiu.android:id/tv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12776009', - }, { key: 1, name: '首页广告', diff --git a/src/apps/com.xueqiu.fund.ts b/src/apps/com.xueqiu.fund.ts deleted file mode 100644 index e2efbdf8..00000000 --- a/src/apps/com.xueqiu.fund.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xueqiu.fund', - name: '雪球基金', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.xueqiu.fund.commonlib.SplashActivity', - rules: '[id="com.xueqiu.fund:id/tv_exit"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12776572', - }, - ], -}); diff --git a/src/apps/com.xuexiaoyi.xxy.ts b/src/apps/com.xuexiaoyi.xxy.ts index f77fbf8d..23b45844 100644 --- a/src/apps/com.xuexiaoyi.xxy.ts +++ b/src/apps/com.xuexiaoyi.xxy.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'com.xuexiaoyi.xxy', name: '学小易', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'View[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12895001', - 'https://i.gkd.li/import/13266314', - ], - }, { key: 1, name: '首页-底部广告', diff --git a/src/apps/com.xunlei.downloadprovider.ts b/src/apps/com.xunlei.downloadprovider.ts index ec05cc01..d8199034 100644 --- a/src/apps/com.xunlei.downloadprovider.ts +++ b/src/apps/com.xunlei.downloadprovider.ts @@ -5,16 +5,6 @@ export default defineAppConfig({ name: '迅雷', deprecatedKeys: [11], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12707693', - }, { key: 1, name: '视频详情页广告', diff --git a/src/apps/com.xunmeng.pinduoduo.ts b/src/apps/com.xunmeng.pinduoduo.ts index a646e2d9..c7d73b0d 100644 --- a/src/apps/com.xunmeng.pinduoduo.ts +++ b/src/apps/com.xunmeng.pinduoduo.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'com.xunmeng.pinduoduo', name: '拼多多', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.xunmeng.pinduoduo.ui.activity.MainFrameActivity'], - rules: ['RelativeLayout > TextView[id!=null][text^="跳过"]'], - snapshotUrls: ['https://i.gkd.li/import/12799632'], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.xxwolo.cc5.ts b/src/apps/com.xxwolo.cc5.ts deleted file mode 100644 index ed618331..00000000 --- a/src/apps/com.xxwolo.cc5.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xxwolo.cc5', - name: '测测', - groups: [ - { - key: 0, - name: '开屏广告', - - quickFind: true, - activityIds: 'com.cece.app.MainActivity', - rules: '[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12852352', - }, - ], -}); diff --git a/src/apps/com.xxx.svideo.ts b/src/apps/com.xxx.svideo.ts deleted file mode 100644 index 1e830c68..00000000 --- a/src/apps/com.xxx.svideo.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.xxx.svideo', - name: 'BaseLibrary', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13509068', - }, - ], -}); diff --git a/src/apps/com.xyhui.ts b/src/apps/com.xyhui.ts index 57deea4f..68405ae3 100644 --- a/src/apps/com.xyhui.ts +++ b/src/apps/com.xyhui.ts @@ -5,39 +5,6 @@ export default defineAppConfig({ name: 'PU口袋校园', deprecatedKeys: [4], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 1, - name: '开屏广告-1', - quickFind: true, - snapshotUrls: [ - 'https://i.gkd.li/import/12642486', - 'https://i.gkd.li/import/12846496', - 'https://i.gkd.li/import/12868232', - ], - matches: '[text^="跳过"][text.length<=10]', - }, - { - key: 2, - name: '开屏广告-2', - quickFind: true, - matches: '[id="com.xyhui:id/ms_skipView"]', - snapshotUrls: ['https://i.gkd.li/import/13197417'], - }, - { - key: 3, - name: '开屏广告-3', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/13458588'], - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.yaya.zone.ts b/src/apps/com.yaya.zone.ts deleted file mode 100644 index 6220cf09..00000000 --- a/src/apps/com.yaya.zone.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yaya.zone', - name: '叮咚买菜', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[id="com.yaya.zone:id/tv_skip"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13215214', - }, - ], - }, - ], -}); diff --git a/src/apps/com.ydtx.camera.ts b/src/apps/com.ydtx.camera.ts deleted file mode 100644 index e9c8f704..00000000 --- a/src/apps/com.ydtx.camera.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.ydtx.camera', - name: '元道经纬相机', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - matchTime: 10000, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13234627', - 'https://i.gkd.li/import/13226708', - ], - }, - ], - }, - ], -}); diff --git a/src/apps/com.yek.android.kfc.activitys.ts b/src/apps/com.yek.android.kfc.activitys.ts index 505eba2c..a8f8a9ac 100644 --- a/src/apps/com.yek.android.kfc.activitys.ts +++ b/src/apps/com.yek.android.kfc.activitys.ts @@ -7,7 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.yum.android.superkfc.ui.v5.HomeV5Activity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: '[id=`com.yek.android.kfc.activitys:id/splash_tv_3`]', }, ], diff --git a/src/apps/com.yek.android.uniqlo.ts b/src/apps/com.yek.android.uniqlo.ts index 7a9ccfb5..a0adcef5 100644 --- a/src/apps/com.yek.android.uniqlo.ts +++ b/src/apps/com.yek.android.uniqlo.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.yek.android.uniqlo', name: '优衣库', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13212257', - }, { key: 1, name: '弹窗广告', @@ -33,7 +23,7 @@ export default defineAppConfig({ rules: [ { activityIds: 'com.yek.android.uniqlo.activity.WelcomeActivity', - matches: '@TextView[text=\'取消\'] + TextView[text=\'确定\']', + matches: '@TextView[text="取消"] + TextView[text="确定"]', snapshotUrls: 'https://i.gkd.li/import/13446421', }, ], diff --git a/src/apps/com.ygkj.chelaile.standard.ts b/src/apps/com.ygkj.chelaile.standard.ts index 670a074f..04fcc0ec 100644 --- a/src/apps/com.ygkj.chelaile.standard.ts +++ b/src/apps/com.ygkj.chelaile.standard.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.ygkj.chelaile.standard', name: '车来了', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13062992', - 'https://i.gkd.li/import/13225111', //无ID - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.yiban.app.ts b/src/apps/com.yiban.app.ts deleted file mode 100644 index ff3b3741..00000000 --- a/src/apps/com.yiban.app.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yiban.app', - name: '易班', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.yiban.app.activity.WelcomeActivity', - rules: '[text^="跳过"][id="com.yiban.app:id/btn_splash_ad"]', - snapshotUrls: ['https://i.gkd.li/import/13190891'], - }, - ], -}); diff --git a/src/apps/com.yidoutang.app.ts b/src/apps/com.yidoutang.app.ts deleted file mode 100644 index 5aedbc6b..00000000 --- a/src/apps/com.yidoutang.app.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yidoutang.app', - name: '一兜糖', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.yidoutang.flutter.YDTFlutterActivity', - rules: '[desc="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/13574555'], - }, - ], -}); diff --git a/src/apps/com.yingyonghui.market.ts b/src/apps/com.yingyonghui.market.ts index 37e99eeb..852b20fb 100644 --- a/src/apps/com.yingyonghui.market.ts +++ b/src/apps/com.yingyonghui.market.ts @@ -4,26 +4,6 @@ export default defineAppConfig({ id: 'com.yingyonghui.market', name: '应用汇', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id = "com.yingyonghui.market:id/splashAdvert_skipText"]', - snapshotUrls: 'https://i.gkd.li/import/13196213', - }, - { - key: 1, - matches: '@ImageView[clickable=true] + * > [text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13538315', - }, - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.yipiao.ts b/src/apps/com.yipiao.ts deleted file mode 100644 index f2817e05..00000000 --- a/src/apps/com.yipiao.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yipiao', - name: '智行火车票12306抢票', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.app.main.entrance.MainActivity', - rules: 'LinearLayout > TextView + TextView[text=`跳过`]', - }, - ], -}); diff --git a/src/apps/com.yitong.bbw.mbank.android.ts b/src/apps/com.yitong.bbw.mbank.android.ts deleted file mode 100644 index 3834c045..00000000 --- a/src/apps/com.yitong.bbw.mbank.android.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yitong.bbw.mbank.android', - name: '广西北部湾银行', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13536759', - }, - ], -}); diff --git a/src/apps/com.yoloho.dayima.ts b/src/apps/com.yoloho.dayima.ts index 20f8facd..35ebdcd5 100644 --- a/src/apps/com.yoloho.dayima.ts +++ b/src/apps/com.yoloho.dayima.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.yoloho.dayima', name: '大姨妈', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13800282', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/com.yongyou.ts b/src/apps/com.yongyou.ts deleted file mode 100644 index 3c97c5f3..00000000 --- a/src/apps/com.yongyou.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yongyou', - name: '丰云行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['com.yongyou.ui.main.WelcomeActivity'], - rules: '[id="com.yongyou:id/tv_jump"][text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12705337'], - }, - ], -}); diff --git a/src/apps/com.youbao.app.ts b/src/apps/com.youbao.app.ts deleted file mode 100644 index 904bfeec..00000000 --- a/src/apps/com.youbao.app.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.youbao.app', - name: '邮宝', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="com.youbao.app:id/start_skip_count_down"]', - snapshotUrls: 'https://i.gkd.li/import/13331338', // issues/2062 issuer说不用等倒计时结束 - }, - ], - }, - ], -}); diff --git a/src/apps/com.youdao.dict.ts b/src/apps/com.youdao.dict.ts index f8c7bd4f..c4473ee0 100644 --- a/src/apps/com.youdao.dict.ts +++ b/src/apps/com.youdao.dict.ts @@ -5,16 +5,6 @@ export default defineAppConfig({ name: '网易有道词典', deprecatedKeys: [3], groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text$="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12668545', - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.youdao.note.ts b/src/apps/com.youdao.note.ts index a5aabc3e..ffb984a0 100644 --- a/src/apps/com.youdao.note.ts +++ b/src/apps/com.youdao.note.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.youdao.note', name: '有道云笔记', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12745606', - 'https://i.gkd.li/import/13399002', - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.youku.phone.ts b/src/apps/com.youku.phone.ts index ee66477e..c655de99 100644 --- a/src/apps/com.youku.phone.ts +++ b/src/apps/com.youku.phone.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.youku.phone', name: '优酷视频', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.youku.phone:id/splash_ad_txt_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13206958', - }, { enable: false, key: 1, diff --git a/src/apps/com.youloft.calendar.ts b/src/apps/com.youloft.calendar.ts index 40419b63..acc92ab6 100644 --- a/src/apps/com.youloft.calendar.ts +++ b/src/apps/com.youloft.calendar.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.youloft.calendar', name: '万年历', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13499542', - }, { key: 1, name: '悬浮广告', diff --git a/src/apps/com.youloft.icloser.ts b/src/apps/com.youloft.icloser.ts index a605f0e2..d8984a16 100644 --- a/src/apps/com.youloft.icloser.ts +++ b/src/apps/com.youloft.icloser.ts @@ -4,29 +4,6 @@ export default defineAppConfig({ id: 'com.youloft.icloser', name: '心动日常', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12910405', - 'https://i.gkd.li/import/13175102', - ], - }, - { - key: 1, - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13072365', - }, - ], - }, { key: 1, name: '购买会员-弹窗广告', diff --git a/src/apps/com.youxiake.ts b/src/apps/com.youxiake.ts deleted file mode 100644 index 0af2b666..00000000 --- a/src/apps/com.youxiake.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.youxiake', - name: '游侠客旅行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.youxiake.ui.main.MainActivity', - - quickFind: true, - rules: [ - { - matches: '[id="com.youxiake:id/start_skip_txt"]', - snapshotUrls: 'https://i.gkd.li/import/12891979', - }, - ], - }, - ], -}); diff --git a/src/apps/com.youxiang.soyoungapp.ts b/src/apps/com.youxiang.soyoungapp.ts deleted file mode 100644 index 66d8c311..00000000 --- a/src/apps/com.youxiang.soyoungapp.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.youxiang.soyoungapp', - name: '新氧医美', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13311508', - }, - ], - }, - ], -}); diff --git a/src/apps/com.yumc.phsuperapp.ts b/src/apps/com.yumc.phsuperapp.ts deleted file mode 100644 index 967b70d7..00000000 --- a/src/apps/com.yumc.phsuperapp.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yumc.phsuperapp', - name: '必胜客', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.yumc.android.phhome.ui.PhHomeV3Activity', - rules: '[id="com.yumc.phsuperapp:id/splash_tv_3"][text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12740217', - }, - ], -}); diff --git a/src/apps/com.yunding.noopsychebrush.ts b/src/apps/com.yunding.noopsychebrush.ts deleted file mode 100644 index 7ad9a29b..00000000 --- a/src/apps/com.yunding.noopsychebrush.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.yunding.noopsychebrush', - name: 'Oclean Care', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - resetMatch: 'app', - actionMaximum: 1, - matchTime: 10000, - rules: '[id="com.yunding.noopsychebrush:id/btn_skip"]', - snapshotUrls: 'https://i.gkd.li/import/13536134', - }, - ], -}); diff --git a/src/apps/com.yunxiang.wuyu.ts b/src/apps/com.yunxiang.wuyu.ts index 64ae4b26..2cd5321e 100644 --- a/src/apps/com.yunxiang.wuyu.ts +++ b/src/apps/com.yunxiang.wuyu.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'com.yunxiang.wuyu', name: '特狗APP', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13455619', - }, - ], - }, { key: 2, name: '公告弹窗', diff --git a/src/apps/com.zbx.ct.tvzhibo.ts b/src/apps/com.zbx.ct.tvzhibo.ts index 552e77d3..1ba87415 100644 --- a/src/apps/com.zbx.ct.tvzhibo.ts +++ b/src/apps/com.zbx.ct.tvzhibo.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.zbx.ct.tvzhibo', name: '手机电视高清直播', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - resetMatch: 'app', - actionMaximum: 1, - rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13766517', - }, { key: 3, name: '弹窗广告', diff --git a/src/apps/com.zeekrlife.mobile.ts b/src/apps/com.zeekrlife.mobile.ts deleted file mode 100644 index 806e030c..00000000 --- a/src/apps/com.zeekrlife.mobile.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zeekrlife.mobile', - name: '极氪', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.zeekrlife.main.MainActivity', - - quickFind: true, - rules: '[id="com.zeekrlife.mobile:id/main_adv_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12846375', - }, - ], -}); diff --git a/src/apps/com.zgnet.eClass.ts b/src/apps/com.zgnet.eClass.ts index 54f5bddb..1a487550 100644 --- a/src/apps/com.zgnet.eClass.ts +++ b/src/apps/com.zgnet.eClass.ts @@ -4,17 +4,6 @@ export default defineAppConfig({ id: 'com.zgnet.eClass', name: '掌医课堂', groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.zgnet.eClass.ui.SplashActivity'], - rules: [ - { - matches: 'TextView[id$="tv_close_time"&&text^="关闭"]', - snapshotUrls: ['https://i.gkd.li/import/12644260'], - }, - ], - }, { key: 2, enable: false, diff --git a/src/apps/com.zhangdan.app.ts b/src/apps/com.zhangdan.app.ts deleted file mode 100644 index 63f67959..00000000 --- a/src/apps/com.zhangdan.app.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zhangdan.app', - name: '51信用卡管家', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13398996', - }, - ], -}); diff --git a/src/apps/com.zhangkongapp.joke.bamenshenqi.ts b/src/apps/com.zhangkongapp.joke.bamenshenqi.ts deleted file mode 100644 index bee6136d..00000000 --- a/src/apps/com.zhangkongapp.joke.bamenshenqi.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zhangkongapp.joke.bamenshenqi', - name: '八门神器', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - name: '【穿山甲SDK】', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13391633', - }, - ], - }, - ], -}); diff --git a/src/apps/com.zhaopin.social.ts b/src/apps/com.zhaopin.social.ts index 87de9e6a..19187e30 100644 --- a/src/apps/com.zhaopin.social.ts +++ b/src/apps/com.zhaopin.social.ts @@ -4,14 +4,6 @@ export default defineAppConfig({ id: 'com.zhaopin.social', name: '智联招聘', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.zhaopin.social.SplashActivity', - rules: - '[id="com.zhaopin.social:id/tv_ad"] + [id="com.zhaopin.social:id/cdp_view"][text^="跳过"]', - snapshotUrls: ['https://i.gkd.li/import/12706183'], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/com.zhima.charge.ts b/src/apps/com.zhima.charge.ts deleted file mode 100644 index c763f06c..00000000 --- a/src/apps/com.zhima.charge.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zhima.charge', - name: '天天充电', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13576613', - }, - ], -}); diff --git a/src/apps/com.zhiyin.qingdan.dashixiong.ts b/src/apps/com.zhiyin.qingdan.dashixiong.ts index 3e693270..6963abc5 100644 --- a/src/apps/com.zhiyin.qingdan.dashixiong.ts +++ b/src/apps/com.zhiyin.qingdan.dashixiong.ts @@ -4,19 +4,6 @@ export default defineAppConfig({ id: 'com.zhiyin.qingdan.dashixiong', name: '大师兄影视', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12843284', - 'https://i.gkd.li/import/12843283', - ], - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.zidongdianji.ts b/src/apps/com.zidongdianji.ts index 4abe0730..0e21f97e 100644 --- a/src/apps/com.zidongdianji.ts +++ b/src/apps/com.zidongdianji.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'com.zidongdianji', name: '自动点击器', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'com.autoclicker.clicker.ads.SplashActivity', - rules: [ - '[id=`com.byted.pangle:id/tt_splash_skip_btn`]', - 'TextView[text^=`跳过`]', - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/com.zjwh.android_wh_physicalfitness.ts b/src/apps/com.zjwh.android_wh_physicalfitness.ts index 845ae0b4..8923c430 100644 --- a/src/apps/com.zjwh.android_wh_physicalfitness.ts +++ b/src/apps/com.zjwh.android_wh_physicalfitness.ts @@ -4,24 +4,6 @@ export default defineAppConfig({ id: 'com.zjwh.android_wh_physicalfitness', name: '运动世界校园', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/13166424', - 'https://i.gkd.li/import/13228145', - ], - }, - ], - }, { key: 1, name: '优量汇广告', diff --git a/src/apps/com.zl.fqbao.ts b/src/apps/com.zl.fqbao.ts deleted file mode 100644 index ce63e051..00000000 --- a/src/apps/com.zl.fqbao.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zl.fqbao', - name: '招联金融', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13466515', - }, - ], -}); diff --git a/src/apps/com.zmsoft.forwatch.ts b/src/apps/com.zmsoft.forwatch.ts index 223c8945..ea5947c1 100644 --- a/src/apps/com.zmsoft.forwatch.ts +++ b/src/apps/com.zmsoft.forwatch.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.zmsoft.forwatch', name: '子腾园', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13546004', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/com.zmzx.college.search.ts b/src/apps/com.zmzx.college.search.ts index cbe50329..38570418 100644 --- a/src/apps/com.zmzx.college.search.ts +++ b/src/apps/com.zmzx.college.search.ts @@ -4,23 +4,6 @@ export default defineAppConfig({ id: 'com.zmzx.college.search', name: '大学搜题酱', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - excludeActivityIds: - 'com.zmzx.college.search.activity.login.activity.LoginActivity', - rules: ['TextView[text^="跳过"][text.length<=3]'], - snapshotUrls: [ - 'https://i.gkd.li/import/12867875', - 'https://i.gkd.li/import/12867970', - 'https://i.gkd.li/import/12881929', - 'https://i.gkd.li/import/13561976', //登录误触 - ], - }, { enable: false, key: 1, diff --git a/src/apps/com.zol.android.ts b/src/apps/com.zol.android.ts deleted file mode 100644 index 48bf1b07..00000000 --- a/src/apps/com.zol.android.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zol.android', - name: '中关村在线', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13451182', - }, - ], -}); diff --git a/src/apps/com.zuoyebang.knowledge.ts b/src/apps/com.zuoyebang.knowledge.ts index b32000e9..9d857145 100644 --- a/src/apps/com.zuoyebang.knowledge.ts +++ b/src/apps/com.zuoyebang.knowledge.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'com.zuoyebang.knowledge', name: '作业帮家长版', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.zuoyebang.knowledge:id/ms_skipView"]', - snapshotUrls: 'https://i.gkd.li/import/13296260', - }, { key: 1, name: '更新提醒', diff --git a/src/apps/com.zy.flt_yishang.ts b/src/apps/com.zy.flt_yishang.ts deleted file mode 100644 index f47b59d5..00000000 --- a/src/apps/com.zy.flt_yishang.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'com.zy.flt_yishang', - name: '飞猫管家', - groups: [ - { - key: 0, - name: '开屏广告', - rules: 'Button[desc^="跳过广告"][desc.length<=6][clickable=true]', - snapshotUrls: 'https://i.gkd.li/import/12641337', - }, - ], -}); diff --git a/src/apps/com.zzw.october.ts b/src/apps/com.zzw.october.ts index dd86fba6..9ea62b06 100644 --- a/src/apps/com.zzw.october.ts +++ b/src/apps/com.zzw.october.ts @@ -4,35 +4,10 @@ export default defineAppConfig({ id: 'com.zzw.october', name: '志愿汇', groups: [ - { - key: 1, - name: '开屏广告', - activityIds: ['com.zzw.october.LaunchActivity'], - rules: [ - { - key: 1, - name: '方形按钮-开屏广告', - quickFind: true, - matches: ['[id="com.zzw.october:id/skip_parent_view"]'], - snapshotUrls: ['https://i.gkd.li/import/12842667'], - }, - { - key: 2, - name: '圆形按钮-开屏广告', - quickFind: true, - matches: 'TextView[text^="跳过"][text.length<=4]', - snapshotUrls: [ - 'https://i.gkd.li/import/12842724', - 'https://i.gkd.li/import/13160835', - ], - }, - ], - }, { key: 2, name: '主页广告', activityIds: ['com.zzw.october.MainActivity'], - rules: [ { key: 1, diff --git a/src/apps/csii.com.qny.ts b/src/apps/csii.com.qny.ts deleted file mode 100644 index 97b75332..00000000 --- a/src/apps/csii.com.qny.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'csii.com.qny', - name: '黔农云', - groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击跳过按钮', - - activityIds: 'csii.com.qny.ui.activity.AdvertisementActivity', - rules: [ - { - matches: '[id="csii.com.qny:id/tv_count_down"]', - snapshotUrls: 'https://i.gkd.li/import/12908332', - }, - ], - }, - ], -}); diff --git a/src/apps/ctrip.android.view.ts b/src/apps/ctrip.android.view.ts index a9e9dc0b..2da388ad 100644 --- a/src/apps/ctrip.android.view.ts +++ b/src/apps/ctrip.android.view.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'ctrip.android.view', name: '携程旅行', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity', - rules: [ - 'LinearLayout[childCount=2] > TextView + TextView[text="跳过"||text="跳过广告"]', - ], - snapshotUrls: [ - 'https://i.gkd.li/import/12472613', - 'https://i.gkd.li/import/12511071', - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/deepal.com.cn.app.ts b/src/apps/deepal.com.cn.app.ts deleted file mode 100644 index e75dd5f4..00000000 --- a/src/apps/deepal.com.cn.app.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'deepal.com.cn.app', - name: '深蓝汽车', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="deepal.com.cn.app:id/tvOnSkipBtn"]', - snapshotUrls: 'https://i.gkd.li/import/13314669', - }, - ], -}); diff --git a/src/apps/dxwt.questionnaire.ui.ts b/src/apps/dxwt.questionnaire.ui.ts deleted file mode 100644 index 2f510211..00000000 --- a/src/apps/dxwt.questionnaire.ui.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'dxwt.questionnaire.ui', - name: '10000社区', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc^="关闭"][desc.length<=10][visibleToUser=true]', - snapshotUrls: [ - 'https://i.gkd.li/import/13255491', - 'https://i.gkd.li/import/13259475', // 限制 visibleToUser=true 防止按钮未出现就触发规则 - ], - }, - ], -}); diff --git a/src/apps/fit.flutter.dsm_helper.ts b/src/apps/fit.flutter.dsm_helper.ts deleted file mode 100644 index 99ea5800..00000000 --- a/src/apps/fit.flutter.dsm_helper.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'fit.flutter.dsm_helper', - name: '群晖助手', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/13450752', - 'https://i.gkd.li/import/13445496', - ], - }, - ], -}); diff --git a/src/apps/flipboard.cn.ts b/src/apps/flipboard.cn.ts deleted file mode 100644 index 311ea3e3..00000000 --- a/src/apps/flipboard.cn.ts +++ /dev/null @@ -1,22 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'flipboard.cn', - name: '红板报', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="flipboard.cn:id/splash_text_layout"]', - snapshotUrls: 'https://i.gkd.li/import/13694601', - }, - ], - }, - ], -}); diff --git a/src/apps/fm.qingting.qtradio.ts b/src/apps/fm.qingting.qtradio.ts index 8d0658c6..a0908094 100644 --- a/src/apps/fm.qingting.qtradio.ts +++ b/src/apps/fm.qingting.qtradio.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'fm.qingting.qtradio', name: '蜻蜓FM', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: ['fm.qingting.qtradio.QTRadioActivity'], - rules: [ - '[id="fm.qingting.qtradio:id/third_skip_layout"||id="fm.qingting.qtradio:id/skip_ad"]', - ], - snapshotUrls: [ - 'https://i.gkd.li/import/12640433', - 'https://i.gkd.li/import/12640971', - ], - }, { key: 1, name: '播放界面的广告', diff --git a/src/apps/im.xingzhe.ts b/src/apps/im.xingzhe.ts deleted file mode 100644 index 283b1b34..00000000 --- a/src/apps/im.xingzhe.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'im.xingzhe', - name: '行者骑行', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'im.xingzhe.activity.LaunchActivity', - - rules: '[id="im.xingzhe:id/count_text"][text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13031282', - }, - ], -}); diff --git a/src/apps/info.muge.appshare.ts b/src/apps/info.muge.appshare.ts index 2dc09b1b..8d50a11c 100644 --- a/src/apps/info.muge.appshare.ts +++ b/src/apps/info.muge.appshare.ts @@ -4,34 +4,6 @@ export default defineAppConfig({ id: 'info.muge.appshare', name: 'AppShare', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id$="tt_splash_skip_btn"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12683145', - 'https://i.gkd.li/import/12683173', - 'https://i.gkd.li/import/13702708', - ], - }, - { - key: 1, - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12683168', - 'https://i.gkd.li/import/12683211', - 'https://i.gkd.li/import/12748893', - ], - }, - ], - }, { key: 1, name: '卡片式广告', diff --git a/src/apps/info.zzjdev.musicdownload.ts b/src/apps/info.zzjdev.musicdownload.ts deleted file mode 100644 index 9d1f8f43..00000000 --- a/src/apps/info.zzjdev.musicdownload.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'info.zzjdev.musicdownload', - name: '嘀嘀动漫', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'info.zzjdev.musicdownload.start.SplashActivity1', - - rules: '[id="info.zzjdev.musicdownload:id/skip_view"]', - snapshotUrls: 'https://i.gkd.li/import/13187827', - }, - ], -}); diff --git a/src/apps/insigma.waybook.jinan.ts b/src/apps/insigma.waybook.jinan.ts deleted file mode 100644 index 2df90185..00000000 --- a/src/apps/insigma.waybook.jinan.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'insigma.waybook.jinan', - name: '369出行', - groups: [ - { - key: 0, - name: '开屏广告', - rules: '[id="insigma.waybook.jinan:id/qm_time"]', - snapshotUrls: 'https://i.gkd.li/import/12660773', - }, - ], -}); diff --git a/src/apps/io.dcloud.H514D19D6.ts b/src/apps/io.dcloud.H514D19D6.ts deleted file mode 100644 index 8b25ae8d..00000000 --- a/src/apps/io.dcloud.H514D19D6.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'io.dcloud.H514D19D6', - name: '代练通', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13350041', - }, - ], -}); diff --git a/src/apps/io.dcloud.H55BDF6BE.ts b/src/apps/io.dcloud.H55BDF6BE.ts deleted file mode 100644 index 02bc3b82..00000000 --- a/src/apps/io.dcloud.H55BDF6BE.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'io.dcloud.H55BDF6BE', - name: '甬派', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'io.dcloud.H55BDF6BE.activity.FullADSActivity', - - rules: '[id="io.dcloud.H55BDF6BE:id/tv_time"][text$="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/13031273', - }, - ], -}); diff --git a/src/apps/io.iftech.android.box.ts b/src/apps/io.iftech.android.box.ts index b6d45f65..dc4dd5e2 100644 --- a/src/apps/io.iftech.android.box.ts +++ b/src/apps/io.iftech.android.box.ts @@ -5,22 +5,6 @@ export default defineAppConfig({ id: 'io.iftech.android.box', name: '小组件盒子', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'io.iftech.android.box.main.SplashActivity', - rules: [ - { - matches: - '[id="io.iftech.android.box:id/anythink_myoffer_splash_skip"]', - snapshotUrls: 'https://i.gkd.li/import/12706213', - }, - { - matches: '@[text="跳过"] +(5) ImageView', - snapshotUrls: 'https://i.gkd.li/import/12706219', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/io.sbyd.app.ts b/src/apps/io.sbyd.app.ts index f69c44a8..c517f47c 100644 --- a/src/apps/io.sbyd.app.ts +++ b/src/apps/io.sbyd.app.ts @@ -4,20 +4,6 @@ export default defineAppConfig({ id: 'io.sbyd.app', name: '轻松阅', groups: [ - { - key: -1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[text^="跳过"][text.length<10]', - snapshotUrls: 'https://i.gkd.li/import/13261949', - }, - ], - }, { key: 0, name: '弹窗广告', diff --git a/src/apps/li.songe.gkd.ts b/src/apps/li.songe.gkd.ts deleted file mode 100644 index 717d0f7a..00000000 --- a/src/apps/li.songe.gkd.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'li.songe.gkd', - name: 'GKD', - groups: [], -}); diff --git a/src/apps/ltd.sky.okay.cn.ts b/src/apps/ltd.sky.okay.cn.ts index 8e5d0cae..7e9e09af 100644 --- a/src/apps/ltd.sky.okay.cn.ts +++ b/src/apps/ltd.sky.okay.cn.ts @@ -4,15 +4,6 @@ export default defineAppConfig({ id: 'ltd.sky.okay.cn', name: '漫天星', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13759409', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/make.more.r2d2.cellular_z.ts b/src/apps/make.more.r2d2.cellular_z.ts index ef8bf8ad..5d6a6c8b 100644 --- a/src/apps/make.more.r2d2.cellular_z.ts +++ b/src/apps/make.more.r2d2.cellular_z.ts @@ -4,21 +4,6 @@ export default defineAppConfig({ id: 'make.more.r2d2.cellular_z', name: 'Cellular-Z', groups: [ - { - key: 1, - name: '开屏广告', - activityIds: 'make.more.r2d2.cellular_z.activity.SplashGMActivity', - rules: [ - { - matches: '[text^="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12648511', - }, - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12747314', - }, - ], - }, { key: 2, name: '更新弹窗', diff --git a/src/apps/me.chunyu.ChunyuDoctor.ts b/src/apps/me.chunyu.ChunyuDoctor.ts index 8cf0911e..9835d2c2 100644 --- a/src/apps/me.chunyu.ChunyuDoctor.ts +++ b/src/apps/me.chunyu.ChunyuDoctor.ts @@ -4,24 +4,6 @@ export default defineAppConfig({ id: 'me.chunyu.ChunyuDoctor', name: '春雨医生', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'me.chunyu.ChunyuDoctor.Activities.WelcomeActivity', - 'com.miui.home.launcher.Launcher', - ], - rules: [ - { - matches: - '[id="me.chunyu.ChunyuDoctor:id/tv_ad_label"] +(2) [id="me.chunyu.ChunyuDoctor:id/welcome_tv_timer"][text^="跳过"]', - snapshotUrls: [ - 'https://i.gkd.li/import/12661722', - 'https://i.gkd.li/import/12661937', - ], - }, - ], - }, { key: 10, name: '应用评分弹窗', diff --git a/src/apps/me.ele.ts b/src/apps/me.ele.ts index 3f35869f..558565ba 100644 --- a/src/apps/me.ele.ts +++ b/src/apps/me.ele.ts @@ -5,15 +5,6 @@ export default defineAppConfig({ name: '饿了么', deprecatedKeys: [3], groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="me.ele:id/skip_button"]', - snapshotUrls: 'https://i.gkd.li/import/12534930', - }, { key: 1, name: '版本更新', diff --git a/src/apps/mo.gov.dsat.bis.ts b/src/apps/mo.gov.dsat.bis.ts deleted file mode 100644 index ec7bd4f2..00000000 --- a/src/apps/mo.gov.dsat.bis.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'mo.gov.dsat.bis', - name: '巴士報站', - groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - rules: '[id="mo.gov.dsat.bis:id/skipBtn"]', - snapshotUrls: 'https://i.gkd.li/import/13350002', - }, - ], -}); diff --git a/src/apps/moc.nauxuoyoaixoaix.www.ts b/src/apps/moc.nauxuoyoaixoaix.www.ts deleted file mode 100644 index 12c8bf03..00000000 --- a/src/apps/moc.nauxuoyoaixoaix.www.ts +++ /dev/null @@ -1,27 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'moc.nauxuoyoaixoaix.www', - name: '晓晓优选', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13476862', - }, - { - key: 1, - matches: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13625367', - }, - ], - }, - ], -}); diff --git a/src/apps/net.csdn.csdnplus.ts b/src/apps/net.csdn.csdnplus.ts index 5e064562..e8e1575e 100644 --- a/src/apps/net.csdn.csdnplus.ts +++ b/src/apps/net.csdn.csdnplus.ts @@ -4,25 +4,6 @@ export default defineAppConfig({ id: 'net.csdn.csdnplus', name: 'CSDN', groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - quickFind: true, - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: ['https://i.gkd.li/import/12673680'], - }, - { - // 无法使用 quickFind - matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13224627', - }, - ], - }, { key: 1, name: '更新弹窗', diff --git a/src/apps/net.dingblock.mobile.ts b/src/apps/net.dingblock.mobile.ts deleted file mode 100644 index c3425ac2..00000000 --- a/src/apps/net.dingblock.mobile.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'net.dingblock.mobile', - name: '盯链', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][id="net.dingblock.mobile:id/boot_time_txt"]', - snapshotUrls: 'https://i.gkd.li/import/13554178', - }, - ], -}); diff --git a/src/apps/net.dxzq.jgzx.ts b/src/apps/net.dxzq.jgzx.ts deleted file mode 100644 index 651d7a17..00000000 --- a/src/apps/net.dxzq.jgzx.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'net.dxzq.jgzx', - name: '东兴198', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'net.dxzq.jgzx.activity.LoginPage', - rules: [ - { - matches: '[id="net.dxzq.jgzx:id/tv_m"][text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12852136', - }, - ], - }, - ], -}); diff --git a/src/apps/net.huanci.hsjpro.ts b/src/apps/net.huanci.hsjpro.ts deleted file mode 100644 index 50fe5b04..00000000 --- a/src/apps/net.huanci.hsjpro.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'net.huanci.hsjpro', - name: '画世界Pro', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407218', - }, - ], -}); diff --git a/src/apps/net.joydao.radio.ts b/src/apps/net.joydao.radio.ts deleted file mode 100644 index 5cffe8d0..00000000 --- a/src/apps/net.joydao.radio.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'net.joydao.radio', - name: '听听广播', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13683267', - }, - ], -}); diff --git a/src/apps/npgl.jsitcx.xlpqi.ts b/src/apps/npgl.jsitcx.xlpqi.ts index eabb2e3c..c093a552 100644 --- a/src/apps/npgl.jsitcx.xlpqi.ts +++ b/src/apps/npgl.jsitcx.xlpqi.ts @@ -4,18 +4,6 @@ export default defineAppConfig({ id: 'npgl.jsitcx.xlpqi', name: 'NP管理器', groups: [ - { - key: 0, - name: '开屏广告', - rules: [ - { - key: 0, - activityIds: 'flc.ast.SplashActivity', - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12799908', - }, - ], - }, { key: 1, name: '应用内第三方 SDK 广告弹窗', diff --git a/src/apps/online.bangumi.ts b/src/apps/online.bangumi.ts deleted file mode 100644 index e1c4f326..00000000 --- a/src/apps/online.bangumi.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'online.bangumi', - name: 'アニメ新番組', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'online.bangumi.MainActivity', - rules: 'TextView[text^="跳過"]', - snapshotUrls: 'https://i.gkd.li/import/12799678', - }, - ], -}); diff --git a/src/apps/org.daai.netcheck.ts b/src/apps/org.daai.netcheck.ts deleted file mode 100644 index df272acd..00000000 --- a/src/apps/org.daai.netcheck.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'org.daai.netcheck', - name: '网络万用表', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'org.daai.netcheck.MainActivity', - rules: '[id="org.daai.netcheck:id/skip_view"]', - snapshotUrls: 'https://i.gkd.li/import/13174128', - }, - ], -}); diff --git a/src/apps/org.daimhim.zzzfun.ts b/src/apps/org.daimhim.zzzfun.ts index 3c9f41ce..6b818655 100644 --- a/src/apps/org.daimhim.zzzfun.ts +++ b/src/apps/org.daimhim.zzzfun.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'org.daimhim.zzzfun', name: 'ZzzFun', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13402607', - }, { key: 1, name: '广告弹窗', diff --git a/src/apps/pxb7.com.ts b/src/apps/pxb7.com.ts deleted file mode 100644 index 9e9a6092..00000000 --- a/src/apps/pxb7.com.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'pxb7.com', - name: '螃蟹账号代售', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13759388', - }, - ], -}); diff --git a/src/apps/run.xbud.android.ts b/src/apps/run.xbud.android.ts index 956ab699..e679d3b5 100644 --- a/src/apps/run.xbud.android.ts +++ b/src/apps/run.xbud.android.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'run.xbud.android', name: '小步点', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/12777125', - }, { key: 1, name: '弹窗广告', diff --git a/src/apps/sina.mobile.tianqitong.ts b/src/apps/sina.mobile.tianqitong.ts deleted file mode 100644 index ef34aae3..00000000 --- a/src/apps/sina.mobile.tianqitong.ts +++ /dev/null @@ -1,17 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'sina.mobile.tianqitong', - name: '天气通', - groups: [ - { - key: 0, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13628049', - }, - ], -}); diff --git a/src/apps/so.tita.ts b/src/apps/so.tita.ts index eed3f454..af353d5f 100644 --- a/src/apps/so.tita.ts +++ b/src/apps/so.tita.ts @@ -4,13 +4,6 @@ export default defineAppConfig({ id: 'so.tita', name: 'tita搜索', groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'so.tita.view.activity.GActivity', - rules: '@[text^="跳过"] < LinearLayout +n ImageView', - snapshotUrls: 'https://i.gkd.li/import/12800319', - }, { key: 1, name: '应用内第三方 SDK 广告', diff --git a/src/apps/top.xuante.moloc.ts b/src/apps/top.xuante.moloc.ts deleted file mode 100644 index 23bcd8a3..00000000 --- a/src/apps/top.xuante.moloc.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'top.xuante.moloc', - name: '摩尼定位', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - key: 0, - name: '【跳过+倒计时】型', - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13346180', - }, - ], - }, - ], -}); diff --git a/src/apps/tv.acfundanmaku.video.ts b/src/apps/tv.acfundanmaku.video.ts index 261a6d84..e8786ca1 100644 --- a/src/apps/tv.acfundanmaku.video.ts +++ b/src/apps/tv.acfundanmaku.video.ts @@ -4,22 +4,6 @@ export default defineAppConfig({ id: 'tv.acfundanmaku.video', name: 'AcFun', groups: [ - { - key: 1, - name: '开屏广告', - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - quickFind: true, - rules: [ - { - matches: '[id="tv.acfundanmaku.video:id/splashSkipView"]', - exampleUrls: - 'https://m.gkd.li/6328439/1a9541c5-fba7-4ecc-a276-f19a5641df1f', - snapshotUrls: 'https://i.gkd.li/import/13348326', - }, - ], - }, { key: 2, name: '青少年模式弹窗', diff --git a/src/apps/tv.danmaku.bilibilihd.ts b/src/apps/tv.danmaku.bilibilihd.ts index af627c55..d2c4479c 100644 --- a/src/apps/tv.danmaku.bilibilihd.ts +++ b/src/apps/tv.danmaku.bilibilihd.ts @@ -7,15 +7,20 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'tv.danmaku.bili.MainActivityV2', - + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, rules: '[id="tv.danmaku.bilibilihd:id/count_down"]', snapshotUrls: 'https://i.gkd.li/import/13031261', }, { key: 1, name: '青少年模式弹窗', - activityIds: 'com.bilibili.teenagersmode.ui.TeenagersModeDialogActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, rules: '[text*="青少年模式"] + [text="我知道了"]', snapshotUrls: 'https://i.gkd.li/import/13166639', }, diff --git a/src/apps/tv.tvguo.androidphone.ts b/src/apps/tv.tvguo.androidphone.ts deleted file mode 100644 index 6f26b43d..00000000 --- a/src/apps/tv.tvguo.androidphone.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'tv.tvguo.androidphone', - name: '电视果', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: 'TextView[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13222744', - }, - ], -}); diff --git a/src/apps/uni.UNIE7FC6F0.ts b/src/apps/uni.UNIE7FC6F0.ts deleted file mode 100644 index 94bb0d25..00000000 --- a/src/apps/uni.UNIE7FC6F0.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; -export default defineAppConfig({ - id: 'uni.UNIE7FC6F0', - name: 'MERIT超燃脂', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: [ - { - matches: '@TextView[id="uni.UNIE7FC6F0:id/tv_seconds"]', - exampleUrls: [ - 'https://m.gkd.li/83610194/e6748e2f-3bdb-4f13-8caf-1ab8b5795f24', - ], - snapshotUrls: ['https://i.gkd.li/import/13432983'], - }, - ], - }, - ], -}); diff --git a/src/apps/vstc.AKCXKJ.client.ts b/src/apps/vstc.AKCXKJ.client.ts deleted file mode 100644 index aba56373..00000000 --- a/src/apps/vstc.AKCXKJ.client.ts +++ /dev/null @@ -1,26 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'vstc.AKCXKJ.client', - name: 'FOWL', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: [ - 'vstc.AKCXKJ.client.SplashActivity', - 'vstc.AKCXKJ.client.MainActivity', - ], - rules: [ - { - matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: ['https://i.gkd.li/import/12661199'], - }, - { - matches: '@[id=null][text^="跳过"] < LinearLayout +(4) ImageView', - snapshotUrls: ['https://i.gkd.li/import/12661178'], - }, - ], - }, - ], -}); diff --git a/src/apps/vz.com.ts b/src/apps/vz.com.ts deleted file mode 100644 index 7042b647..00000000 --- a/src/apps/vz.com.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'vz.com', - name: '飞常准', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13684626', - }, - ], -}); diff --git a/src/apps/windinfo.android.ts b/src/apps/windinfo.android.ts deleted file mode 100644 index f0849cd7..00000000 --- a/src/apps/windinfo.android.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'windinfo.android', - name: 'Wind金融终端', - groups: [ - { - key: 0, - name: '开屏广告', - activityIds: 'windinfo.android.LogoAdActivity', - rules: '[id="windinfo.android:id/ivAdPass"]', - snapshotUrls: 'https://i.gkd.li/import/12721428', - }, - ], -}); diff --git a/src/apps/xin.banghua.beiyuan0.ts b/src/apps/xin.banghua.beiyuan0.ts deleted file mode 100644 index 1127b8c3..00000000 --- a/src/apps/xin.banghua.beiyuan0.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'xin.banghua.beiyuan0', - name: '小贝乐园平台', - groups: [ - { - key: 1, - name: '开屏广告', - quickFind: true, - actionMaximum: 1, - resetMatch: 'app', - matchTime: 10000, - rules: [ - { - matches: '[text*="跳过"][text.length<=10]', - exampleUrls: - 'https://m.gkd.li/58279234/eaa5ddd9-734a-40fe-9295-f89e1984ac8c', - snapshotUrls: 'https://i.gkd.li/import/13596389', - }, - ], - }, - ], -}); diff --git a/src/apps/xxx.pornhub.fuck.ts b/src/apps/xxx.pornhub.fuck.ts index b171f4c3..79544d17 100644 --- a/src/apps/xxx.pornhub.fuck.ts +++ b/src/apps/xxx.pornhub.fuck.ts @@ -4,16 +4,6 @@ export default defineAppConfig({ id: 'xxx.pornhub.fuck', name: 'JavDB', groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[desc^="跳过"][desc.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13334640', - }, { enable: false, key: 1, diff --git a/src/apps/yesoul.yesoulmobile.ts b/src/apps/yesoul.yesoulmobile.ts deleted file mode 100644 index 0e3d663a..00000000 --- a/src/apps/yesoul.yesoulmobile.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'yesoul.yesoulmobile', - name: 'Yesoul', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13407079', - }, - ], -}); diff --git a/src/apps/yitu.tv.laobai.www.ts b/src/apps/yitu.tv.laobai.www.ts deleted file mode 100644 index 44fa965c..00000000 --- a/src/apps/yitu.tv.laobai.www.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { defineAppConfig } from '../types'; - -export default defineAppConfig({ - id: 'yitu.tv.laobai.www', - name: '老白故事', - groups: [ - { - key: 0, - name: '开屏广告', - quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13523099', - }, - ], -}); diff --git a/src/apps/zhongxinjiantou.szkingdom.android.newphone.ts b/src/apps/zhongxinjiantou.szkingdom.android.newphone.ts index 1726b817..d0dc0515 100644 --- a/src/apps/zhongxinjiantou.szkingdom.android.newphone.ts +++ b/src/apps/zhongxinjiantou.szkingdom.android.newphone.ts @@ -4,22 +4,6 @@ export default defineAppConfig({ id: 'zhongxinjiantou.szkingdom.android.newphone', name: '蜻蜓点金', groups: [ - { - key: 0, - name: '开屏广告', - desc: '点击跳过', - - quickFind: true, - activityIds: - 'kds.szkingdom.modeinit.android.init.activity.ZXJTInitActivity', - rules: [ - { - matches: - '[id="zhongxinjiantou.szkingdom.android.newphone:id/kds_advertise_btn_timmer"]', - snapshotUrls: 'https://i.gkd.li/import/12924454', - }, - ], - }, { key: 1, name: '通知权限',