mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:13:39 +08:00
parent
541ad1bfb9
commit
9026fcd45d
17
src/apps/com.jd.iots.ts
Normal file
17
src/apps/com.jd.iots.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user