feat(牛听听): 开屏广告 (#445)

This commit is contained in:
Kun Jinkao 2023-09-28 10:29:28 +08:00 committed by GitHub
parent 3b895cf10b
commit 2ec1a20ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
src/apps/com.benew.ntt.ts Normal file
View 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',
},
],
});