mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user