Genggeng

Results 3 comments of Genggeng

生成登录器,需要和【网关设置】中登录器版本一致

我目前写了一个简单的脚本,可以支持按时开始阅读和结束阅读。需要python环境,需要在管理员权限下执行。 ```python import pygetwindow as gw import pyautogui import schedule import time STATE="SLEEPING" def start_reading(): global STATE notepad = gw.getWindowsWithTitle('微读自动阅读器')[0] # # 激活窗口 notepad.activate() # 模拟按下 F10 键 time.sleep(1) if...

I encountered the same problem, and I manually set up the dns rules on my iPhone to ensure that I could resolve the domain name to the ip of my...