feat: add Japanese language support, three-language subtitles for all demo scenes
This commit is contained in:
@@ -67,7 +67,8 @@
|
||||
"subtitleUrl": "intro/intro.vtt",
|
||||
"subtitles": {
|
||||
"zh": "intro/intro.vtt",
|
||||
"en": "intro/intro_en.vtt"
|
||||
"en": "intro/intro_en.vtt",
|
||||
"ja": "intro/intro_ja.vtt"
|
||||
},
|
||||
"bgmUrl": "shared/calm_bgm.mp3",
|
||||
"bgmVolume": 0.6,
|
||||
@@ -108,6 +109,11 @@
|
||||
"videoUrl": "",
|
||||
"imageUrl": "investigation_site/investigation_scene.jpg",
|
||||
"subtitleUrl": "investigation_site/investigation.vtt",
|
||||
"subtitles": {
|
||||
"zh": "investigation_site/investigation.vtt",
|
||||
"en": "investigation_site/investigation_en.vtt",
|
||||
"ja": "investigation_site/investigation_ja.vtt"
|
||||
},
|
||||
"hotspots": [
|
||||
{
|
||||
"id": "hs_desk",
|
||||
@@ -175,6 +181,11 @@
|
||||
"id": "left_door",
|
||||
"videoUrl": "left_door/left_door.mp4",
|
||||
"subtitleUrl": "left_door/left_door.vtt",
|
||||
"subtitles": {
|
||||
"zh": "left_door/left_door.vtt",
|
||||
"en": "left_door/left_door_en.vtt",
|
||||
"ja": "left_door/left_door_ja.vtt"
|
||||
},
|
||||
"choices": [
|
||||
{
|
||||
"text": "与陌生人握手",
|
||||
@@ -261,6 +272,11 @@
|
||||
"id": "stay",
|
||||
"videoUrl": "stay/stay_loop.mp4",
|
||||
"subtitleUrl": "stay/stay.vtt",
|
||||
"subtitles": {
|
||||
"zh": "stay/stay.vtt",
|
||||
"en": "stay/stay_en.vtt",
|
||||
"ja": "stay/stay_ja.vtt"
|
||||
},
|
||||
"bgmUrl": "shared/calm_bgm.mp3",
|
||||
"bgmVolume": 0.6,
|
||||
"videoMuted": true,
|
||||
|
||||
Reference in New Issue
Block a user