mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:32:21 +08:00
chore: sync
This commit is contained in:
parent
9c6594c77a
commit
d72a8dad48
7
dist/gkd.json
vendored
7
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 17,
|
||||
"version": 18,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
|
@ -900,7 +900,10 @@
|
|||
"key": 0,
|
||||
"name": "QQ浏览器-开屏广告",
|
||||
"activityIds": "com.tencent.mtt.MainActivity",
|
||||
"rules": "@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]"
|
||||
"rules": [
|
||||
"@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]",
|
||||
"@LinearLayout[clickable=true] > TextView[text=\"跳过\"]"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
|
|
@ -7,8 +7,12 @@ export default <AppConfig>{
|
|||
key: 0,
|
||||
name: 'QQ浏览器-开屏广告',
|
||||
activityIds: 'com.tencent.mtt.MainActivity',
|
||||
rules:
|
||||
rules: [
|
||||
'@View[id=null] + ImageView + FrameLayout TextView[text=`向上滑动或点击查看`]',
|
||||
|
||||
// https://gkd-kit.gitee.io/import/38517192/7d8e9661-c29a-4448-94c2-d7b0a1756107
|
||||
`@LinearLayout[clickable=true] > TextView[text="跳过"]`,
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user