优化windows执行辅种批处理

This commit is contained in:
iyuu.cn 2020-08-01 15:42:35 +08:00
parent 4d86a9cb9f
commit 289df1e126
4 changed files with 7 additions and 8 deletions

View File

@ -1,4 +0,0 @@
@echo off
chcp 65001
php %cd%\iyuu.php
pause

4
Windows执行辅种.cmd Normal file
View File

@ -0,0 +1,4 @@
@echo off
chcp 65001
%~dp0php\php %~dp0iyuu.php
pause

View File

@ -2,6 +2,5 @@
chcp 65001
git fetch --all
git reset --hard origin/master
#git pull
php %cd%\iyuu.php
%~dp0php\php %~dp0iyuu.php
pause

View File

@ -246,8 +246,8 @@ return array(
// 如果需要自动辅种,必须配置
'passkey' => '',
'limitRule' => array(
'count' => 20, // 每次辅种50个
'sleep' => 20, // 最少休眠15
'count' => 20, // 每次辅种20个
'sleep' => 20, // 最少休眠20
),
'url_replace' => array(),
'url_join' => array(),