Files
AIsouler-GKD_subscription/src/apps/com.onethingcloud.android.ts
aisouler 643fbbb53e Squashed commit of the following:
commit fa5b5ef674ff78662fa7f0f2f7cb848988fe62b2
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 24 21:32:12 2024 +0800

    feat:添加误触快照链接

commit f5ed03bc86a2faedbbd8928a4e5c07e0faa6695e
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 24 16:45:14 2024 +0800

    fix(网心云):广告弹窗在新版本误触
2024-02-01 18:38:03 +08:00

20 lines
536 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.onethingcloud.android',
name: '网心云',
groups: [
{
key: 1,
name: '全屏广告-广告弹窗',
activityIds: 'com.onethingcloud.android.MainActivity',
rules:
'FrameLayout >6 View[childCount=2] >2 View[childCount=3] > ImageView[index=2][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/import/12841171',
'https://i.gkd.li/import/14035418', // 误触快照
],
},
],
});