From 11939c8a5e7fd762d776698e46b843d60a94550e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 16 Nov 2024 15:37:14 +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=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E8=BF=9C=E7=A8=8B=E6=8E=A7=E5=88=B6=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=E7=9A=84=E5=B9=BF=E5=91=8A=20(#507)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.oray.sunlogin.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index 8a0b94ab..ce4f6631 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -74,5 +74,19 @@ export default defineGkdApp({ rules: '[text="是否确认退出向日葵?"] + LinearLayout > [vid="button_ok"]', snapshotUrls: 'https://i.gkd.li/i/13927148', }, + { + key: 4, + name: '全屏广告-远程控制结束后的广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: '.application.Main', + matches: '@[vid="close"][visibleToUser=true] - [vid="ll_remote_end"]', + exampleUrls: 'https://e.gkd.li/104ba188-b4cd-4922-b27e-f654085eb163', + snapshotUrls: 'https://i.gkd.li/i/17782893', + }, + ], + }, ], });