feat(中国天气): 开屏广告(补充规则) (#2991)

This commit is contained in:
Kun Jinkao
2023-12-11 19:33:36 +08:00
committed by GitHub
parent 776f908804
commit 16ebaba64c

View File

@@ -11,8 +11,18 @@ export default defineAppConfig({
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
rules: '[text^="跳过"][text.length<=10]', rules: [
{
key: 0,
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13477032', snapshotUrls: 'https://i.gkd.li/import/13477032',
}, },
{
key: 1,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13625328',
},
],
},
], ],
}); });