From f473d3226c4e57b31e6f6be4bd2b455f032f8cf1 Mon Sep 17 00:00:00 2001 From: dlh <22029832+dlh996@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:06:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(QooApp):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#798)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dlh --- src/apps/com.qooapp.qoohelper.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.qooapp.qoohelper.ts diff --git a/src/apps/com.qooapp.qoohelper.ts b/src/apps/com.qooapp.qoohelper.ts new file mode 100644 index 00000000..b3591df1 --- /dev/null +++ b/src/apps/com.qooapp.qoohelper.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qooapp.qoohelper', + name: 'QooApp', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.qooapp.qoohelper.arch.welcome.WelcomeActivity', + rules: '[id="com.qooapp.qoohelper:id/skipTv"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12843901', + }, + ], +});