谜底出来了,现在可以点击了,确实是一个“广告”
而且根据我的观察,这个界面并不是什么第三方广告,就是 V 站页面的一部分,应该是 V 站代码里直接写上去的... 所以 adb 应该是屏蔽不了的
```
...
<div class="box">
<div style="width: 250px; height: 250px; background-color: transparent; overflow: hidden; cursor: pointer;" onclick="window.open('
https://geekhub.com/?utm_source=v2ex&utm_medium=web&utm_campaign=202004-banner');">
<svg style="margin: 6.8rem 4.3rem;">
<text transform="translate(0 29)" fill="var(--geekhub-text-color)" font-size="30" font-family="font-mono" font-weight="600">
<tspan x="0" y="0">GeekHub</tspan>
</text>
</svg>
</div>
</div>
...
```
https://www.v2ex.com/t/665593