mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
38 lines
1.0 KiB
TypeScript
38 lines
1.0 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cn21.ecloud',
|
|
name: '天翼云盘',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.cn21.ecloud.activity.login.StartActivity',
|
|
rules: '[id="com.cn21.ecloud:id/tv_ad_skip"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12865351',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '首页弹窗',
|
|
activityIds: ['com.cn21.ecloud.activity.MainPageActivity'],
|
|
rules:
|
|
'[id="com.cn21.ecloud:id/content_frame"] >n FrameLayout >n @ImageView[desc=null] - View < View[childCount=2]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12865481',
|
|
'https://i.gkd.li/import/12865488',
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '版本更新',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: ['com.cn21.ecloud.activity.MainPageActivity'],
|
|
rules: '[id="com.cn21.ecloud:id/ivCancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13399488',
|
|
},
|
|
],
|
|
});
|