This commit is contained in:
James Feng Cao 2023-04-07 14:43:41 +08:00
parent 9ea6258d40
commit e8b5f412f0
6 changed files with 10 additions and 10 deletions

View file

@ -77,7 +77,7 @@
async function getMagicUrl() {
let v = localStorage.GoGoUrl;
if(v) return v;
return "https://muweb.us.to/";
return "https://mybing2.xn--xyza.top/";
}
</script>
<script type="text/javascript" src="./js/GetSet.js"></script>