diff --git a/.gitignore b/.gitignore index 067efe0..b3a8dc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.swp *~ /static/tunasync.json +/static/tunet.json diff --git a/index.html b/index.html index be67353..ae5c26d 100644 --- a/index.html +++ b/index.html @@ -58,13 +58,19 @@
  • http://mirrors.i.tuna.tsinghua.edu.cn/ 只解析清华 IP
  • +
    本站带宽资源有限,为了您和他人可以长久使用本站服务,请勿使用迅雷下载本站内容。
    - 若您需要通过本站建立镜像,请提前联系管理员。
    + 若您需要通过本站建立镜像,请提前联系管理员。

    如果您有任何问题或建议,请发送邮件到 issues+mirrors@tuna.tsinghua.edu.cn, 或前往 https://issues.tuna.tsinghua.edu.cn/?queue=mirrors 反馈。
    If you have any issues, please email issues+mirrors@tuna.tsinghua.edu.cn, - or submit a ticket via https://issues.tuna.tsinghua.edu.cn/?queue=mirrors .
    + or submit a ticket via https://issues.tuna.tsinghua.edu.cn/?queue=mirrors.
    @@ -181,6 +187,12 @@ $(document).ready(function(){ } refreshMirrorList(); + $.getJSON("/static/tunet.json", function(alert) { + if (alert) { + $('#thu-alert').removeClass('hidden'); + }; + }); + });