mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 12:42:21 +08:00
feat(红手指云手机): 开屏广告 (#1410)
This commit is contained in:
parent
47b1fabb30
commit
e2d4bae2cf
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user