Add license notice for VOICEVOX
This commit is contained in:
@ -43,6 +43,7 @@ function App() {
|
||||
<div className="subtitle">
|
||||
RSS フィードから自動生成された音声ポッドキャスト
|
||||
</div>
|
||||
<div className="credit">VOICEVOX:冥鳴ひまり</div>
|
||||
</div>
|
||||
<button
|
||||
className="theme-toggle"
|
||||
|
@ -94,6 +94,14 @@ body {
|
||||
.subtitle {
|
||||
color: var(--text-secondary);
|
||||
font-size: 14px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.credit {
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
font-style: italic;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.theme-toggle {
|
||||
@ -811,3 +819,4 @@ a:hover {
|
||||
color: var(--text-primary);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user