@cc-component/cc-video 1.1.8 → 1.1.9

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.
@@ -123,7 +123,7 @@ export class VideoManager {
123
123
 
124
124
  this.baseVideo.onVideoEnd = () => {
125
125
  if (VideoManager.instance.Debug)
126
- console.warn("视频:视频播放完成")
126
+ console.warn("视频:视频播放完成 ")
127
127
  const taskId = 'mainVideoList';
128
128
  if (this.playTasks.has(taskId)) {
129
129
  const task = this.playTasks.get(taskId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-video",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",