diff --git a/src/apps/com.redfinger.app.ts b/src/apps/com.redfinger.app.ts new file mode 100644 index 00000000..913021a9 --- /dev/null +++ b/src/apps/com.redfinger.app.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.redfinger.app', + name: '红手指云手机', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.redfinger.app.activity.Ads2Activity', + matchLauncher: true, + rules: [ + { + key: 0, + matches: '[id="com.redfinger.app:id/ksad_splash_circle_skip_view"]', + snapshotUrls: 'https://i.gkd.li/import/13166289', + }, + { + key: 1, + matches: + '[id="com.redfinger.app:id/anythink_myoffer_splash_skip_area"]', + snapshotUrls: 'https://i.gkd.li/import/13166298', + }, + ], + }, + ], +});