From 15f99b742a21c621af66f79bd44162d2845ee285 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:22:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(360=E6=91=84=E5=83=8F=E6=9C=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#817)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.qihoo.camera.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.qihoo.camera.ts diff --git a/src/apps/com.qihoo.camera.ts b/src/apps/com.qihoo.camera.ts new file mode 100644 index 00000000..23604021 --- /dev/null +++ b/src/apps/com.qihoo.camera.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qihoo.camera', + name: '360摄像机', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.qihoo.jia.ui.activity.SplashActivity', + matchLauncher: true, + quickFind: true, + rules: '[text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12846783', + }, + ], +});