g-ai-robot3 0.1.43 → 0.1.44
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/dist/g-ai-robot3.es.js +5 -1
- package/dist/g-ai-robot3.umd.js +2 -2
- package/dist/index.css +1 -1
- package/dist/index.vue.d.ts +4 -0
- package/dist/type.d.ts +4 -0
- package/package.json +1 -1
package/dist/g-ai-robot3.es.js
CHANGED
|
@@ -26945,6 +26945,10 @@ const hu = {
|
|
|
26945
26945
|
audioWs: { default: "wss://172.16.103.188:10096/" },
|
|
26946
26946
|
wsServer: { default: "wss://wiki.keepsoft.net:39002/ws" },
|
|
26947
26947
|
instructWs: { default: "wss://wiki.keepsoft.net:39002/commandWs" },
|
|
26948
|
+
offer: { default: "http://172.16.104.150:8010/offer" },
|
|
26949
|
+
human: { default: "http://172.16.104.150:8010/human" },
|
|
26950
|
+
stop_audio: { default: "http://172.16.104.150:8010/stop_audio" },
|
|
26951
|
+
humanaudio: { default: "http://172.16.103.188:21215/metahuman/humanaudio" },
|
|
26948
26952
|
searchTextCallback: { type: Function, default: (n) => {
|
|
26949
26953
|
console.log(n, "params");
|
|
26950
26954
|
} },
|
|
@@ -27395,7 +27399,7 @@ const hu = {
|
|
|
27395
27399
|
for (const [t, h] of i)
|
|
27396
27400
|
e[t] = h;
|
|
27397
27401
|
return e;
|
|
27398
|
-
}, Hi = /* @__PURE__ */ ju(pu, [["__scopeId", "data-v-
|
|
27402
|
+
}, Hi = /* @__PURE__ */ ju(pu, [["__scopeId", "data-v-1a5844b9"]]);
|
|
27399
27403
|
Hi.name = "gAiRoot3";
|
|
27400
27404
|
Hi.install = function(n) {
|
|
27401
27405
|
n.component("GAiRoot3", Hi);
|