This commit is contained in:
2025-05-09 23:04:00 +08:00
parent aa735a9d6a
commit 52a2fd6625
2 changed files with 4 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ function changeLanguage(v: LANGUAGE) {
}
function gotoTestCat() {
const url = "https://code.xuyue.cc"
const url = import.meta.env.VITE_CODE_URL
window.open(url, "_blank")
}
</script>