错误修复

This commit is contained in:
🌌 2024-05-18 20:21:01 +08:00
parent 189a4315a1
commit 37241496ac
1 changed files with 1 additions and 1 deletions

View File

@ -52,9 +52,9 @@ const qq = readYaml("config/config/qq.yaml")
exec("git remote add trss https://gitee.com/TimeRainStarSky/Yunzai") exec("git remote add trss https://gitee.com/TimeRainStarSky/Yunzai")
exec("git fetch trss main") exec("git fetch trss main")
exec("git reset --hard")
exec("git clean -df") exec("git clean -df")
mv("config/config", "config/config_miao") mv("config/config", "config/config_miao")
exec("git reset --hard")
exec("git checkout --track trss/main") exec("git checkout --track trss/main")
rm("plugins/ICQQ-Plugin") rm("plugins/ICQQ-Plugin")
exec("git clone --depth 1 --single-branch https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin plugins/ICQQ-Plugin") exec("git clone --depth 1 --single-branch https://gitee.com/TimeRainStarSky/Yunzai-ICQQ-Plugin plugins/ICQQ-Plugin")