From 3ecf05211f1451bfb69ce03d6d15cb93a38d83d7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 27 Sep 2024 18:28:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=91=E6=97=A5=E8=91=B5=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E5=88=B6):=20=E5=B1=80=E9=83=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.oray.sunlogin.ts | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index e155777e..4ab7a878 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -51,13 +51,20 @@ export default defineGkdApp({ }, { key: 2, - name: '功能类-设备列表-卡片广告', - activityIds: 'com.oray.sunlogin.application.Main', + name: '局部广告-卡片广告', fastQuery: true, - rules: '[id="com.oray.sunlogin:id/fl_close_advertise"]', - snapshotUrls: 'https://i.gkd.li/i/13207785', - exampleUrls: - 'https://github.com/gkd-kit/inspect/assets/38517192/071e5512-e1aa-4a8c-8440-009d6f0f35ff', + rules: [ + { + activityIds: 'com.oray.sunlogin.application.Main', + matches: + '[id="com.oray.sunlogin:id/fl_close_advertise" || vid="iv_dislike"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/2cad526b-1691-45e9-826b-eb92299cb8ee', + snapshotUrls: [ + 'https://i.gkd.li/i/13207785', + 'https://i.gkd.li/i/17159821', + ], + }, + ], }, { key: 3,