black_zero
black_zero
implement auto enhance may be more difficult than just speed up the game time when enhance, just like the fast dialog of auto talk, speed up the game time when...
Open the function menu in the game, then press win+D, the game will be stuck, and there is no way to restore, unless restart the game
### 问题描述  plugins { val kotlinVersion = "1.7.20" kotlin("jvm") version kotlinVersion kotlin("plugin.serialization") version kotlinVersion id("net.mamoe.mirai-console") version "2.12.2" } 1.7.20 改成 1.7.10,即可正常构建 ### 复现 使用IDEA插件Mirai Console构建项目,kotlinVersion不正确导致项目构建失败 ### mirai-core 版本 2.12.2...
**特性说明** 智慧树的互动分需要参与课程问答才能获取,而课程问答无非就是把别人的答案复制再回答 **实现方案** 点击进入问题,获取别人已经提交的答案,再提交自己的答案 **备选方案** 对于暂时没有答案的问题,或许可以用chatgpt进行实现(使用用户自己的api或者白嫖别人做的镜像站)
通过BetterNCM Installer卸载之后,可以正常更改下载目录  具体情况为:在安装了BetterNCM的情况下更改目录之后提示需要重启,点击确定按钮后网易云客户端关闭,之后再无任何反应 补充: 
### 报告清单 - [X] 我已仔细阅读并了解上述注意事项。 - [X] 我已使用最新版本测试过,确认问题依旧存在。 - [X] 我确定在 [GitHub Issues](../issues) 中没有相同或相似的问题。 - [ ] 我有足够的时间和能力,愿意为此提交 PR 来修复问题。 ### 影响版本 0.7.0 ### 问题描述  开启系统代理(日本节点,并没有使用CHATGPT_PROXIES)的情况下,只要当前页面失去焦点,_Secure-next-auth.session-token就会变化,对应到插件中就是无限获取  在关闭系统代理之后,网页也是一样的情况,只不过插件那边的情况有所不同 ...
发生请求错误
 配置文件: GPT3_API_KEY_LIST_FROM_ENV=["sk-****rMrwn"] gpt3_model = 'gpt-3.5-turbo' # 语言模型 gpt3_command_prefix = "c" # 基本触发命令 gpt3_need_at = False # 是否需要@才触发命令 gpt3_image_render = True # 是否需要将回答渲染为图片 gpt3_image_limit = 100 # 长度超过多少才会渲染成图片 gpt3_max_tokens =...