@blueking/chat-x 0.0.12 → 0.0.15

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 CHANGED
@@ -472,23 +472,3 @@ CSS 变量 + `useGlobalConfig` 统一调整全局展示配置。
472
472
  | katex | ^0.16.27 | LaTeX 公式渲染 |
473
473
  | mermaid | ^11.12.2 | 图表渲染 |
474
474
  | dompurify | ^3.3.1 | HTML 安全过滤 |
475
-
476
- ## 浏览器兼容性
477
-
478
- 支持所有现代浏览器,不支持 IE:
479
-
480
- | Chrome | Firefox | Safari | Edge |
481
- | ------ | ------- | ------ | ------ |
482
- | 最新版 | 最新版 | 最新版 | 最新版 |
483
-
484
- ## 文档
485
-
486
- 完整文档基于 VitePress 构建,本地启动:
487
-
488
- ```bash
489
- pnpm wiki:dev
490
- ```
491
-
492
- ## 许可证
493
-
494
- [MIT](../../LICENSE)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-04-01T02:11:31.554Z",
3
+ "generatedAt": "2026-04-01T02:24:13.323Z",
4
4
  "domains": {
5
5
  "message": {
6
6
  "label": "消息展示",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blueking/chat-x",
3
- "version": "0.0.12",
4
- "description": "",
3
+ "version": "0.0.15",
4
+ "description": "蓝鲸智云 AI Chat 组件库 —— 遵循 AG-UI,为 AI Agent 和人类开发者共同设计的对话 UI 组件库。",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "prepublishOnly": "vite --config vite.config.ts build && pnpm dts && pnpm mcp:build",