voice-page-agent 2.0.3 → 2.0.4
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 -0
- package/dist/index.cjs +268 -668
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +157 -60
- package/dist/{page-agent-H32WE3CG.js → page-agent-ZROQ54L4.js} +105 -580
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ Use this shape:
|
|
|
41
41
|
model: "qwen3.5-plus",
|
|
42
42
|
apiKey: "NA",
|
|
43
43
|
language: "zh-CN",
|
|
44
|
+
enablePanel: true, // keep page-agent panel visible
|
|
45
|
+
enableMask: false, // recommended for broader browser/GPU compatibility
|
|
44
46
|
// ...any other page-agent options
|
|
45
47
|
},
|
|
46
48
|
wakeWord: "布丁布丁", // string or string[]
|