mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-13 04:08:57 +00:00
编辑:更新历史.md
This commit is contained in:
@ -13,7 +13,7 @@ use IYUU\Library\Table;
|
|||||||
class AutoReseed
|
class AutoReseed
|
||||||
{
|
{
|
||||||
// 版本号
|
// 版本号
|
||||||
const VER = '1.10.3';
|
const VER = '1.10.4';
|
||||||
// RPC连接
|
// RPC连接
|
||||||
private static $links = [];
|
private static $links = [];
|
||||||
// 客户端配置
|
// 客户端配置
|
||||||
@ -370,7 +370,7 @@ class AutoReseed
|
|||||||
if (in_array($siteName, self::$cookieCheck)) {
|
if (in_array($siteName, self::$cookieCheck)) {
|
||||||
// 特殊站点:种子元数据推送给下载器
|
// 特殊站点:种子元数据推送给下载器
|
||||||
$reseedPass = false; // 标志:跳过辅种
|
$reseedPass = false; // 标志:跳过辅种
|
||||||
$cookie = $configALL[$siteName]['cookie'];
|
$cookie = trim($configALL[$siteName]['cookie']);
|
||||||
$userAgent = $configALL['default']['userAgent'];
|
$userAgent = $configALL['default']['userAgent'];
|
||||||
switch ($siteName) {
|
switch ($siteName) {
|
||||||
case 'hdchina':
|
case 'hdchina':
|
||||||
@ -908,7 +908,7 @@ class AutoReseed
|
|||||||
// 兼容旧配置
|
// 兼容旧配置
|
||||||
if (isset($configALL[$site]['passkey']) && $configALL[$site]['passkey']) {
|
if (isset($configALL[$site]['passkey']) && $configALL[$site]['passkey']) {
|
||||||
if (empty($configALL[$site]['url_replace'])) {
|
if (empty($configALL[$site]['url_replace'])) {
|
||||||
$configALL[$site]['url_replace'] = array('{passkey}' => $configALL[$site]['passkey']);
|
$configALL[$site]['url_replace'] = array('{passkey}' => trim($configALL[$site]['passkey']));
|
||||||
}
|
}
|
||||||
if (empty($configALL[$site]['url_join'])) {
|
if (empty($configALL[$site]['url_join'])) {
|
||||||
$configALL[$site]['url_join'] = array();
|
$configALL[$site]['url_join'] = array();
|
||||||
|
@ -4,6 +4,15 @@
|
|||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
|
### 2020年8月2日
|
||||||
|
|
||||||
|
- v1.10.2版本以后的docker,每5小时会自动拉取最新代码;从此,您只需要看公告更新配置就行啦。
|
||||||
|
- IYUUAutoReseed正式建立了docke镜像,自动编译2个版本ARM64【iyuucn/iyuuautoreseed:arm64v8】、AMD64【iyuucn/iyuuautoreseed:latest】,使用方法:[点击查看](https://gitee.com/ledc/IYUUAutoReseed/tree/master/docker)
|
||||||
|
- 辅种天空的用户,必须更新至最新版本。
|
||||||
|
优化了默认流控参数:单次最多20个,间隔20秒。
|
||||||
|
天空辅种,请配置cookie,并配置浏览器UA(获取UA请访问:[http://demo.iyuu.cn](http://demo.iyuu.cn/))
|
||||||
|
- v1.10.4版本,支持qBittorrent v4.1.5 (小钢炮等)
|
||||||
|
|
||||||
### 2020年7月3日
|
### 2020年7月3日
|
||||||
|
|
||||||
1. 优化windows的辅种批处理,采用环境变量调用
|
1. 优化windows的辅种批处理,采用环境变量调用
|
||||||
|
Reference in New Issue
Block a user