From 37241496ac0d3ed75f21afef1d7fcf96a701dd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=8C?= Date: Sat, 18 May 2024 20:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trss.js b/trss.js index 4a3eca7..9256eae 100644 --- a/trss.js +++ b/trss.js @@ -52,9 +52,9 @@ const qq = readYaml("config/config/qq.yaml") exec("git remote add trss https://gitee.com/TimeRainStarSky/Yunzai") exec("git fetch trss main") -exec("git reset --hard") exec("git clean -df") mv("config/config", "config/config_miao") +exec("git reset --hard") exec("git checkout --track trss/main") rm("plugins/ICQQ-Plugin") exec("git clone --depth 1 --single-branch https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin plugins/ICQQ-Plugin")