mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:33:55 +08:00
parent
bd91cfde5d
commit
08ae18cb0c
|
@ -7,9 +7,24 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.lenovo.club.app.AdActivity',
|
quickFind: true,
|
||||||
rules: '[id="com.lenovo.club.app:id/tv_jump"][text$="跳过"]',
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12829678',
|
snapshotUrls: 'https://i.gkd.li/import/12829678',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '版本更新',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: 'com.lenovo.club.app.AdActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.lenovo.club.app:id/tv_title"][text="发现新版本"] < LinearLayout [text="下次再说"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13498778',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user