From 975382e424c155227f9527cbb0ef3011259a2135 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 24 Feb 2024 13:22:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=9F=E8=8A=BD=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E7=9F=AD=E5=89=A7):=20=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jz.xydj.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.jz.xydj.ts diff --git a/src/apps/com.jz.xydj.ts b/src/apps/com.jz.xydj.ts new file mode 100644 index 00000000..55fbf061 --- /dev/null +++ b/src/apps/com.jz.xydj.ts @@ -0,0 +1,25 @@ +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', + }, + ], + }, + ], +});