feat: 运动世界校园-分段广告 (#1211)

Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
天方夜谭
2025-10-06 14:17:05 +08:00
committed by GitHub
parent e917c2c1e5
commit 9bc4dae8b9

View File

@@ -124,12 +124,20 @@ export default defineGkdApp({
rules: [ rules: [
{ {
key: 0, key: 0,
fastQuery: true,
matches: matches:
'@Image[childCount=0][visibleToUser=true][width<60&&height<60] < View[childCount=1] - View >3 [text="广告"]', '@Image[childCount=0][visibleToUser=true][width<60&&height<60] < View[childCount=1] - View >3 [visibleToUser=true][text="广告"] <<n [vid="fl_native"]',
snapshotUrls: 'https://i.gkd.li/i/22514469', snapshotUrls: 'https://i.gkd.li/i/22514469',
}, },
{ {
preKeys: [0], key: 1,
fastQuery: true,
matches:
'@Image[childCount=0][visibleToUser=true][width<60&&height<60] < View[childCount=1] <n * + * >3 [visibleToUser=true][text="广告"] <<n [vid="fl_native"]',
snapshotUrls: 'https://i.gkd.li/i/22691578',
},
{
preKeys: [0, 1],
fastQuery: true, fastQuery: true,
matches: '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]', matches: '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/22514499', snapshotUrls: 'https://i.gkd.li/i/22514499',