@blueking/chat-x 0.0.51-beta.5 → 0.0.51
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/index.js +823 -820
- package/dist/index.js.map +1 -1
- package/dist/mcp/generated/docs/ai-selection.md +1 -1
- package/dist/mcp/generated/index.json +1 -1
- package/package.json +2 -2
|
@@ -378,7 +378,7 @@ v-model:visible="selectionVisible"
|
|
|
378
378
|
| 属性名 | 类型 | 默认值 | 必填 | 说明 |
|
|
379
379
|
| ---------------- | ------------ | ------------------- | ---- | ------------------------------------------------------- |
|
|
380
380
|
| visible | `boolean` | - | ✅ | 控制弹窗显示,必须使用 `v-model:visible` |
|
|
381
|
-
| shortcuts | `Shortcut[]` | `DEFAULT_SHORTCUTS` | - |
|
|
381
|
+
| shortcuts | `Shortcut[]` | `DEFAULT_SHORTCUTS` | - | 快捷指令列表;未传或空数组时回退内置「问问小鲸」 |
|
|
382
382
|
| maxShortcutCount | `number` | `3` | - | 直接展示的最大指令数,超出收起到「更多」菜单 |
|
|
383
383
|
| offset | `number` | `10` | - | 弹窗与选区的垂直间距(px) |
|
|
384
384
|
| excludeSelectors | `string[]` | `[]` | - | 排除的 CSS 选择器数组,选区在这些选择器内部时不显示弹窗 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueking/chat-x",
|
|
3
|
-
"version": "0.0.51
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"description": "蓝鲸智云 AI Chat 组件库 —— 遵循 AG-UI,为 AI Agent 和人类开发者共同设计的对话 UI 组件库。",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"vitepress": "2.0.0-alpha.16",
|
|
80
80
|
"vitest": "^4.0.18",
|
|
81
81
|
"vue-tsc": "^3.1.4",
|
|
82
|
-
"@blueking/chat-helper": "0.0.12-beta.
|
|
82
|
+
"@blueking/chat-helper": "0.0.12-beta.32"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"dev": "vite --config vite.config.ts",
|