diff --git a/src/globalGroups.ts b/src/globalGroups.ts index d5a15d14..3161dc5c 100644 --- a/src/globalGroups.ts +++ b/src/globalGroups.ts @@ -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] 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]',