From 0919cd5e95c82d4dfc6b2cba52e4f9f59107a268 Mon Sep 17 00:00:00 2001 From: guanyintu <37127965+guanyintu@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:30:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B8=B8=E6=B0=91=E6=98=9F=E7=A9=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#1238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为游民星空添加新的匹配规则 --- src/apps/com.gamersky.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/apps/com.gamersky.ts b/src/apps/com.gamersky.ts index 92442837..a1d514c8 100644 --- a/src/apps/com.gamersky.ts +++ b/src/apps/com.gamersky.ts @@ -8,8 +8,16 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.gamersky.main.activity.LibMainActivity', - rules: 'View[clickable= true] + TextView[text ^= "跳过"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12848922', + rules: [ + { + matches: 'View[clickable= true] + TextView[text ^= "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12848922', + }, + { + matches: '[id="com.gamersky:id/jump"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13038181', + }, + ], }, ], });