feat(小周便签): 开屏广告(优化规则)

This commit is contained in:
AIsouler
2024-03-20 13:26:25 +08:00
parent ac030efc21
commit fb5479576b

View File

@@ -7,6 +7,7 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
quickFind: true,
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
@@ -14,17 +15,15 @@ export default defineAppConfig({
rules: [ rules: [
{ {
key: 0, key: 0,
matches: '[id="me.zhouzhuo810.zznote:id/btn_next_2"]', matches: '@[vid^="btn_next_"] - [vid="native_ad_container"]',
exampleUrls: snapshotUrls: [
'https://m.gkd.li/57941037/b20641b8-e7c6-44d6-82b4-5e501e8a491d', 'https://i.gkd.li/i/12798528',
snapshotUrls: 'https://i.gkd.li/i/12798528', 'https://i.gkd.li/i/14662294',
],
}, },
{ {
key: 1, key: 1,
quickFind: true,
matches: '@LinearLayout > [text*="跳过"]', matches: '@LinearLayout > [text*="跳过"]',
exampleUrls:
'https://m.gkd.li/57941037/c23cca9b-b4fa-4533-9a1d-4bb4bc9e4b86',
snapshotUrls: 'https://i.gkd.li/i/13800235', snapshotUrls: 'https://i.gkd.li/i/13800235',
}, },
], ],