You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -c "import sys; sys.path.insert(0, '.'); from core.bot import help_image; r = help_image.download_wkhtmltox(); print('安装成功:', r) if r else print('FAIL')"