mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(牛听听): 开屏广告 (#445)
This commit is contained in:
15
src/apps/com.benew.ntt.ts
Normal file
15
src/apps/com.benew.ntt.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.benew.ntt',
|
||||||
|
name: '牛听听',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.benew.ntt.AdActivity',
|
||||||
|
rules: '[id="com.benew.ntt:id/ad_skip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12740387',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user