diff --git a/html/bilibili.html b/html/bilibili_hotband.html similarity index 99% rename from html/bilibili.html rename to html/bilibili_hotband.html index 85786e9..364158d 100644 --- a/html/bilibili.html +++ b/html/bilibili_hotband.html @@ -192,7 +192,7 @@ function getData() { var xhr = new XMLHttpRequest(); - xhr.open("GET", "../data/bilibili/latest.json?t=" + Date.now(), true); + xhr.open("GET", "../data/bilibili-hotband/latest.json?t=" + Date.now(), true); xhr.send(); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) return; diff --git a/html/weibo.html b/html/weibo_hotband.html similarity index 99% rename from html/weibo.html rename to html/weibo_hotband.html index 275ceb2..dfb9105 100644 --- a/html/weibo.html +++ b/html/weibo_hotband.html @@ -201,7 +201,7 @@ function getData() { var xhr = new XMLHttpRequest(); - xhr.open("GET", "../data/weibo/latest.json?t=" + Date.now(), true); + xhr.open("GET", "../data/weibo-hotband/latest.json?t=" + Date.now(), true); xhr.send(); xhr.onreadystatechange = function () { if (xhr.readyState !== 4) return; diff --git a/index.html b/index.html index abfc0b2..f1af8d0 100644 --- a/index.html +++ b/index.html @@ -74,11 +74,11 @@
-