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', + ], + }, + ], + }, + ], +});