mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(儿歌多多): 局部广告-卡片广告
This commit is contained in:
23
src/apps/com.duoduo.child.story.ts
Normal file
23
src/apps/com.duoduo.child.story.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.duoduo.child.story',
|
||||
name: '儿歌多多',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '关闭视频上方广告',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'com.duoduo.child.story.ui.activity.PlayActivity',
|
||||
matches: '[vid="iv_close_banner"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/0a4febc1-9a34-41cb-bbca-63c6723fa228',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15531352',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user