mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
20 lines
526 B
TypeScript
20 lines
526 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/i/12841171',
|
|
'https://i.gkd.li/i/14035418', // 误触快照
|
|
],
|
|
},
|
|
],
|
|
});
|