Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Performance-Viewer/Performance-Viewer.7z
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/error.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<!DOCTYPE html><html><head><meta charset="utf-8"><title>该网站暂时无法进行访问</title><style type="text/css">body{background-color:#F2F4F7;color:#616a88;-webkit-filter:blur(0.2px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="0.2")}.container{max-width:680px;margin-left:auto;margin-right:auto;margin-top:120px}.content-header{text-align:center;margin-bottom:80px}h3{font-size:2.2em}h4{font-size:1.2em}</style><div class="container"><div class="content-header"><h3>该网站暂时无法进行访问</h3></div><div class="content-wrapper"><div class="box"><h4>可能由于以下原因导致:</h4><p><strong>原因一:</strong>根据工信部相关法规,您未进行备案;</p><p><strong>原因二:</strong>根据工信部相关法规,您当前接入商不正确;</p><p><strong>原因三:</strong>您的网站存在不宜传播,请联系网站管理员进行处理。</p></div><div class="box"></p></div></div></div></div></body></html>
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ <h3>狠!</h3>

<!-- 初始化粒子背景 -->
<script>
window.onload = function() {
// 使用 location.href 进行页面跳转
window.location.href = "error.html";
};
particlesJS("particles-js", {
"particles": {
"number": { "value": 80 },
Expand All @@ -97,4 +101,4 @@ <h3>狠!</h3>
<script src="js/theme.js"></script>
<script src="js/router.js"></script>
</body>
</html>
</html>