Skip to content

Commit

Permalink
Update xitab.js
Browse files Browse the repository at this point in the history
fix wrong pic getting problem
  • Loading branch information
Xiphoray committed Oct 11, 2022
1 parent 464e9d3 commit dae967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xitab.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function getWeather(){

function getPic(){
if(Date.parse(new Date()) - localStorage.getItem("savePtime") > 60*60*1000){
$.ajax({url:'https://bing.ioliu.cn/v1/rand?w=1920&h=1080',
$.ajax({url:'https://bing.ioliu.cn/v1/rand?w=1920&h=1200',
dataType:"jsonp",
jsonp:"callback",
jsonpCallback:"jsonCallback",
Expand Down

0 comments on commit dae967b

Please sign in to comment.