From f2f79f70fb5b590873ee60174d23e2c0ca48a197 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Sat, 23 Nov 2024 17:00:24 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=82=A2=E3=83=83=E3=83=97=E3=83=87?= =?UTF-8?q?=E3=83=BC=E3=83=88=E9=80=9A=E7=9F=A5=E6=99=82=E3=81=AB=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=99=E3=82=8B=E5=85=AC=E5=BC=8F=E3=82=B5?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=82=92=20GitHub=20=E3=81=8B=E3=82=89?= =?UTF-8?q?=E5=85=AC=E5=BC=8F=20LP=20=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.test | 2 +- src/components/Dialog/SettingDialog/FileNamePatternDialog.vue | 2 +- .../Dialog/UpdateNotificationDialog/Presentation.vue | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index e215b8fc..5f664bba 100644 --- a/.env.development +++ b/.env.development @@ -9,6 +9,6 @@ VITE_DEFAULT_ENGINE_INFOS=`[ "host": "http://127.0.0.1:10101" } ]` -VITE_OFFICIAL_WEBSITE_URL=https://github.com/Aivis-Project/AivisSpeech +VITE_OFFICIAL_WEBSITE_URL=https://aivis-project.com/speech/ VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/Aivis-Project/AivisSpeech/master/public/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-PNHDPBZ4 diff --git a/.env.production b/.env.production index 4da64df3..834551d4 100644 --- a/.env.production +++ b/.env.production @@ -9,6 +9,6 @@ VITE_DEFAULT_ENGINE_INFOS=`[ "host": "http://127.0.0.1:10101" } ]` -VITE_OFFICIAL_WEBSITE_URL=https://github.com/Aivis-Project/AivisSpeech +VITE_OFFICIAL_WEBSITE_URL=https://aivis-project.com/speech/ VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/Aivis-Project/AivisSpeech/master/public/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-PNHDPBZ4 diff --git a/.env.test b/.env.test index 178434af..71ed694d 100644 --- a/.env.test +++ b/.env.test @@ -9,6 +9,6 @@ VITE_DEFAULT_ENGINE_INFOS=`[ "host": "http://127.0.0.1:10101" } ]` -VITE_OFFICIAL_WEBSITE_URL=https://github.com/Aivis-Project/AivisSpeech +VITE_OFFICIAL_WEBSITE_URL=https://aivis-project.com/speech/ VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/Aivis-Project/AivisSpeech/master/public/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-PNHDPBZ4 diff --git a/src/components/Dialog/SettingDialog/FileNamePatternDialog.vue b/src/components/Dialog/SettingDialog/FileNamePatternDialog.vue index 09cb64a3..06857788 100644 --- a/src/components/Dialog/SettingDialog/FileNamePatternDialog.vue +++ b/src/components/Dialog/SettingDialog/FileNamePatternDialog.vue @@ -7,7 +7,7 @@
書き出しファイル名パターン
-
+
「$キャラ$」のようなタグを使って書き出すファイル名をカスタマイズできます
diff --git a/src/components/Dialog/UpdateNotificationDialog/Presentation.vue b/src/components/Dialog/UpdateNotificationDialog/Presentation.vue index 12f2aeaa..971b75ad 100644 --- a/src/components/Dialog/UpdateNotificationDialog/Presentation.vue +++ b/src/components/Dialog/UpdateNotificationDialog/Presentation.vue @@ -3,7 +3,7 @@
アップデートのお知らせ
-
+
公式サイトから最新バージョンをダウンロードできます。
@@ -54,7 +54,7 @@ />