@flowingspring/dsh-voco 0.3.9 → 0.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/README.zh.md +2 -2
- package/lib/client.js +45 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,10 +29,10 @@ dsh web
|
|
|
29
29
|
GitHub Releases provide a prebuilt plugin package; no source checkout or pnpm installation is required:
|
|
30
30
|
|
|
31
31
|
```powershell
|
|
32
|
-
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.
|
|
32
|
+
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.10/flowingspring-dsh-voco-0.3.10.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release page: [v0.3.
|
|
35
|
+
Release page: [v0.3.10](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.10)
|
|
36
36
|
|
|
37
37
|
## Configure the API key
|
|
38
38
|
|
package/README.zh.md
CHANGED
|
@@ -29,10 +29,10 @@ dsh web
|
|
|
29
29
|
GitHub Release 提供已经构建好的插件包,不需要下载源码或安装 pnpm:
|
|
30
30
|
|
|
31
31
|
```powershell
|
|
32
|
-
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.
|
|
32
|
+
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.10/flowingspring-dsh-voco-0.3.10.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release 页面:[v0.3.
|
|
35
|
+
Release 页面:[v0.3.10](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.10)
|
|
36
36
|
|
|
37
37
|
## 配置 API Key
|
|
38
38
|
|
package/lib/client.js
CHANGED
|
@@ -21,9 +21,9 @@ window.__ModuleLoader__.load({
|
|
|
21
21
|
}
|
|
22
22
|
var VoiceControl_module_css_default = {
|
|
23
23
|
"active": "TFZsua_active",
|
|
24
|
-
"voice-pulse": "TFZsua_voice-pulse",
|
|
25
|
-
"controls": "TFZsua_controls",
|
|
26
24
|
"interruptButton": "TFZsua_interruptButton",
|
|
25
|
+
"controls": "TFZsua_controls",
|
|
26
|
+
"voice-pulse": "TFZsua_voice-pulse",
|
|
27
27
|
"button": "TFZsua_button"
|
|
28
28
|
};
|
|
29
29
|
//#endregion
|
|
@@ -223,23 +223,23 @@ window.__ModuleLoader__.load({
|
|
|
223
223
|
document.head.appendChild(tag);
|
|
224
224
|
}
|
|
225
225
|
var VoiceNodeViews_module_css_default = {
|
|
226
|
-
"taskInput": "Kt2smW_taskInput",
|
|
227
|
-
"taskDot": "Kt2smW_taskDot",
|
|
228
|
-
"bubble": "Kt2smW_bubble",
|
|
229
|
-
"taskActions": "Kt2smW_taskActions",
|
|
230
|
-
"taskChevron": "Kt2smW_taskChevron",
|
|
231
|
-
"taskLink": "Kt2smW_taskLink",
|
|
232
|
-
"utterance": "Kt2smW_utterance",
|
|
233
|
-
"taskCard": "Kt2smW_taskCard",
|
|
234
|
-
"taskStatus": "Kt2smW_taskStatus",
|
|
235
226
|
"taskCancel": "Kt2smW_taskCancel",
|
|
227
|
+
"miniWave": "Kt2smW_miniWave",
|
|
236
228
|
"taskSummary": "Kt2smW_taskSummary",
|
|
229
|
+
"taskUpdate": "Kt2smW_taskUpdate",
|
|
230
|
+
"taskDetails": "Kt2smW_taskDetails",
|
|
231
|
+
"taskActions": "Kt2smW_taskActions",
|
|
232
|
+
"taskCard": "Kt2smW_taskCard",
|
|
233
|
+
"taskInput": "Kt2smW_taskInput",
|
|
237
234
|
"meta": "Kt2smW_meta",
|
|
235
|
+
"utterance": "Kt2smW_utterance",
|
|
238
236
|
"taskTitle": "Kt2smW_taskTitle",
|
|
239
|
-
"
|
|
240
|
-
"
|
|
237
|
+
"taskDot": "Kt2smW_taskDot",
|
|
238
|
+
"taskStatus": "Kt2smW_taskStatus",
|
|
239
|
+
"bubble": "Kt2smW_bubble",
|
|
240
|
+
"taskChevron": "Kt2smW_taskChevron",
|
|
241
241
|
"voiceBadge": "Kt2smW_voiceBadge",
|
|
242
|
-
"
|
|
242
|
+
"taskLink": "Kt2smW_taskLink"
|
|
243
243
|
};
|
|
244
244
|
//#endregion
|
|
245
245
|
//#region ../ui-voice/src/client/VoiceNodeViews.tsx
|
|
@@ -377,11 +377,11 @@ window.__ModuleLoader__.load({
|
|
|
377
377
|
document.head.appendChild(tag);
|
|
378
378
|
}
|
|
379
379
|
var VoiceOverlay_module_css_default = {
|
|
380
|
+
"status": "GPPB2G_status",
|
|
381
|
+
"stop": "GPPB2G_stop",
|
|
380
382
|
"root": "GPPB2G_root",
|
|
381
383
|
"voice-wave": "GPPB2G_voice-wave",
|
|
382
|
-
"wave": "GPPB2G_wave"
|
|
383
|
-
"status": "GPPB2G_status",
|
|
384
|
-
"stop": "GPPB2G_stop"
|
|
384
|
+
"wave": "GPPB2G_wave"
|
|
385
385
|
};
|
|
386
386
|
//#endregion
|
|
387
387
|
//#region ../ui-voice/src/client/VoiceOverlay.tsx
|
|
@@ -440,20 +440,20 @@ window.__ModuleLoader__.load({
|
|
|
440
440
|
document.head.appendChild(tag);
|
|
441
441
|
}
|
|
442
442
|
var VoiceSessionMarkers_module_css_default = {
|
|
443
|
-
"children": "_0brRca_children",
|
|
444
|
-
"marker": "_0brRca_marker",
|
|
445
|
-
"child": "_0brRca_child",
|
|
446
|
-
"childMain": "_0brRca_childMain",
|
|
447
|
-
"childLabel": "_0brRca_childLabel",
|
|
448
|
-
"childActions": "_0brRca_childActions",
|
|
449
443
|
"childTime": "_0brRca_childTime",
|
|
444
|
+
"slot": "_0brRca_slot",
|
|
445
|
+
"child": "_0brRca_child",
|
|
450
446
|
"toggle": "_0brRca_toggle",
|
|
447
|
+
"childMain": "_0brRca_childMain",
|
|
451
448
|
"childMenuButton": "_0brRca_childMenuButton",
|
|
452
|
-
"slot": "_0brRca_slot",
|
|
453
|
-
"childDot": "_0brRca_childDot",
|
|
454
449
|
"deleteAction": "_0brRca_deleteAction",
|
|
455
|
-
"
|
|
456
|
-
"
|
|
450
|
+
"childDot": "_0brRca_childDot",
|
|
451
|
+
"childActions": "_0brRca_childActions",
|
|
452
|
+
"children": "_0brRca_children",
|
|
453
|
+
"childLabel": "_0brRca_childLabel",
|
|
454
|
+
"deleteError": "_0brRca_deleteError",
|
|
455
|
+
"marker": "_0brRca_marker",
|
|
456
|
+
"deleteStatus": "_0brRca_deleteStatus"
|
|
457
457
|
};
|
|
458
458
|
//#endregion
|
|
459
459
|
//#region ../ui-voice/src/client/VoiceSessionMarkers.tsx
|
|
@@ -928,30 +928,30 @@ window.__ModuleLoader__.load({
|
|
|
928
928
|
document.head.appendChild(tag);
|
|
929
929
|
}
|
|
930
930
|
var VocoSettingsCard_module_css_default = {
|
|
931
|
-
"
|
|
931
|
+
"providerDetails": "G5LlXq_providerDetails",
|
|
932
|
+
"label": "G5LlXq_label",
|
|
933
|
+
"pending": "G5LlXq_pending",
|
|
934
|
+
"headText": "G5LlXq_headText",
|
|
932
935
|
"badge": "G5LlXq_badge",
|
|
933
|
-
"
|
|
934
|
-
"
|
|
936
|
+
"input": "G5LlXq_input",
|
|
937
|
+
"header": "G5LlXq_header",
|
|
938
|
+
"card": "G5LlXq_card",
|
|
935
939
|
"body": "G5LlXq_body",
|
|
936
|
-
"
|
|
940
|
+
"field": "G5LlXq_field",
|
|
941
|
+
"failed": "G5LlXq_failed",
|
|
942
|
+
"chevronOpen": "G5LlXq_chevronOpen",
|
|
937
943
|
"save": "G5LlXq_save",
|
|
938
|
-
"card": "G5LlXq_card",
|
|
939
944
|
"chevron": "G5LlXq_chevron",
|
|
940
|
-
"name": "G5LlXq_name",
|
|
941
|
-
"header": "G5LlXq_header",
|
|
942
|
-
"description": "G5LlXq_description",
|
|
943
|
-
"input": "G5LlXq_input",
|
|
944
|
-
"hint": "G5LlXq_hint",
|
|
945
|
-
"footer": "G5LlXq_footer",
|
|
946
|
-
"pending": "G5LlXq_pending",
|
|
947
945
|
"cardOpen": "G5LlXq_cardOpen",
|
|
948
|
-
"
|
|
949
|
-
"
|
|
950
|
-
"fieldHead": "G5LlXq_fieldHead",
|
|
951
|
-
"headText": "G5LlXq_headText",
|
|
952
|
-
"chevronOpen": "G5LlXq_chevronOpen",
|
|
946
|
+
"hint": "G5LlXq_hint",
|
|
947
|
+
"description": "G5LlXq_description",
|
|
953
948
|
"readOnly": "G5LlXq_readOnly",
|
|
954
|
-
"
|
|
949
|
+
"fieldHead": "G5LlXq_fieldHead",
|
|
950
|
+
"providerDetail": "G5LlXq_providerDetail",
|
|
951
|
+
"footer": "G5LlXq_footer",
|
|
952
|
+
"discard": "G5LlXq_discard",
|
|
953
|
+
"name": "G5LlXq_name",
|
|
954
|
+
"badgeMuted": "G5LlXq_badgeMuted"
|
|
955
955
|
};
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region ../ui-voice/src/client/VocoSettingsCard.tsx
|
package/package.json
CHANGED