mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-31 19:47:20 +00:00
新增IYUU入口文件
This commit is contained in:
12
iyuu.php
Normal file
12
iyuu.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/init.php';
|
||||
use IYUU\AutoReseed;
|
||||
|
||||
AutoReseed::init();
|
||||
$hashArray = AutoReseed::get();
|
||||
if (AutoReseed::$move != null) {
|
||||
echo "种子移动完毕,请重新编辑配置,再尝试辅种! \n\n";
|
||||
exit;
|
||||
}
|
||||
AutoReseed::call($hashArray);
|
||||
AutoReseed::wechatMessage();
|
Reference in New Issue
Block a user