mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
perf: 开屏广告-全局
This commit is contained in:
@@ -22,7 +22,6 @@ export default defineGkdGlobalGroups([
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
action: 'clickCenter',
|
||||
// 防止误触
|
||||
excludeMatches:
|
||||
'[text*="搜索" || text^="猜你" || text="历史记录" || text$="在搜" || text*="退款详情"][text.length>3 && text.length<6][visibleToUser=true]',
|
||||
@@ -40,7 +39,6 @@ export default defineGkdGlobalGroups([
|
||||
},
|
||||
{
|
||||
key: 1, // 字节SDK
|
||||
action: 'clickCenter',
|
||||
anyMatches: [
|
||||
'@View[clickable=true][text=null][visibleToUser=true] + 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[clickable=true][text=null][visibleToUser=true] + TextView[index=parent.childCount.minus(1)][text=null][visibleToUser=true]',
|
||||
|
||||
Reference in New Issue
Block a user