mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
This commit is contained in:
parent
219210af13
commit
959467f63d
|
|
@ -2,20 +2,20 @@
|
|||
<div id="upgrade-mask">
|
||||
<div style="position: fixed; background: white; width: 100%; height: 100%; z-index: 2000; padding-top: 40px; overflow: scroll;" data-bs-theme="light" class="container mw-100">
|
||||
<div class="card"><div class="card-body">
|
||||
<p>尊敬的访问者,</p>
|
||||
<p>Dear visitor, </p>
|
||||
<p>Chère cliente, </p>
|
||||
<p>ご利用者様</p>
|
||||
<p lang="zh-Hans">尊敬的访问者,</p>
|
||||
<p lang="en">Dear visitor, </p>
|
||||
<p lang="fr">Chère cliente, </p>
|
||||
<p lang="ja">ご利用者様</p>
|
||||
<p> </p>
|
||||
<p>您好!</p>
|
||||
<p>Hello! </p>
|
||||
<p>Bonjour! </p>
|
||||
<p>宜しくお願い致します。</p>
|
||||
<p lang="zh-Hans">您好!</p>
|
||||
<p lang="en">Hello! </p>
|
||||
<p lang="fr">Bonjour! </p>
|
||||
<p lang="ja">宜しくお願い致します。</p>
|
||||
<p> </p>
|
||||
<p>我们检测到您当前的浏览器不能正常显示我们的主页,请更新您的浏览器,并启用 Javascript,或者访问我们的<a href="/legacy_index">代用页面</a>。</p>
|
||||
<p>Your browser is not compatible with our website. Please upgrade and enable Javascript, or visit our <a href="/legacy_index">alternative page</a>.</p>
|
||||
<p>Votre navigateur n'est pas compatible avec notre site web. Mettez à niveau et activez Javascript, ou visitez notre <a href="/legacy_index">page alternative</a>.</p>
|
||||
<p>お使いのブラウザは当サイトとの互換性はありません。ブラウザを更新しJavaScriptを有効にするか、或いはこちらの<a href="/legacy_index">代用ページ</a>をご利用ください。</p>
|
||||
<p lang="zh-Hans">我们检测到您当前的浏览器不能正常显示我们的主页,请更新您的浏览器,并启用 Javascript,或者访问我们的<a href="/legacy_index">代用页面</a>。</p>
|
||||
<p lang="en">Your browser is not compatible with our website. Please upgrade and enable Javascript, or visit our <a href="/legacy_index">alternative page</a>.</p>
|
||||
<p lang="fr">Votre navigateur n'est pas compatible avec notre site web. Mettez à niveau et activez Javascript, ou visitez notre <a href="/legacy_index">page alternative</a>.</p>
|
||||
<p lang="ja">お使いのブラウザは当サイトとの互換性はありません。ブラウザを更新しJavaScriptを有効にするか、或いはこちらの<a href="/legacy_index">代用ページ</a>をご利用ください。</p>
|
||||
</div>
|
||||
</div></div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
jsEntry: help
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans">
|
||||
{% capture metaDesc %}{{ page.mirrorid }} 使用帮助{% endcapture %}
|
||||
{% include head.html cattitle="镜像站使用帮助" metaDesc=metaDesc %}
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html {% if site.issue %}class="index-issue"{% endif %}>
|
||||
<html {% if site.issue %}class="index-issue"{% endif %} lang="zh-Hans">
|
||||
{% include head.html notArticle=true %}
|
||||
<body>
|
||||
{% unless page.legacy or site.issue %}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans">
|
||||
{% capture metaDesc %}{{ page.title }}{% endcapture %}
|
||||
{% include head.html cattitle="镜像站新闻" metaDesc=metaDesc %}
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue