Skip to content

Commit

Permalink
Fix: アップデート通知時にリンクする公式サイトを GitHub から公式 LP に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Nov 23, 2024
1 parent a372319 commit f2f79f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<QCard class="q-pa-md dialog-card">
<QCardSection>
<div class="text-h5">書き出しファイル名パターン</div>
<div class="text-body2 text-grey-8 q-mt-sm">
<div class="text-body2 text-grey q-mt-sm">
「$キャラ$」のようなタグを使って書き出すファイル名をカスタマイズできます
</div>
</QCardSection>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<QCard class="q-py-sm q-px-md dialog-card">
<QCardSection>
<div class="text-h5">アップデートのお知らせ</div>
<div class="text-body2 text-grey-8">
<div class="text-body2 text-grey q-mt-sm">
公式サイトから最新バージョンをダウンロードできます。
</div>
</QCardSection>
Expand Down Expand Up @@ -54,7 +54,7 @@
/>
<QBtn
padding="xs md"
label="公式サイトを開く"
label="公式サイトからダウンロード"
unelevated
color="primary"
textColor="display-on-primary"
Expand Down

0 comments on commit f2f79f7

Please sign in to comment.