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