mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
17 lines
433 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|