增加git更新批处理

This commit is contained in:
iyuu.cn 2020-03-03 16:42:44 +08:00
parent 07b0b2626d
commit 4a63353d27
3 changed files with 8 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class AutoReseed
private static $curl = null; private static $curl = null;
// 退出状态码 // 退出状态码
public static $ExitCode = 0; public static $ExitCode = 0;
// 客户端转移做种 // 客户端转移做种 格式:['客户端key', '移动参数move']
private static $move = null; private static $move = null;
// 微信消息体 // 微信消息体
private static $wechatMsg = array( private static $wechatMsg = array(

7
更新与辅种.cmd Normal file
View File

@ -0,0 +1,7 @@
@echo off
chcp 65001
git fetch --all
git reset --hard origin/master
git pull
%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php
pause