mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
31 lines
805 B
TypeScript
31 lines
805 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cn21.ecloud',
|
|
name: '天翼云盘',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
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/i/12865481',
|
|
'https://i.gkd.li/i/12865488',
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.cn21.ecloud:id/ivCancel"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13399488',
|
|
},
|
|
],
|
|
});
|