From 64dac44dc4f3ae3b89242d338c28d0df1d2940fd Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:27:08 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.smarlife.xiaozhi.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.smarlife.xiaozhi.ts diff --git a/src/apps/com.smarlife.xiaozhi.ts b/src/apps/com.smarlife.xiaozhi.ts new file mode 100644 index 000000000..fecee14f8 --- /dev/null +++ b/src/apps/com.smarlife.xiaozhi.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.smarlife.xiaozhi', + name: '小值智能', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13392243', + }, + ], +});