Skip to content

Commit 3a874b5

Browse files
committed
fix: IT之家-分段广告-信息流广告
1 parent 134167b commit 3a874b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/apps/com.ruanmei.ithome.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ export default defineGkdApp({
6060
{
6161
key: 0,
6262
action: 'longClick',
63-
matches: '@[longClickable=true] >4 [text="广告 "]',
63+
matches:
64+
'@[longClickable=true] >4 [text="广告 "][visibleToUser=true]',
6465
snapshotUrls: 'https://i.gkd.li/i/14734964',
66+
excludeSnapshotUrls: 'https://i.gkd.li/i/19340823',
6567
},
6668
{
6769
preKeys: [0],

0 commit comments

Comments
 (0)