From 135360830cdfccbbe983e4be5b915efaa0cac088 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:29:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9B=AF=E7=9B=AF=E6=8B=8D):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(盯盯拍): 开屏广告(gkd-kit#1060) * feat(qq邮箱): 开启通知提醒 * Revert "feat(qq邮箱): 开启通知提醒" This reverts commit 0cd22f0dee89ee4845791aca615d532491ea46e2. close #1060 --- src/apps/com.vyou.vcameraclient.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.vyou.vcameraclient.ts diff --git a/src/apps/com.vyou.vcameraclient.ts b/src/apps/com.vyou.vcameraclient.ts new file mode 100644 index 00000000..d3236f56 --- /dev/null +++ b/src/apps/com.vyou.vcameraclient.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.vyou.vcameraclient', + name: '盯盯拍', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + // quickFind: true, 开启后无法跳过 + activityIds: 'com.vyou.app.ui.activity.SplashActivity', + rules: [ + { + matches: 'View[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/13042916', + 'https://gkd-kit.songe.li/import/13042963', + ], + }, + ], + }, + ], +});