1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

weibo,bilibili后添加hotband;修改html文件名

This commit is contained in:
2022-07-29 16:15:45 +08:00
parent 05ea84f47e
commit 5bb9ac6235
5 changed files with 23 additions and 17 deletions

View File

@@ -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;

View File

@@ -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;