mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ浏览器): 开屏广告(补充规则)
This commit is contained in:
@@ -11,11 +11,18 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
actionMaximumKey: 0,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
|
matches: '@LinearLayout[clickable=true] > TextView[text="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12472630',
|
snapshotUrls: 'https://i.gkd.li/i/12472630',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '@View[clickable=true] +2 * >3 [text="向上滑动查看"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14819586',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user