Skip to content
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

发送链接后无法触发点击文章 #1

Open
KennethRyu opened this issue Nov 15, 2020 · 2 comments
Open

发送链接后无法触发点击文章 #1

KennethRyu opened this issue Nov 15, 2020 · 2 comments

Comments

@KennethRyu
Copy link

目前,解决办法是

  1. 调整窗口大小
  2. 链接发送后,鼠标点击链接位置
@lixi5338619
Copy link
Owner

lixi5338619 commented Nov 25, 2020 via email

@leadscloud
Copy link

解决办法

tools\handle.py

这段代码前加上
myself.rect = win32gui.GetWindowRect(myself.handle)

from ctypes import windll
# 处理下屏幕缩放问题
user32 = windll.user32
user32.SetProcessDPIAware()

这样就能正确处理,这个问题一般是发生在win10系统上面,设置显示比例125%时会发生这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants