From 947bb42a1acca2087939b5df323e3098ceaca270 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:21:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=89=B9):=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#4062)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaote.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.xiaote.ts diff --git a/src/apps/com.xiaote.ts b/src/apps/com.xiaote.ts new file mode 100644 index 000000000..15b029135 --- /dev/null +++ b/src/apps/com.xiaote.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaote', + name: '小特', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.xiaote:id/ad_close"][text*="关闭"]', + snapshotUrls: 'https://i.gkd.li/import/14035706', + }, + ], + }, + ], +});