copurxia

Results 10 comments of copurxia

我也遇到了"server requires unsupported ftn upload"

README.md provides methods to get the cookie.json

那么可以试试这个方案 ```js const WebSocket = require('ws'); const server = new WebSocket.WebSocketServer({ port: 8280 }); server.on('connection', function connection(ws) { const client = new WebSocket('ws://bbbb:6700'); client.on('message', function message(data) { let datax =...

> > 其实也就签到是本地图片? > > 还有`wordcount` `wallet` `bilibili` 这三个也是发送本地图片的。都需要改,感觉改成直接发送二进制图片或者base64会好点 我的方案是直接加个中转把所有本地图片都丢图床去了,虽然原则上修改插件会好一点

#311 文档似乎与sonixd调用有所不同,可能有情况未考虑

1. http_proxy和https_proxy能对环境变量内的应用生效 2. font在init.d下新建一个font.sh ```bash #!/bin/sh apt update apt install fonts-noto-cjk -y ``` ![image](https://github.com/user-attachments/assets/0c0d7f12-f126-4c59-928d-64fad665ab1f) 输入法没琢磨,但是应该也可以通过init.d实现 > 仅做记录,方便其他人参考

使用[这个版本](https://gitee.com/wefuture/golang_go)

Encountered the same issue I set USER_LOCALES to zh_CN.UTF-8 UTF-8