From b4de9ba59f42861aa47a5a18c5ef7f2262f8fcfb Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:04:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(ECOVACS=20HOME):=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2792)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2788 --- src/apps/com.eco.global.app.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.eco.global.app.ts diff --git a/src/apps/com.eco.global.app.ts b/src/apps/com.eco.global.app.ts new file mode 100644 index 00000000..43ea9619 --- /dev/null +++ b/src/apps/com.eco.global.app.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.eco.global.app', + name: 'ECOVACS HOME', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: 'ImageView[id="com.eco.global.app:id/adview_jump"]', + snapshotUrls: 'https://i.gkd.li/import/13538616', + }, + ], +});