Skip to content

Commit

Permalink
0.14.8アップデート
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 7, 2023
1 parent 4d4b102 commit 1b49a7e
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 37 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ npm run preview-build
## add resource

```bash
editor_tag="0.14.7"
editor_tag="0.14.8"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.14.3"
resource_tag="0.14.4"
resource_url="https://raw.githubusercontent.com/VOICEVOX/voicevox_resource/$resource_tag"

# 規約
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CharacterKey } from "./types/dormitoryCharacter"

export const APP_VERSION = "0.14.7"
export const APP_VERSION = "0.14.8"

export const characterKeys: CharacterKey[] = [
"四国めたん",
Expand Down
7 changes: 7 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.14.8",
"descriptions": [
"キャラクター「栗田まろん」「あいえるたん」「満別花丸」「琴詠ニア」を追加"
],
"contributors": []
},
{
"version": "0.14.7",
"descriptions": [
Expand Down
7 changes: 1 addition & 6 deletions src/hooks/useDetailedCharacterInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@ export const useDetailedCharacterInfo = () => {
],
policyUrl: "https://aivoice.jp/character/maron/",
detailUrl: "https://aivoice.jp/character/maron/",
releaseDate: "2023/10/06",
},

藍田ノエル: {
Expand All @@ -870,7 +869,6 @@ export const useDetailedCharacterInfo = () => {
],
policyUrl: "https://www.infiniteloop.co.jp/special/iltan/terms/",
detailUrl: "https://www.infiniteloop.co.jp/special/iltan/",
releaseDate: "2023/10/06",
},

満別花丸: {
Expand All @@ -891,7 +889,6 @@ export const useDetailedCharacterInfo = () => {
],
policyUrl: "https://100hanamaru.wixsite.com/manbetsu-hanamaru/rule",
detailUrl: "https://100hanamaru.wixsite.com/manbetsu-hanamaru",
releaseDate: "2023/10/06",
},

琴詠ニア: {
Expand All @@ -910,10 +907,8 @@ export const useDetailedCharacterInfo = () => {
{ label: "趣味", value: "グッズ制作", size: 1 },
{ label: "ルーティン", value: "配信チェック", size: 1 },
],
// policyUrl: "https://commons.nicovideo.jp/works/nc315435",
policyUrl: undefined,
policyUrl: "https://commons.nicovideo.jp/works/nc315435",
detailUrl: "https://n-air-app.nicovideo.jp/",
releaseDate: "2023/10/06",
},
} as const

Expand Down
48 changes: 24 additions & 24 deletions src/markdowns/howToUse.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scripts/linuxInstallCpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.7/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.7 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.8/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.8 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallNvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.7/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.7 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.8/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.8 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh

0 comments on commit 1b49a7e

Please sign in to comment.