-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
5 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,18 +1,44 @@ | ||
# QQMessageInvoke | ||
QQ 防测回插件 | ||
|
||
运行文件在dist文件夹内 | ||
运行步骤: | ||
1. 复制 | ||
新版本发布: | ||
|
||
1. 打开终端App | ||
2. 复制如下代码执行 | ||
|
||
```bash | ||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/lonecloud/QQMessageInvoke/master/dist/install.sh)" | ||
``` | ||
|
||
|
||
|
||
即可进行安装: | ||
|
||
安装教程看图: | ||
|
||
|
||
|
||
![](https://preview.ibb.co/d5qDsq/yb8x1-jwk82.gif) | ||
|
||
推荐使用新版本啦: | ||
|
||
|
||
|
||
以下为老版本安装: | ||
|
||
~~运行文件在dist文件夹内~~ | ||
~~运行步骤:~~ | ||
|
||
1. ~~复制~~ | ||
``` | ||
git clone https://github.com/lonecloud/QQMessageInvoke.git | ||
``` | ||
2. 进入控制台 | ||
2. ~~进入控制台~~ | ||
``` | ||
cd dist | ||
chmod +x start.sh | ||
./start.sh | ||
``` | ||
3.自动运行启动QQ即可 | ||
~~3.自动运行启动QQ即可~~ | ||
|
||
如果出现问题欢迎提问题issues, |