@lvce-editor/main-area-worker 8.18.0 → 8.19.0
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.
|
@@ -1363,6 +1363,9 @@ const getLabel = uri => {
|
|
|
1363
1363
|
if (uri.startsWith('simple-browser://')) {
|
|
1364
1364
|
return 'Simple Browser';
|
|
1365
1365
|
}
|
|
1366
|
+
if (uri.startsWith('chat-debug://')) {
|
|
1367
|
+
return 'Chat Debug';
|
|
1368
|
+
}
|
|
1366
1369
|
if (uri.startsWith('language-models://')) {
|
|
1367
1370
|
return 'Language Models';
|
|
1368
1371
|
}
|