mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: 移除部分开屏广告规则,改用全局规则
This commit is contained in:
@@ -4,37 +4,6 @@ export default defineGkdApp({
|
||||
id: 'com.mfcloudcalculate.networkdisk',
|
||||
name: '123云盘',
|
||||
groups: [
|
||||
{
|
||||
key: 2,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
actionMaximumKey: 0,
|
||||
priorityTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
anyMatches: [
|
||||
'@View[text=null][clickable=true][childCount=0][visibleToUser=true][width<200&&height<200] +(1,2) TextView[index=parent.childCount.minus(1)][text=null] <n FrameLayout[childCount>2] >(7,8,9,10) [text*="第三方应用" || text*="扭动手机" || text*="点击或上滑"][visibleToUser=true]',
|
||||
'FrameLayout > FrameLayout[childCount>2] > @View[text=null][clickable=true][childCount=0][visibleToUser=true][width<200&&height<200] +(1,2) TextView[index=parent.childCount.minus(1)][text=null][visibleToUser=true]',
|
||||
],
|
||||
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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
|
||||
Reference in New Issue
Block a user