Files
AIsouler-GKD_subscription/src/apps/com.jdcloud.mt.smartrouter.ts
2023-10-23 01:20:09 +08:00

16 lines
406 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jdcloud.mt.smartrouter',
name: '京东云无线宝',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.jdcloud.mt.smartrouter.nwelcome.WelcomeActivity',
rules: 'LinearLayout > TextView[text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12535237',
},
],
});