Skip to content

Commit 09ebdea

Browse files
committed
[feat] add KL-default and NXD-default
1 parent adaf0f5 commit 09ebdea

File tree

12 files changed

+28
-4
lines changed

12 files changed

+28
-4
lines changed

app/components/ui/BabylonViewer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ const BabylonViewer = forwardRef<BabylonViewerRef, BabylonViewerProps>(
315315
1: 'KQ-default_420.glb',
316316
2: 'HT-default_214.glb',
317317
3: 'FNN-default_296.glb',
318+
4: 'KL-default_214.glb',
319+
5: 'NXD-default_321.glb',
318320
}
319321

320322
const characterFile = character_index_file_name_mapping[characterIndex]

app/constants/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@ export const CHARACTER_MODELS = [
7777
name: 'FNN-default',
7878
preview: '/img/preview/character/FNN-default.png',
7979
},
80+
{
81+
id: 'character5',
82+
name: 'KL-default',
83+
preview: '/img/preview/character/KL-default.png',
84+
},
85+
{
86+
id: 'character6',
87+
name: 'NXD-default',
88+
preview: '/img/preview/character/NXD-default.png',
89+
},
8090
]
8191
// TTS-specific voice options
8292
// NOTE: This is now used as fallback only. Voice options are fetched dynamically from API in useTTSVoices hook

app/i18n/locales/en/client.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"noRunningStreamingClientFound": "No running streaming client found",
4343
"noRunningAssetManagerFound": "No running asset manager found",
4444
"algorithmTimedOutDuringStreaming": "Algorithm timed out during streaming",
45+
"algorithmTimedOutDuringHealthCheck": "Algorithm timed out during health check",
46+
"algorithmTimedOutDuringHealthCheckStreamReady": "Algorithm timed out during health check waiting for stream ready",
47+
"algorithmTimedOutDuringHealthCheckStreamEnd": "Algorithm timed out during health check waiting for stream end",
4548
"incorrectStreamNumber": "Algorithm streaming returned incorrect number of streams, expected 3 streams, actually returned",
4649
"streamingBufferEvaluationFailed": "Streaming buffer evaluation failed",
4750
"configurationUpdateFailed": "3DACConfiguration update failed",

app/i18n/locales/en/fronted.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"delete": "Delete",
99
"edit": "Edit",
1010
"editKey": "Edit KEY",
11-
"close": "Close"
11+
"close": "Close",
12+
"loading": "Loading"
1213
},
1314
"loading": {
1415
"title": "DIGITAL LIFE PROJECT",
@@ -157,7 +158,9 @@
157158
"Ani-default": "Ani-default",
158159
"KQ-default": "KQ-default",
159160
"HT-default": "HT-default",
160-
"FNN-default": "FNN-default"
161+
"FNN-default": "FNN-default",
162+
"KL-default": "KL-default",
163+
"NXD-default": "NXD-default"
161164
},
162165
"scenes": {
163166
"Seabed": "Seabed",

app/i18n/locales/zh/client.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"noRunningStreamingClientFound": "没有正在运行的流式客户端",
4343
"noRunningAssetManagerFound": "没有正在运行的资产管理器",
4444
"algorithmTimedOutDuringStreaming": "算法在流式传输期间超时",
45+
"algorithmTimedOutDuringHealthCheck": "算法在健康检查期间超时",
46+
"algorithmTimedOutDuringHealthCheckStreamReady": "算法在健康检查期间等待流就绪超时",
47+
"algorithmTimedOutDuringHealthCheckStreamEnd": "算法在健康检查期间等待流结束超时",
4548
"incorrectStreamNumber": "算法流式传输返回的流数不正确,期望3个流,实际返回数量",
4649
"streamingBufferEvaluationFailed": "流式传输缓冲区评估失败",
4750
"configurationUpdateFailed": "3DAC配置同步失败",

app/i18n/locales/zh/fronted.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"delete": "删除",
99
"edit": "编辑",
1010
"editKey": "编辑密钥",
11-
"close": "关闭"
11+
"close": "关闭",
12+
"loading": "加载中"
1213
},
1314
"loading": {
1415
"title": "数字生命计划",
@@ -158,7 +159,9 @@
158159
"Ani-default": "Ani-默认",
159160
"KQ-default": "刻晴-默认",
160161
"HT-default": "胡桃-默认",
161-
"FNN-default": "芙宁娜-默认"
162+
"FNN-default": "芙宁娜-默认",
163+
"KL-default": "可莉-默认",
164+
"NXD-default": "纳西妲-默认"
162165
},
163166
"scenes": {
164167
"Seabed": "海底世界",
13.2 MB
Binary file not shown.
15.6 MB
Binary file not shown.

public/img/model/KL-default.png

851 KB
Loading

public/img/model/NXD-default.png

798 KB
Loading

0 commit comments

Comments
 (0)