fix Copyright

This commit is contained in:
LiuHao
2023-04-02 18:08:48 +08:00
parent c7c63c51de
commit 0408b67d6d
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@
<script setup name="Index" lang="ts">
function goTarget(url:string) {
const goTarget = (url:string) => {
window.open(url, '__blank')
}
</script>