From 89f1217a3621c29ce082fe4349d104cb9cc1715f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 23 Mar 2024 21:56:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=B1=BC=E6=B3=A1=E7=BD=91):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/io.dcloud.H576E6CC7.ts | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/apps/io.dcloud.H576E6CC7.ts diff --git a/src/apps/io.dcloud.H576E6CC7.ts b/src/apps/io.dcloud.H576E6CC7.ts new file mode 100644 index 00000000..860c674f --- /dev/null +++ b/src/apps/io.dcloud.H576E6CC7.ts @@ -0,0 +1,38 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'io.dcloud.H576E6CC7', + name: '鱼泡网', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.yupao.entry.MainActivity', + matches: '[vid="ad_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/42273686-b44a-4964-80a5-84b55e6ad75c', + snapshotUrls: 'https://i.gkd.li/i/14731764', + }, + ], + }, + { + key: 2, + name: '局部广告-悬浮广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.yupao.entry.MainActivity', + matches: '[vid="close"]', + exampleUrls: + 'https://m.gkd.li/57941037/42273686-b44a-4964-80a5-84b55e6ad75c', + snapshotUrls: 'https://i.gkd.li/i/14731764', + }, + ], + }, + ], +});