From b5efa05f974f9330564cc5534bd59f2dd2ac6cae Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Sat, 12 Aug 2023 14:24:30 +0800 Subject: [PATCH] chore: url changes --- config/_project_json.yaml | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_project_json.yaml b/config/_project_json.yaml index 01f8f43..85fd1b2 100644 --- a/config/_project_json.yaml +++ b/config/_project_json.yaml @@ -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:

📝 Notes


diff --git a/src/index.js b/src/index.js index 7c0466c..1b7371a 100644 --- a/src/index.js +++ b/src/index.js @@ -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 }) => {