chore: url changes

This commit is contained in:
Haoyu Xu
2023-08-12 14:24:30 +08:00
parent 0236beff02
commit b5efa05f97
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ window.voice.init()
window.music = new Music(document.querySelector('#music_box'))
window.settings = new Settings(document.querySelector('#settings'), document.querySelector('#logo'))
document.title = import.meta.env.VITE_TITLE
console.log("All resources are extracted from Arknights. Github: https://github.com/Halyul/aklive2d")
console.log("All resources are extracted from Arknights. Github: https://gura.ch/aklive2d-gh")
if (check_web_gl()) {
import('@/components/player').then(({ default: spinePlayer }) => {