client: 更新鉴权请求头等

This commit is contained in:
2021-11-07 23:55:22 +08:00
parent ab65a58552
commit 810ce34297
8 changed files with 30 additions and 40 deletions
+9
View File
@@ -1,6 +1,15 @@
# v-chat
微信多客户端方案。服务器通过Web版微信接口提供收发微信消息的能力,并允许多个客户端同时连接。
## 使用
### 服务端
`cd packages/server`
`node ./ -c CONFIG_FILE`
### 客户端
`cd packages/web`
参考`.env.example`文件,编辑`.env`文件配置环境变量,然后编译:`npm run build`
## 鸣谢
前端程序参考自[fiora](https://github.com/yinxin630/fiora)web聊天室。
服务端程序使用了[wechat4u](https://github.com/nodeWechat/wechat4u)。