diff --git a/src/apps/com.jd.app.reader.ts b/src/apps/com.jd.app.reader.ts index 5dd90aee..46586369 100644 --- a/src/apps/com.jd.app.reader.ts +++ b/src/apps/com.jd.app.reader.ts @@ -4,6 +4,29 @@ export default defineAppConfig({ id: 'com.jd.app.reader', name: '京东读书', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + key: 0, + matches: + 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView', + exampleUrls: + 'https://m.gkd.li/57941037/6f4561e5-b998-43f9-8848-b6b43d045a3d', + snapshotUrls: 'https://i.gkd.li/import/14189228', + }, + { + key: 1, + actionCdKey: 0, + matches: + '[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳过"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down" && vid!*="download") || desc*="跳过" || desc*="skip"]', + }, + ], + }, { key: 1, name: '更新提示',