mirror of
https://github.com/ledccn/IYUUPlus.git
synced 2025-04-30 01:39:56 +00:00
fixed
This commit is contained in:
parent
f70b454beb
commit
46db895f19
@ -13,7 +13,7 @@ use app\domain\Config as domainConfig;
|
||||
*/
|
||||
function IYUU_VERSION(): string
|
||||
{
|
||||
return '2.1.10';
|
||||
return '2.1.11';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -56,7 +56,7 @@
|
||||
<label class="layui-form-label {{ d.mirror.required ? 'required' : '' }}">镜像域名</label>
|
||||
<div class="layui-input-block">
|
||||
<input type="text" name="{{d.mirror.name}}" {{ d.mirror.verify ? 'lay-verify="'+d.mirror.verify+'"' : '' }} lay-reqtext="{{d.mirror.name}}不能为空" placeholder="请输入{{d.mirror.name}}" class="layui-input">
|
||||
<tip>代理域名或者镜像域名(仅域名部分,例如:pt.baidu.com)。</tip>
|
||||
<tip>代理域名或者镜像域名(仅域名部分,例如:pt.baidu.com),如果不理解请勿设置。</tip>
|
||||
</div>
|
||||
</div>
|
||||
{{# if (d.cookie.visible === true) { }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user