From 0eded6c33f277d0fc5442022156044d7753d39c1 Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:06:23 +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(#797)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dlh Co-authored-by: dlh --- 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..cf9a0fa2 --- /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: '开屏广告', + activityIds: 'com.delicloud.app.smartoffice.mvp.ui.JiGuangSpalshActivity', + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12843738'], + }, + ], + }, + ], +});