use new domain name.

This commit is contained in:
2023-12-15 09:47:18 +08:00
parent 9e7802e7e9
commit bc2ab97d3f
4 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ async function select(key: string) {
message.success("代码复制成功")
break
case "test":
window.open("https://code.hyyz.izhai.net", "_blank")
window.open("https://code.xuyue.cc", "_blank")
break
}
}