diff --git a/.env.production b/.env.production index 69203956d9..5b0dcb0498 100644 --- a/.env.production +++ b/.env.production @@ -9,4 +9,6 @@ VITE_DEFAULT_ENGINE_INFOS=`[ "host": "http://127.0.0.1:50021" } ]` +VITE_OFFICIAL_WEBSITE_URL=https://voicevox.hiroshiba.jp/ +VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/VOICEVOX/voicevox_blog/master/src/data/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-DUMMY diff --git a/.env.test b/.env.test index a2c27972a3..dcf447f8b2 100644 --- a/.env.test +++ b/.env.test @@ -9,4 +9,6 @@ VITE_DEFAULT_ENGINE_INFOS=`[ "host": "http://127.0.0.1:50021" } ]` +VITE_OFFICIAL_WEBSITE_URL=https://voicevox.hiroshiba.jp/ +VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/VOICEVOX/voicevox_blog/master/src/data/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-DUMMY diff --git a/src/components/UpdateNotificationDialog.vue b/src/components/UpdateNotificationDialog.vue new file mode 100644 index 0000000000..54d76bcfb4 --- /dev/null +++ b/src/components/UpdateNotificationDialog.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/src/components/help/HelpDialog.vue b/src/components/help/HelpDialog.vue index 153d963384..653d9c8234 100644 --- a/src/components/help/HelpDialog.vue +++ b/src/components/help/HelpDialog.vue @@ -86,7 +86,6 @@