mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
50 lines
1.3 KiB
TypeScript
50 lines
1.3 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.mfcloudcalculate.networkdisk',
|
|
name: '123云盘',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-应用内广告弹窗',
|
|
activityIds: 'com.mfcloudcalculate.networkdisk.activity.AdFreeActivity',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'activity',
|
|
quickFind: true,
|
|
rules:
|
|
'[text*="关闭"][id="com.mfcloudcalculate.networkdisk:id/tv_ad_free_colse"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13546173',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/14018247',
|
|
'https://i.gkd.li/i/13259303',
|
|
'https://i.gkd.li/i/13695497',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[text^="跳过"][text.length<=4]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/12846434',
|
|
'https://i.gkd.li/i/13059834',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|