Skip to content

Commit

Permalink
Fix: スタイルを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 30, 2024
1 parent d276ea3 commit ac216d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/EngineStartupOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<div>
音声合成エンジンの起動に失敗しました。音声合成エンジンの再起動をお試しください。<br>
AivisSpeech を起動するには、PC に 1.5GB 以上の空きメモリ (RAM) が必要です。<br>
また、ウイルス対策ソフトが音声合成エンジン (run.exe) を不正なプログラムと誤って判断し、隔離している可能性もあります。<br>
</div>
<div class="q-mt-sm">
また、ウイルス対策ソフトが音声合成エンジン (run.exe) を<br>
不正なプログラムと誤って判断し、隔離している可能性もあります。<br>
ウイルス対策ソフトの設定から、run.exe を許可リストに追加してください。<br>
<QBtn class="q-mt-sm" outline @click="openQa">Q&A を見る</QBtn>
</div>
Expand Down

0 comments on commit ac216d9

Please sign in to comment.