fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user