汉化部分
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
@if (string.IsNullOrEmpty(@Model.RedirectURL) == false)
|
||||
{
|
||||
<br />
|
||||
<a href="@Model.RedirectURL">Continue</a>
|
||||
<a href="@Model.RedirectURL">继续</a>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
@@ -84,7 +84,7 @@
|
||||
@if (string.IsNullOrEmpty(@Model.RedirectURL) == false && Model.RedirectTimeout > 0)
|
||||
{
|
||||
<p>
|
||||
<a href="@Model.RedirectURL">Continue now</a> or you will be redirected in <span id="countdown">@Model.RedirectTimeout</span> seconds.
|
||||
<a href="@Model.RedirectURL">继续</a> 或者即将跳转至 <span id="countdown">@Model.RedirectTimeout</span> seconds.
|
||||
</p>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user