vue-ops-chat 1.0.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.
package/README.md ADDED
@@ -0,0 +1,46 @@
1
+ # ops-chat
2
+
3
+ 一个基于Vue的智能助手聊天插件组件。
4
+
5
+ ## 🎨 图标系统升级 (2026-02-04)
6
+
7
+ ### 新增特性
8
+ - **重新设计上传图标**:从简单的箭头图标升级为相机+上传箭头的组合图标,提升识别度和用户体验
9
+ - **统一图标管理**:所有SVG图标集中管理,便于维护和主题适配
10
+ - **完整的图标组件系统**:支持多种图标类型和自定义样式
11
+
12
+ ### 图标类型
13
+ - `user`: 用户头像图标
14
+ - `aiAvatar`: AI助手头像(带科技感元素)
15
+ - `close`: 关闭按钮
16
+ - `minimize`: 最小化按钮
17
+ - `send`: 发送消息
18
+ - `upload`: 通用上传
19
+ - `uploadImage`: 图片上传(新增)
20
+ - `remove`: 删除图标
21
+
22
+ ## Project setup
23
+ ```
24
+ npm install
25
+ ```
26
+
27
+ ### Compiles and hot-reloads for development
28
+ ```
29
+ npm run serve
30
+ ```
31
+
32
+ ### Compiles and minifies for production
33
+ ```
34
+ npm run build
35
+ ```
36
+
37
+ ### Lints and fixes files
38
+ ```
39
+ npm run lint
40
+ ```
41
+
42
+ ### 图标演示
43
+ 打开 `test-icons-demo.html` 查看所有图标效果演示
44
+
45
+ ### Customize configuration
46
+ See [Configuration Reference](https://cli.vuejs.org/config/).