错误修复
This commit is contained in:
parent
189a4315a1
commit
37241496ac
2
trss.js
2
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 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")
|
||||||
|
|
Loading…
Reference in New Issue