From 47000b8878a1def26e5be96ba44ba89487038ce8 Mon Sep 17 00:00:00 2001 From: yuuki-nya Date: Fri, 13 Oct 2023 20:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0chronocat=E8=87=B30.0.52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e2bdcf..0edc5a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN curl -L -o /tmp/LiteLoaderQQNT.zip https://github.com/LiteLoaderQQNT/LiteLoa RUN sed -i 's/"main": ".\/app_launcher\/index.js"/"main": ".\/LiteLoader"/' /opt/QQ/resources/app/package.json # 安装chronocat -RUN curl -L -o /tmp/chronocat-llqqnt.zip https://ghproxy.com/https://github.com/chrononeko/chronocat/releases/download/v0.0.48/chronocat-llqqnt-v0.0.48.zip \ +RUN curl -L -o /tmp/chronocat-llqqnt.zip https://ghproxy.com/https://github.com/chrononeko/chronocat/releases/download/v0.0.52/chronocat-llqqnt-v0.0.52.zip \ && mkdir -p /root/LiteLoaderQQNT/plugins \ && unzip /tmp/chronocat-llqqnt.zip -d /root/LiteLoaderQQNT/plugins/ \ && rm /tmp/chronocat-llqqnt.zip diff --git a/README.md b/README.md index a0becb9..dc21bcd 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ docker exec chronocat-docker sh -c "x11vnc -storepasswd newpasswd /root/.vnc/pas ## 更新日志 +### 2023-10-13 + +- 更新chronocat至0.0.52 ### 2023-10-3 - 更新chronocat至0.0.48