From 391ab81713197e22256f94f12dafa8847ba5ad2c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 4 Mar 2024 20:39:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=83=9F=E8=8A=B1=E5=8A=A8=E6=BC=AB):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.viva.timeplan.p5.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.viva.timeplan.p5.ts diff --git a/src/apps/com.viva.timeplan.p5.ts b/src/apps/com.viva.timeplan.p5.ts new file mode 100644 index 00000000..2847e4fe --- /dev/null +++ b/src/apps/com.viva.timeplan.p5.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.viva.timeplan.p5', + name: '烟花动漫', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭', + rules: [ + { + activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', + matches: '[id="android:id/content"] >5 ImageView[clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/3bfe1e95-56ed-43f7-b40c-e523953e71f6', + snapshotUrls: 'https://i.gkd.li/i/14481496', + }, + ], + }, + ], +});