feat(万能小组件 Top Widgets): 开屏广告(新增规则) (#2143)

This commit is contained in:
Kun Jinkao
2023-11-16 21:31:48 +08:00
committed by GitHub
parent cdabcbd4ac
commit c8cb333acb

View File

@@ -7,12 +7,24 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13334835',
rules: [
{
key: 1,
name: '开屏广告-1',
quickFind: true,
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13334835',
},
{
key: 2,
name: '开屏广告-2',
matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13363115',
},
],
},
],
});