Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

全体構成への言及を追加 #3

Merged
merged 1 commit into from
Nov 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,19 @@ export default () => {
<div className="container is-max-desktop is-flex is-flex-direction-column">
<h2 className="title">オープンソース</h2>
<p className="is-size-5">
VOICEVOX ソフトウェアは OSS
(オープンソース・ソフトウェア)です。
VOICEVOX は OSS(オープンソース・ソフトウェア)版 VOICEVOX
をもとに構築されています。
</p>
<p className="is-size-5">
製品版と OSS 版の違いやモジュール構成は&nbsp;
<a
href="https://github.com/Hiroshiba/voicevox/blob/main/docs/%E5%85%A8%E4%BD%93%E6%A7%8B%E6%88%90.md"
target="_blank"
rel="noreferrer"
>
VOICEVOX の全体構成
</a>
&nbsp;をご参照ください。
</p>
<p className="is-size-5">
ソフトウェア部分は Electron + Vue 、音声合成エンジン部分は
Expand All @@ -305,7 +316,7 @@ export default () => {
<span className="icon">
<FontAwesomeIcon icon={faGithub} />
</span>
<span>VOICEVOX ソフトウェア</span>
<span>VOICEVOX エディター</span>
</a>
<a
className="button is-outlined ml-1"
Expand Down