From b1edf8dac79809b482ed9589551bc34dc4bc6f3f Mon Sep 17 00:00:00 2001 From: bigeagle Date: Sat, 13 Aug 2016 22:59:34 +0800 Subject: [PATCH] 1. change email address 2. remove "Tsinghua internal address" 3. updated links and meta info --- _includes/footer.html | 7 +------ index.html | 18 +++--------------- static/js/index.es6 | 12 ++++++------ 3 files changed, 10 insertions(+), 27 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index dceed99..5307dd4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,6 +2,7 @@
+

本站由清华大学信息化建设中心支持创办,由清华大学 TUNA 协会运行维护。

清华大学 TUNA 协会最初叫清华大学学生网管会,其前身为清华大学电脑协会,是由清华大学网络技术和开源软件爱好者、技术宅组成的团体。

本站相关源码可在 这里(镜像管理器)这里(镜像站网页) 获取。

@@ -20,14 +21,8 @@ GitHub
  • - Flickr -
  • -
  • 新浪微博
  • -
  • - 人人公共主页 -
  • diff --git a/index.html b/index.html index 72e8ab2..ec6690e 100644 --- a/index.html +++ b/index.html @@ -10,19 +10,6 @@ permalink: /
    -
    -
    -
    - -
    -

    镜像列表

    @@ -54,14 +41,13 @@ permalink: /
  • https://mirrors.tuna.tsinghua.edu.cn/ 自动选择
  • https://mirrors6.tuna.tsinghua.edu.cn/ 只解析 IPv6
  • https://mirrors4.tuna.tsinghua.edu.cn/ 只解析 IPv4
  • -
  • https://mirrors-i.tuna.tsinghua.edu.cn/ 只解析清华 IP
  • 联系我们

    @@ -72,6 +58,8 @@ permalink: /
  • 服务器状态
  • 同步状态
  • 清华大学 TUNA 协会
  • +
  • 镜像管理器源码
  • +
  • 自定义镜像脚本
  • diff --git a/static/js/index.es6 b/static/js/index.es6 index db86bf1..205c6d8 100644 --- a/static/js/index.es6 +++ b/static/js/index.es6 @@ -1,6 +1,12 @@ --- --- $(document).ready(() => { +var lei3Po8h = ["support", ["tuna", "tsinghua", "edu", "cn"].join(".")].join("@"); +$('a#eib1gieB') + .text(lei3Po8h) + .attr('href', atob('bWFpbHRvOgo=') + lei3Po8h); + + var mir_tmpl = $("#template").text(), label_map = { 'unknown': 'label-default', @@ -72,12 +78,6 @@ window.refreshMirrorList = () => { } refreshMirrorList(); -$.getJSON("/static/tunet.json", (to_alert) => { - if (to_alert) { - $('#thu-alert').removeClass('hidden'); - }; -}); - }); // vim: ts=2 sts=2 sw=2 noexpandtab