-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信分享二维码太小了,很难扫 #145
Comments
扫了能用吗?好像被微信屏蔽了 |
可以分享,除非你的网站本身被微信屏蔽了 |
我的网站扫的时候显示网页包含诱导分享,关注分享等内容,被多人投诉,已停止访问。我试了一下你的网站,也不能分享,只是能用手机打开网页而已。 |
可以分享,我才把关于页面分享到朋友圈了,用的就是扫码的方式 |
能分享一下你的repo或者代码吗?我看看我的哪里出错了,谢谢 |
没什么好说的,那个扫码出来的结果就是当前的页面而已。如果你的页面不能分享,看看是不是被微信拉黑了,要么就是没加https |
好的,谢谢。应该没被拉黑。我是好人。 |
微信分享生成的二维码确实很难扫 |
覆盖一下? .social-share .icon-wechat .wechat-qrcode .qrcode {
width:200px;
} |
canvas 本身宽高是 100,改这个只会让容器增大 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://blog.shifudao.com/posts/2019-05/%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A8%8B%E5%BA%8F%E5%91%98%E5%80%BC%E5%BE%97%E8%8A%B1%E6%97%B6%E9%97%B4%E5%9F%B9%E5%85%BB%E8%87%AA%E5%B7%B1%E7%9A%84%E5%95%86%E4%B8%9A%E6%80%9D%E7%BB%B4.html
比如我们的这个URL,生成的二维码几乎没办法识别,太小了。即时将二维码图片保存到本地,用在线识别的网站都识别不出来。
The text was updated successfully, but these errors were encountered: