chore: url changes

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

View File

@@ -1,4 +1,4 @@
description: !match "~{split('config', 'title' ,' - ')[0]} Live 2D\n~{split('config', 'title' ,' - ')[1]} Live 2D\nThe model is extracted from game with Spine support.\n模型来自游戏内提取支持Spine\nPlease set your FPS target in Wallpaper Engine > Settings > Performance > FPS\n\nLive preview on: https://arknights.halyul.dev/~{var('config', 'link')}\nGithub: https://github.com/Halyul/aklive2d\nCheck out our privacy policy at https://gura.ch/pp"
description: !match "~{split('config', 'title' ,' - ')[0]} Live 2D\n~{split('config', 'title' ,' - ')[1]} Live 2D\nThe model is extracted from game with Spine support.\n模型来自游戏内提取支持Spine\nPlease set your FPS target in Wallpaper Engine > Settings > Performance > FPS\n\nLive preview on: https://gura.ch/aklive2d\nGithub: https://gura.ch/aklive2d-gh\nCheck out our privacy policy at https://gura.ch/pp"
localization:
en-us:
ui_notice_title: <hr><h4>📝 Notes</h4><hr>

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 }) => {