mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(红手指云手机): 开屏广告 (#1410)
This commit is contained in:
27
src/apps/com.redfinger.app.ts
Normal file
27
src/apps/com.redfinger.app.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user