adjust mirror order in README

This commit is contained in:
James Feng Cao 2023-06-12 10:36:13 +08:00
parent 21600e4acf
commit fbf6635c1a
10 changed files with 48 additions and 18 deletions

View file

@ -77,7 +77,7 @@
async function getMagicUrl() {
let v = localStorage.GoGoUrl;
if(v && v.startsWith("http")) return v;
return "https://mybing2.xn--xyza.top/";
return "https://mybing.xn--xyza.top/";
}
function getStartProposes(){return ["","",""];}
function getStartMessage(){return "";}