weibo,bilibili后添加hotband;修改html文件名
This commit is contained in:
		@@ -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;
 | 
			
		||||
@@ -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;
 | 
			
		||||
		Reference in New Issue
	
	Block a user