From c7d890bb8274f0d90a48cc9ad812fba655357aaf Mon Sep 17 00:00:00 2001 From: BreezyOrigin <3246057843@qq.com> Date: Thu, 26 Oct 2023 22:43:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=97=E6=84=BF=E6=B1=87):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(志愿汇): 开屏广告 * feat(志愿汇): 规则优化 --------- Co-authored-by: lisonge --- src/apps/com.zzw.october.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/apps/com.zzw.october.ts b/src/apps/com.zzw.october.ts index 0d99e768..8d19740a 100644 --- a/src/apps/com.zzw.october.ts +++ b/src/apps/com.zzw.october.ts @@ -13,15 +13,18 @@ export default defineAppConfig({ key: 1, desc: '方形按钮-开屏广告', quickFind: true, - matches: '[id="com.zzw.october:id/skip_parent_view"]', - snapshotUrls: 'https://i.gkd.li/import/12842667', + matches: ['[id="com.zzw.october:id/skip_parent_view"]'], + snapshotUrls: ['https://i.gkd.li/import/12842667'], }, { key: 2, desc: '圆形按钮-开屏广告', quickFind: true, - matches: '@ImageView + ViewGroup > TextView[text="跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12842724', + matches: 'TextView[text^="跳过"][text.length<=4]', + snapshotUrls: [ + 'https://i.gkd.li/import/12842724', + 'https://i.gkd.li/import/13160835', + ], }, ], },