From 4dfd30e61cf39a249e4fa43860b68373854ecd01 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:05:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A7=E5=AD=A6=E6=90=9C=E9=A2=98?= =?UTF-8?q?=E9=85=B1):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BC=98=E5=8C=96=20(#965)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(大学搜题酱): 修复开屏广告失效(gkd-kit#961) * feat(大学搜题酱): 开屏广告-完善规则 --- src/apps/com.zmzx.college.search.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/com.zmzx.college.search.ts b/src/apps/com.zmzx.college.search.ts index b1042c76..556a97f5 100644 --- a/src/apps/com.zmzx.college.search.ts +++ b/src/apps/com.zmzx.college.search.ts @@ -9,11 +9,11 @@ export default defineAppConfig({ name: '开屏广告', quickFind: true, activityIds: 'com.zmzx.college.search.activity.init.InitActivity', - rules: - '[id="com.zmzx.college.search:id/ksad_splash_root_container"] [text="跳过"]', + rules: ['TextView[text^="跳过"][text.length<=3]'], snapshotUrls: [ 'https://gkd-kit.songe.li/import/12867875', 'https://gkd-kit.songe.li/import/12867970', + 'https://gkd-kit.songe.li/import/12881929', ], }, {