feat(京东小家): 开屏广告 (#1050)

close #1045
This commit is contained in:
Kun Jinkao 2023-10-15 02:21:23 +08:00 committed by GitHub
parent 541ad1bfb9
commit 9026fcd45d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
src/apps/com.jd.iots.ts Normal file
View File

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