mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
优化 主页细节问题
This commit is contained in:
parent
c3811c8729
commit
f0868f997c
@ -17,10 +17,8 @@
|
||||
<body>
|
||||
<noscript>
|
||||
<div style="text-align: center;margin-top: 10%;">
|
||||
<h2>很抱歉,网页需要 Javascript 运行时环境,请准许运行脚本或使用新版现代浏览器。</h2>
|
||||
<p>Sorry, the web page requires a Javascript runtime environment, please allow you to run scripts or use a new
|
||||
version of the modern browser.</p>
|
||||
<p>推荐使用 <a href="https://www.google.cn/chrome/">Chrome</a> 现代浏览器</p>
|
||||
<h4>Sorry, the web page requires a Javascript runtime environment, please allow you to run scripts or use a new
|
||||
version of the modern browser.</h4>
|
||||
<p>It is recommended to use <a href="https://www.google.cn/chrome/">Chrome</a> modern browser.</p>
|
||||
</div>
|
||||
</noscript>
|
||||
@ -28,10 +26,10 @@
|
||||
</body>
|
||||
|
||||
|
||||
<!-- 编辑器依赖库 -->
|
||||
<!-- Editor dependency library -->
|
||||
<script src="/static/editor/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
<!-- MCSManager 线上服务器最新版本检测,最新更新动态,赞助商等数据获取 -->
|
||||
<!-- Request MCSManager latest version detection, latest news, sponsors and other data -->
|
||||
<script async="true" src="https://cdn.jsdelivr.net/gh/mcsmanager/api/mcsmanager_online_data.js" type="text/javascript" charset="utf-8">
|
||||
</script>
|
||||
<script async="true" src="https://cdn.jsdelivr.net/gh/mcsmanager/api/mcsmanager_sponsor.js" type="text/javascript" charset="utf-8">
|
||||
|
Loading…
Reference in New Issue
Block a user