-
Notifications
You must be signed in to change notification settings - Fork 610
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
可莉特调每天四点才切换到下一天 #7
Comments
好的,已修改,感谢 |
稻妻图开了之后,可莉特调每日素材的那个框放不下了,加了滚动条,截图只截那个框的稻妻武器那部分会届不到 |
zhenxun_bot/plugins/genshin/material_remind/__init__.py Lines 54 to 62 in 0dfca7e
暂时改成这样吧,我在上班没有时间研究更智能的方法了 await page.set_viewport_size({"width": 2560, "height": 2560})
await page.evaluate("""
document.getElementsByClassName('GSTitleBar_gs_titlebar__2IJqy')[0].remove();
document.getElementsByClassName('GSToday_gs_today__S-nol')[0].remove();
e = document.getElementsByClassName('GSContainer_gs_container__2FbUz')[0];
e.setAttribute("style", "height:1080px");
""")
await page.click("button") |
Linux 安装中文字体,百度一下照做就行了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这两天发现每日素材都是刚好晚一天,后来发现可莉特调零点的时候并没有切到下一天而是四点的时候才切换,自动更新应该设置成四点之后
The text was updated successfully, but these errors were encountered: