mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(京东读书): 开屏广告
This commit is contained in:
@@ -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: '更新提示',
|
||||
|
||||
Reference in New Issue
Block a user