环境变量

This commit is contained in:
2025-05-09 08:15:00 +08:00
parent dbd9486d8e
commit 69a62ece22
10 changed files with 38 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ async function select(key: string) {
copy()
break
case "test":
window.open("https://code.xuyue.cc", "_blank")
window.open(import.meta.env.VITE_CODE_URL, "_blank")
break
}
}