From 4a63353d27e7663444a430ac3b9a859d0dc624cf Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Tue, 3 Mar 2020 16:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0git=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AutoReseed.php | 2 +- config/git_pull.sh => git_pull.sh | 0 更新与辅种.cmd | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) rename config/git_pull.sh => git_pull.sh (100%) create mode 100644 更新与辅种.cmd diff --git a/app/AutoReseed.php b/app/AutoReseed.php index a2f4acd..b1df109 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -44,7 +44,7 @@ class AutoReseed private static $curl = null; // 退出状态码 public static $ExitCode = 0; - // 客户端转移做种 + // 客户端转移做种 格式:['客户端key', '移动参数move'] private static $move = null; // 微信消息体 private static $wechatMsg = array( diff --git a/config/git_pull.sh b/git_pull.sh similarity index 100% rename from config/git_pull.sh rename to git_pull.sh diff --git a/更新与辅种.cmd b/更新与辅种.cmd new file mode 100644 index 0000000..39e1448 --- /dev/null +++ b/更新与辅种.cmd @@ -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 \ No newline at end of file