This repository has been archived by the owner on May 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: touchscale <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
1.下载安装jdk并配置环境变量(教程:https://b23.tv/CDK1Y5F(来自B站up主木木伟的教程)) | ||
2.将icqq升级到0.5.2(指令:pnpm install [email protected] -w/pnpm add [email protected] -w) | ||
2.将icqq升级到0.5.2(指令:pnpm install [email protected] -w或pnpm add [email protected] -w) | ||
3.打开unidbg-fetch-qsign/txlib/QQ版本(如:8.9.68)/config.json,修改key为任意数字(用默认的也可以,默认值为114514) | ||
4.双击启动一键startAPI.bat | ||
5.打开(Miao-Yunzai/Yunzai-Bot)/config/config/bot.yaml 在最底下添加 sign_api_addr: http://127.0.0.1:801/sign?key=第3步填写的key的值(如果为全新部署只要在sign_api_addr:后面加上http://127.0.0.1:801/sign?key=第3步填写的key的值即可) | ||
6.打开(Miao-Yunzai/Yunzai-Bot)/config/config/qq.yaml 更改为协议1或2( 1:安卓手机、 2:aPad) | ||
6.打开(Miao-Yunzai/Yunzai-Bot)/config/config/qq.yaml 更改为协议1或2或6( 1:安卓手机、 2:aPad、 6:Tim) | ||
7.打开(Miao-Yunzai/Yunzai-Bot)/config/config/bot.yaml 将日志等级改为debug | ||
|
||
|
||
|
@@ -14,6 +14,7 @@ | |
|
||
|
||
注意: | ||
1.由于使用了axios请求,使用需要安装依赖axios(指令:pnpm install axios -w/pnpm add axios -w) | ||
1.由于使用了axios请求,使用需要安装依赖axios(指令:pnpm install axios -w或pnpm add axios -w) | ||
2.如不想使用请自动注册实例功能将unidbg-fetch-qsign/txlib/QQ版本(如:8.9.68)文件夹下的config.json里的"auto_register": true,更改为"auto_register": false, | ||
3.api使用的QQ版本必须和Miao-Yunzai/Yunzai-Bot传入的版本一致(默认版本为8.9.70,可以在(Miao-Yunzai/Yunzai-Bot)/config/config/bot.yaml中添加ver: QQ版本(如:8.9.63、8.9.68),如果为全新部署只要在ver:后面加上QQ版本即可) | ||
4.只有1.1.9版本的unidbg-fetch-qsign支持Tim协议 |