feat(红手指云手机): 开屏广告 (#1410)

This commit is contained in:
Kun Jinkao 2023-10-26 22:59:28 +08:00 committed by GitHub
parent 47b1fabb30
commit e2d4bae2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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