mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-19 16:05:21 +00:00
优化windows执行辅种批处理
This commit is contained in:
parent
4d86a9cb9f
commit
289df1e126
@ -1,4 +0,0 @@
|
|||||||
@echo off
|
|
||||||
chcp 65001
|
|
||||||
php %cd%\iyuu.php
|
|
||||||
pause
|
|
4
Windows执行辅种.cmd
Normal file
4
Windows执行辅种.cmd
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
chcp 65001
|
||||||
|
%~dp0php\php %~dp0iyuu.php
|
||||||
|
pause
|
@ -2,6 +2,5 @@
|
|||||||
chcp 65001
|
chcp 65001
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
#git pull
|
%~dp0php\php %~dp0iyuu.php
|
||||||
php %cd%\iyuu.php
|
|
||||||
pause
|
pause
|
@ -246,8 +246,8 @@ return array(
|
|||||||
// 如果需要自动辅种,必须配置
|
// 如果需要自动辅种,必须配置
|
||||||
'passkey' => '',
|
'passkey' => '',
|
||||||
'limitRule' => array(
|
'limitRule' => array(
|
||||||
'count' => 20, // 每次辅种50个
|
'count' => 20, // 每次辅种20个
|
||||||
'sleep' => 20, // 最少休眠15秒
|
'sleep' => 20, // 最少休眠20秒
|
||||||
),
|
),
|
||||||
'url_replace' => array(),
|
'url_replace' => array(),
|
||||||
'url_join' => array(),
|
'url_join' => array(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user