diff --git a/src/apps/com.miui.video.ts b/src/apps/com.miui.video.ts new file mode 100644 index 00000000..cab2b1a6 --- /dev/null +++ b/src/apps/com.miui.video.ts @@ -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', + }, + ], + }, + ], +});