From 9026fcd45dd1f49bf6606b0ee69f2f79aa47360a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:21:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E4=B8=9C=E5=B0=8F=E5=AE=B6):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1050)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1045 --- src/apps/com.jd.iots.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.jd.iots.ts diff --git a/src/apps/com.jd.iots.ts b/src/apps/com.jd.iots.ts new file mode 100644 index 00000000..4c57d55b --- /dev/null +++ b/src/apps/com.jd.iots.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jd.iots', + name: '京东小家', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.jd.smart.activity.LoadingActivity', + matchLauncher: true, + quickFind: true, + rules: '[id="com.jd.iots:id/skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12901733', + }, + ], +});