From 0b280e1628efcaef92d0c16c3e2808d92663061d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 24 Nov 2025 15:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8B=89=E6=B5=81=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/.package-lock.json | 19 +++++++++--------- package.json | 23 +++++++++++++++++---- pages/plugins/live/pull/pull.vue | 34 +++++++++++++++++++++++++------- 3 files changed, 56 insertions(+), 20 deletions(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index c57de32f..2fd7f051 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,12 +1,13 @@ { - "name": "shopxo-uniapp", - "lockfileVersion": 3, - "requires": true, - "packages": { - "node_modules/jweixin-module": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.6.0.tgz", - "integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w==" + "name": "HlsVideoPlayer - APP 的 hls 的视频流播放器", + "version": "0.0.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/hls.js": { + "version": "1.6.15", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.15.tgz", + "integrity": "sha512-E3a5VwgXimGHwpRGV+WxRTKeSp2DW5DI5MWv34ulL3t5UNmyJWCQ1KmLEHbYzcfThfXG8amBL+fCYPneGHC4VA==" + } } - } } diff --git a/package.json b/package.json index a690ac80..d7ed122c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,20 @@ { - "dependencies": { - "jweixin-module": "^1.6.0" - } -} + "id": "liusheng22-HlsVideoPlayer", + "name": "HlsVideoPlayer - APP 的 hls 的视频流播放器", + "displayName": "HlsVideoPlayer - APP 的 hls 的视频流播放器", + "version": "0.0.1", + "description": "APP 的视频流播放器,支持iOS & Android,但是仅支持 hls 视频流,flv 不支持原因见下方文档详细说明", + "keywords": [ + "hls", + "flv", + "m3u8", + "视频流", + "视频播放器" + ], + "dcloudext": { + "category": [ + "前端组件", + "通用组件" + ] + } +} \ No newline at end of file diff --git a/pages/plugins/live/pull/pull.vue b/pages/plugins/live/pull/pull.vue index 9732bd4a..dd432560 100644 --- a/pages/plugins/live/pull/pull.vue +++ b/pages/plugins/live/pull/pull.vue @@ -1,12 +1,22 @@