lim-kim930
lim-kim930
同样的问题,一直解析到120.253.253.226,一个上海IP,导致谷歌商店下载转圈圈,加入了黑名单还是无效 
> > 一模一样的问题,redir可以,fake-ip模式即使加入黑名单,大陆dns指向AdguardHome的时候,services.googleapis.cn这个域名直接解析成本地地址了,根本没有经过clash内核 > > 按我的使用环境,暂时的解决方法是AdguardHome里面DNS重写功能将services.googleapis.cn 重写为services.googleapis.com即正常 这个域名的DNS解析似乎到不了ADGuard,不知道是不是ADGuard的模式问题,我现在ADGuard设置的是作为dnsmasq的上游服务器
还有个问题,geosite.dat这个文件, [meta-rules-dat](https://github.com/MetaCubeX/meta-rules-dat)的版本和[v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat)版本的并不一样,country.mmdb和geoip.dat倒是一样的,不知道这两个有什么具体区别,根据Readme似乎是新增合并了一些域名数据,但是文件大小却小还了2MB,有点疑惑😂
I've tested the payload below locally and can confirm that I'm successfully receiving image responses (base64): ```typescript // app/client/platforms/google.ts const requestPayload = { contents: messages, generationConfig: { responseModalities: ['Text', 'Image'],...
> [replacing `loader` with a custom loader class](https://codepen.io/robwalch/pen/GRbOpaJ) This example is exactly what I needed! Thanks!
老哥,遇到同样的问题了,有解决吗
找到问题了,此时是网页自己通过webrtc获取的本地ipv6(离线就可以获取,没有走stun,所以跟udp无关),而分配的ipv6就是公网的,所以能看到
你放个demo上来就行了,你说没法截取、受到影响,具体是什么影响也没说清楚,你放张图谁看得懂 开发者是需要复现的,你用CodePen或者CodeSandBox,或者直接单个html做一个最简化的demo不就好了
There are still some issues. When the element is set with transform: matrix(); there will still be blank areas. You can reproduce it by modifying this line in the above...