mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
24 lines
683 B
TypeScript
24 lines
683 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.greenpoint.android.mc10086.activity',
|
|
name: '中国移动',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
|
|
rules:
|
|
'[id=`com.greenpoint.android.mc10086.activity:id/video_time_skip`]',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '关闭更新弹窗',
|
|
activityIds: 'com.mc10086.cmcc.view.tabs.AppTabFragment',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12534264',
|
|
rules:
|
|
'Button[text="以后再说"][id^="com.greenpoint.android.mc10086.activity:id/dialog_btn"]',
|
|
},
|
|
],
|
|
});
|