mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
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(网心云):广告弹窗在新版本误触
20 lines
536 B
TypeScript
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', // 误触快照
|
|
],
|
|
},
|
|
],
|
|
});
|