Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 195b6cb

Browse files
chore: update llob to 3.14.0
1 parent ec3bf4d commit 195b6cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#### 2.2.4[安装LLOneBot](https://github.com/LLOneBot/LLOneBot)
102102
```shell
103103
mkdir -p /opt/QQ/resources/app/LiteLoader/plugins/LLOneBot && \
104-
curl -L -o /tmp/LLOneBot.zip https://mirror.ghproxy.com/https://github.com/LLOneBot/LLOneBot/releases/download/v3.11.0/LLOneBot.zip && \
104+
curl -L -o /tmp/LLOneBot.zip https://mirror.ghproxy.com/https://github.com/LLOneBot/LLOneBot/releases/download/v3.14.0/LLOneBot.zip && \
105105
unzip /tmp/LLOneBot.zip -d /opt/QQ/resources/app/LiteLoader/plugins/LLOneBot/ && \
106106
rm /tmp/LLOneBot.zip
107107
```

llob.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ qq --no-sandbox &
6363

6464
# 安装LLOneBot
6565
mkdir -p /opt/QQ/resources/app/LiteLoader/plugins/LLOneBot && \
66-
curl -L -o /tmp/LLOneBot.zip https://mirror.ghproxy.com/https://github.com/LLOneBot/LLOneBot/releases/download/v3.11.0/LLOneBot.zip && \
66+
curl -L -o /tmp/LLOneBot.zip https://mirror.ghproxy.com/https://github.com/LLOneBot/LLOneBot/releases/download/v3.14.0/LLOneBot.zip && \
6767
unzip /tmp/LLOneBot.zip -d /opt/QQ/resources/app/LiteLoader/plugins/LLOneBot/ && \
6868
rm /tmp/LLOneBot.zip
6969
echo -e "LLOneBot 安装完成

0 commit comments

Comments
 (0)