From 98f2bf0b4dcda986287f12c02621ba2381b0aa0e Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:26:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=97=E5=8A=9Be+):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3740)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3738 --- src/apps/com.delicloud.app.smartoffice.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.delicloud.app.smartoffice.ts diff --git a/src/apps/com.delicloud.app.smartoffice.ts b/src/apps/com.delicloud.app.smartoffice.ts new file mode 100644 index 00000000..284cd9db --- /dev/null +++ b/src/apps/com.delicloud.app.smartoffice.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.delicloud.app.smartoffice', + name: '得力e+', + groups: [ + { + 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'], + }, + ], +});