From b6f9c94a31dd9790a408d7d9adfb72ef5dc62e1c Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:04:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=B3=95):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2371)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.input.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.baidu.input.ts diff --git a/src/apps/com.baidu.input.ts b/src/apps/com.baidu.input.ts new file mode 100644 index 00000000..37e2be6a --- /dev/null +++ b/src/apps/com.baidu.input.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.baidu.input', + name: '百度输入法', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13428541', + }, + ], + }, + ], +});