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

可莉特调每天四点才切换到下一天 #7

Closed
jimodeniuren opened this issue Jul 13, 2021 · 8 comments
Closed

可莉特调每天四点才切换到下一天 #7

jimodeniuren opened this issue Jul 13, 2021 · 8 comments

Comments

@jimodeniuren
Copy link

这两天发现每日素材都是刚好晚一天,后来发现可莉特调零点的时候并没有切到下一天而是四点的时候才切换,自动更新应该设置成四点之后

@HibiKier
Copy link
Owner

好的,已修改,感谢

@Jerry-FaGe
Copy link

稻妻图开了之后,可莉特调每日素材的那个框放不下了,加了滚动条,截图只截那个框的稻妻武器那部分会届不到

@HibiKier
Copy link
Owner

稻妻图开了之后,可莉特调每日素材的那个框放不下了,加了滚动条,截图只截那个框的稻妻武器那部分会届不到

已修复
C3@@~OPJ200GI 1R1 V2%%O

@jimodeniuren
Copy link
Author

今天比昨天又长了一行,又塞不下了
1

@Raysamatoken
Copy link

请问下最新版的调用的字体是啥,更新完后直接乱码了
QQ图片20210727095125

@Jerry-FaGe
Copy link

今天比昨天又长了一行,又塞不下了

await page.set_viewport_size({"width": 2560, "height": 1080})
await page.evaluate("""
document.getElementsByClassName('GSTitleBar_gs_titlebar__2IJqy')[0].remove();
e = document.getElementsByClassName('GSContainer_gs_container__2FbUz')[0];
e.setAttribute("style", "height:880px");
""")
await page.click("button")

暂时改成这样吧,我在上班没有时间研究更智能的方法了

        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")

@Jerry-FaGe
Copy link

请问下最新版的调用的字体是啥,更新完后直接乱码了

Linux 安装中文字体,百度一下照做就行了

@HibiKier
Copy link
Owner

我改成单个截图+拼图了,这样以后开新图也不用一直在这方面更新
3238573864-1747216220-A0F0E03DC709739750CB53BECECBF886

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

4 participants