mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:23:40 +08:00
feat(牛听听): 开屏广告 (#445)
This commit is contained in:
parent
3b895cf10b
commit
2ec1a20ee2
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user