From d6b2126fdb3a963c6b82103c51ab2099b5c93279 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:54:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=97=AA=E5=8A=A8=E6=A0=A1=E5=9B=AD):=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(#1222)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1221 --- src/apps/com.huachenjie.shandong_school.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps/com.huachenjie.shandong_school.ts b/src/apps/com.huachenjie.shandong_school.ts index 0428e619..683c0d5c 100644 --- a/src/apps/com.huachenjie.shandong_school.ts +++ b/src/apps/com.huachenjie.shandong_school.ts @@ -13,9 +13,16 @@ export default defineAppConfig({ activityIds: 'com.huachenjie.shandong_school.splash.SplashActivity', rules: [ { - matches: '[text^="跳过"][clickable=false]', + key: 0, + matches: + '[id="com.huachenjie.shandong_school:id/flAd"] >n [text^="跳过"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12922866', }, + { + key: 1, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/13031192', + }, ], }, ],