From dd4745cc019c7901a593b2e9b38ee5f0ea76f86b Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:37:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B0=B4=E5=8D=B0=E7=9B=B8=E6=9C=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1016)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.zebra.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.tencent.zebra.ts diff --git a/src/apps/com.tencent.zebra.ts b/src/apps/com.tencent.zebra.ts new file mode 100644 index 00000000..e96d53e0 --- /dev/null +++ b/src/apps/com.tencent.zebra.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tencent.zebra', + name: '水印相机', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.android.camera.splash.SplashActivity', + matchLauncher: true, + quickFind: true, + rules: '[id="com.tencent.zebra:id/splash_container"] + [text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12893521', + }, + ], +});