From d06bf6183c70bc3e2c0005ed9ce46a72f884969a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Aug 2024 09:56:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=81=AF=E5=A3=A4=E9=98=85=E8=AF=BB):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.readunion.ireader.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.readunion.ireader.ts diff --git a/src/apps/com.readunion.ireader.ts b/src/apps/com.readunion.ireader.ts new file mode 100644 index 00000000..851cffab --- /dev/null +++ b/src/apps/com.readunion.ireader.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.readunion.ireader', + name: '息壤阅读', + groups: [ + { + key: 1, + name: '局部广告-悬浮广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.union.modulehome.ui.MainActivity', + matches: '[vid="iv_close"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/8192872f-b071-450b-aea7-ec3ce62fee95', + snapshotUrls: 'https://i.gkd.li/i/16790805', + }, + ], + }, + ], +});