diff --git a/src/apps/com.lenovo.club.app.ts b/src/apps/com.lenovo.club.app.ts index 0119e685..5db30ef9 100644 --- a/src/apps/com.lenovo.club.app.ts +++ b/src/apps/com.lenovo.club.app.ts @@ -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', + }, ], });