mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-31 19:47:20 +00:00
新增做种客户端移动,新增北邮人辅种
This commit is contained in:
8
iyuu.php
8
iyuu.php
@@ -1,12 +1,8 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/init.php';
|
||||
use IYUU\AutoReseed;
|
||||
|
||||
echo microtime(true).' IYUU自动辅种正在初始化...'.PHP_EOL;
|
||||
AutoReseed::init();
|
||||
$hashArray = AutoReseed::get();
|
||||
if (AutoReseed::$move != null) {
|
||||
echo "种子移动完毕,请重新编辑配置,再尝试辅种! \n\n";
|
||||
exit;
|
||||
}
|
||||
AutoReseed::call($hashArray);
|
||||
AutoReseed::wechatMessage();
|
||||
exit(0);
|
Reference in New Issue
Block a user