From a0ceddc92f558373309e7d7bd2603cde2773bd69 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:38:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=97=E5=8A=9Be+):=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89=20(#3926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3910 --- src/apps/com.delicloud.app.smartoffice.ts | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/apps/com.delicloud.app.smartoffice.ts b/src/apps/com.delicloud.app.smartoffice.ts index 284cd9db9..137b73860 100644 --- a/src/apps/com.delicloud.app.smartoffice.ts +++ b/src/apps/com.delicloud.app.smartoffice.ts @@ -7,13 +7,20 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: - '@View[clickable=true] <2 FrameLayout <2 FrameLayout <<2 FrameLayout[id="com.delicloud.app.smartoffice:id/splash_container"]', - snapshotUrls: ['https://i.gkd.li/import/13840775'], + rules: [ + { + quickFind: true, + matches: + 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <