mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
26 lines
706 B
TypeScript
26 lines
706 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.jz.xydj',
|
|
name: '星芽免费短剧',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-卡片广告',
|
|
desc: '[ChangeMe]本规则由GKD网页端审查工具生成',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '底部卡片广告',
|
|
quickFind: true,
|
|
activityIds: 'com.jz.jzdj.ui.activity.shortvideo.ShortVideoActivity2',
|
|
matches: '[vid="ad_close"][clickable=true]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/c6e1dfa9-388e-417f-9ab2-d3ea63d3eb8a',
|
|
snapshotUrls: 'https://i.gkd.li/i/14391204',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|