mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(小米视频): 分段广告-卡片广告
This commit is contained in:
24
src/apps/com.miui.video.ts
Normal file
24
src/apps/com.miui.video.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.miui.video',
|
||||
name: '小米视频',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '分段广告-卡片广告',
|
||||
desc: '该广告的第二段需开启“智能服务”的对应规则才能关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.miui.video.feature.detail.NewShortVideoDetailActivity',
|
||||
matches: '[vid="v_banner_bottom_right"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/cd25f4a5-64db-4471-8eea-3d84a34ffb72',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16044569',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user