Files
AIsouler-GKD_subscription/src/apps/com.jx.cmcc.ict.ibelieve.ts
2023-10-23 01:20:09 +08:00

17 lines
433 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jx.cmcc.ict.ibelieve',
name: '中国移动江西',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
rules:
'[id = "com.jx.cmcc.ict.ibelieve:id/video_time_skip"][text *= "跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12852491',
},
],
});