Skip to content
Open

gd #56

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</h1>
- [x] 2022.4.9 已兼容青龙`2.12.x`版本路经

## 1.进入容器内
## 1.进入容器内(后续命令全部在容器内执行)

``` bash
# 进入青龙容器内,“qinglong” 为容器名字。
Expand All @@ -20,7 +20,7 @@ docker exec -it qinglong /bin/bash
- [x] 一键安装

```
rm -f install.sh* && wget -q https://git.metauniverse-cn.com/https://raw.githubusercontent.com/curtinlv/gd/main/install.sh && bash install.sh
rm -f install.sh* && wget -q https://raw.githubusercontent.com/WanSen10/gd/main/install.sh && bash install.sh
```


Expand Down Expand Up @@ -71,6 +71,9 @@ tail -100f /ql/data/log/bot/run.log

![图2:完成登录,tg机器人发通知](https://raw.githubusercontent.com/curtinlv/gd/main/img/p2.png)

## 删除历史登录session
rm -f /ql/config/user.session

## **登录user开启监控**

- [x] a.发送【/user】 点击 **“重新登录”**
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

daili='https://git.metauniverse-cn.com/'
daili=''

if [ -d /ql/data/config ];then
QLMainPath='/ql/data'
Expand Down