mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(飞常准业内版): 开屏广告 (#987)
This commit is contained in:
17
src/apps/com.feeyo.vz.pro.cdm.ts
Normal file
17
src/apps/com.feeyo.vz.pro.cdm.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.feeyo.vz.pro.cdm',
|
||||
name: '飞常准业内版',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.feeyo.vz.pro.activity.cdm.WelcomeActivity',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12884347',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user