From 902a694073fcf07ae27b962d2e902dda91aaf726 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:50:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(Zepp=20Life):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(Zepp Life): 开屏广告 * feat(Zepp Life): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.xiaomi.hm.health.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.xiaomi.hm.health.ts diff --git a/src/apps/com.xiaomi.hm.health.ts b/src/apps/com.xiaomi.hm.health.ts new file mode 100644 index 00000000..1a3baf76 --- /dev/null +++ b/src/apps/com.xiaomi.hm.health.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaomi.hm.health', + name: 'Zepp Life', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.xiaomi.hm.health:id/skip_text"]', + snapshotUrls: ['https://i.gkd.li/import/13197367'], + }, + ], +});