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', + }, + ], +});