From 33c134b025101185735a8cea7a5a52aa1b2b1e40 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:52:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=90=9C=E7=B4=A2):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A=E5=8D=A1=E7=89=87=20(#382?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.quicksearchbox.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.android.quicksearchbox.ts diff --git a/src/apps/com.android.quicksearchbox.ts b/src/apps/com.android.quicksearchbox.ts new file mode 100644 index 00000000..69a6ce37 --- /dev/null +++ b/src/apps/com.android.quicksearchbox.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.quicksearchbox', + name: '搜索', + groups: [ + { + key: 1, + name: '局部广告-广告卡片', + quickFind: true, + matchTime: 10000, + resetMatch: 'app', + actionMaximum: 1, + rules: '[vid="ad_close"]', + snapshotUrls: 'https://i.gkd.li/import/13897834', + }, + ], +});