feat(联想):版本更新 (#2664)

close #2658
This commit is contained in:
jiuqianyuan 2023-11-30 21:36:17 +08:00 committed by GitHub
parent bd91cfde5d
commit 08ae18cb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,24 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
activityIds: 'com.lenovo.club.app.AdActivity',
rules: '[id="com.lenovo.club.app:id/tv_jump"][text$="跳过"]',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
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',
},
],
});