Skip to content

Commit 6bf123e

Browse files
author
weilei
committed
chore: 描述修改
1 parent 7394af7 commit 6bf123e

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Weilei
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/element-ui-x/src/mixins/recordMixin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* @description 提供语音识别的混入,允许语音输入并处理开始、结束、结果及错误等各种事件。
3-
*
43
* @mixin recordMixin
54
*/
65

packages/element-ui-x/src/mixins/streamMixin.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
2-
* @fileoverview Vue2 流式数据处理 Mixin
3-
* 从 Vue3 useXStream hooks 转换而来,支持 SSE 数据解析和中断功能
4-
* @author Element UI X Team
5-
* @version 1.0.0
2+
* @fileoverview 流式数据处理 Mixin
3+
* 支持 SSE 数据解析和中断功能
64
*/
75

86
/**
@@ -189,7 +187,7 @@ function XStream(options, signal) {
189187
}
190188

191189
/**
192-
* streamMixin -
190+
* streamMixin
193191
* 用于处理流式数据的 mixin,支持 SSE 数据解析和中断功能
194192
* @namespace streamMixin
195193
* @type {Object}

0 commit comments

Comments
 (0)