mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(盯盯拍): 开屏广告 (#1240)
* feat(盯盯拍): 开屏广告(gkd-kit#1060) * feat(qq邮箱): 开启通知提醒 * Revert "feat(qq邮箱): 开启通知提醒" This reverts commit 0cd22f0dee89ee4845791aca615d532491ea46e2. close #1060
This commit is contained in:
24
src/apps/com.vyou.vcameraclient.ts
Normal file
24
src/apps/com.vyou.vcameraclient.ts
Normal file
@@ -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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user