From 81d7e4a4cce8c2bdd96534f4ed265df8d65ff3d3 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:58:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=BC=AB=E5=A4=A9=E6=98=9F):=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=20(#3009)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 弹窗广告 * Update ltd.sky.okay.cn.ts --- src/apps/ltd.sky.okay.cn.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/ltd.sky.okay.cn.ts diff --git a/src/apps/ltd.sky.okay.cn.ts b/src/apps/ltd.sky.okay.cn.ts new file mode 100644 index 00000000..da2bd8e0 --- /dev/null +++ b/src/apps/ltd.sky.okay.cn.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'ltd.sky.okay.cn', + name: '漫天星', + groups: [ + { + key: 1, + name: '弹窗广告', + rules: [ + { + key: 0, + name: '腾讯广告', + activityIds: [], + matches: + 'ImageView -2 FrameLayout > FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', + snapshotUrls: 'https://i.gkd.li/import/13625479', + }, + ], + }, + ], +});