18870
18870
https://github.com/LmeSzinc/AzurLaneAutoScript/commit/cece2e67d35149037febaa3ee95aa03efa34f834 改了一下,现在用 yaml 格式的配置比较方便用户写
> 1. 不抛出大段的 exception 应该修复了 > 2. 在手机上保留 webui 闲置一段时间后断开链接的特性 这个感觉是浏览器的策略,pywebio 不会也不能主动关闭 websocket 连接
#576, #614 设计成这样是为了让你能同时使用不同的任务,而不是在不同的任务里共用一部分船
发一下log文件夹下的 `2022-07-28_gui.txt`
非标准 smtpssl(465) 端口需要手动在配置里指定`ssl: true` 不使用ssl连接到ssl端口的时候在国内几个邮箱上我遇到的情况是会直接卡住,不过我没有等它报错( 我没用过outlook,可以先试试指定ssl。 至于直接输出密码的问题实际上不太好解决,目前考虑是加一个debug字段控制报错是否输出
outlook 不使用ssl,但是需要starttls 已经向onepush提交修复了,但是什么时候能发版不清楚( 如果急着用可以手动修改一下alas内的 `.\toolkit\Lib\site-packages\onepush\providers\smtp.py` 成 [这个](https://github.com/y1ndan/onepush/blob/f0ecf483d2cda9eb571c426ce476a6bf3b9e45d0/onepush/providers/smtp.py) ```yaml provider: smtp host: smtp.office365.com port: 587 starttls: true user: *** password: *** ```
> > outlook 不使用ssl,但是需要starttls 已经向onepush提交修复了,但是什么时候能发版不清楚( > > 如果急着用可以手动修改一下alas内的 `.\toolkit\Lib\site-packages\onepush\providers\smtp.py` 成 [这个](https://github.com/y1ndan/onepush/blob/f0ecf483d2cda9eb571c426ce476a6bf3b9e45d0/onepush/providers/smtp.py) > > ```yaml > > provider: smtp > > host: smtp.office365.com > > port: 587 > > starttls: true...
> Considering introducing a more modern package management tool? Like [pdm](https://github.com/pdm-project/pdm) or [poetry](https://github.com/python-poetry/poetry) This is not a package management problem, the conflict is caused by the official Windows wheel of...
不支持在插件加载阶段调用 Reloader.reload
这只是一个代理 `https://chat.openai.com/backend-api` 的程序,不具备任何高级功能。 你需要使用其他调用这个非官方api的程序。例如 [acheong08/revChatGPT](https://github.com/acheong08/ChatGPT),在环境变量或者配置中 https://github.com/acheong08/ChatGPT/pull/1277 中设置 base_url 到这个代理上。 或者其他在底层使用这些api的程序,例如 [moeakwak/chatgpt-web-share](https://github.com/moeakwak/chatgpt-web-share)。