From 08ae18cb0cb14689085255f0728324a1d69a9b5a Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:36:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=81=94=E6=83=B3):=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#2664)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2658 --- src/apps/com.lenovo.club.app.ts | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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', + }, ], });