diff --git a/character/student/Yuuka/bond/1.json b/character/student/Yuuka/bond/1.json index 68a38785..e82e192d 100644 --- a/character/student/Yuuka/bond/1.json +++ b/character/student/Yuuka/bond/1.json @@ -13,6 +13,11 @@ "value": "", "short_desc": "" }, + "source": { + "zh_tw": [ + {"platform": 2, "value": "https://www.bilibili.com/video/BV15k4y1a7QZ/", "short_desc": "[STORY_SOURCE_ZH_TW_MODEJUN]"} + ] + }, "part": [ { @@ -22,7 +27,10 @@ "is_momotalk": true, "track": [], "background": [], - "character": [] + "character": [], + "source": { + "zh_tw": [{"timestamp": 0}] + } }, { "name": "[STORY_BOND_YUUKA_1_P1_NAME]", @@ -31,7 +39,10 @@ "is_momotalk": false, "track": ["OST_10"], "background": ["BG_MainOffice.jpg"], - "character": ["Yuuka"] + "character": ["Yuuka"], + "source": { + "zh_tw": [{"timestamp": 47}] + } }, { "name": "[STORY_BOND_YUUKA_1_P2_NAME]", @@ -40,7 +51,10 @@ "is_momotalk": false, "track": ["OST_17"], "background": [], - "character": ["Yuuka"] + "character": ["Yuuka"], + "source": { + "zh_tw": [{"timestamp": 114}] + } }, { "name": "[STORY_BOND_YUUKA_1_P3_NAME]", @@ -49,7 +63,10 @@ "is_momotalk": false, "track": ["OST_10"], "background": ["BG_MainOffice.jpg"], - "character": ["Yuuka"] + "character": ["Yuuka"], + "source": { + "zh_tw": [{"timestamp": 235}] + } } ], "is_memory": true diff --git a/constant/platform.json b/constant/platform.json index c2ce8474..7ccaf004 100644 --- a/constant/platform.json +++ b/constant/platform.json @@ -18,5 +18,10 @@ "en": "YouTube", "zh_tw": "YouTube", "zh_cn": "YouTube" + }, + "4": { + "en": "blue-archive.io", + "zh_tw": "碧藍檔案劇情站", + "zh_cn": "碧蓝档案剧情站" } } \ No newline at end of file diff --git a/i18n/zh_cn/other.json b/i18n/zh_cn/other.json new file mode 100644 index 00000000..11892e73 --- /dev/null +++ b/i18n/zh_cn/other.json @@ -0,0 +1,3 @@ +{ + "[STORY_SOURCE_ZH_TW_MODEJUN]": "墨德君" +} \ No newline at end of file