Yifei Zhang

Results 179 comments of Yifei Zhang

成绩的bug已经fix(突然诈尸.jpg)

教务系统后来改了一次版,我已经毕业了,懒得搞了,溜了溜了……

网易云的参数都经过了加密,不过已经有人破解了,参照这个nodeJS版的项目,对网易云的各个api都进行了封装:https://github.com/Binaryify/NeteaseCloudMusicApi

不错的功能,之后的版本会更新此功能。

![image](https://github.com/Yidadaa/ChatGPT-Next-Web/assets/16968934/7619e712-8e23-4e86-95f3-ae82c91ac3f7)

无法复现,建议使用 docker 配合 PROXY_URL 部署

What's the version of your code? Are you using latest code? Attaching browser log and server log may help.

需要更新 DockerFile 的 proxy 部分,使用下列脚本: ```bash function split() { echo $1 | awk -F $2 '{print $1,$2}' } function parse_config() { local input=$1 read protocol rest