From a4eea9cfa8ecb9f566f524bb01a4578299a017da Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Wed, 10 Dec 2025 18:11:41 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9ios=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=A0=BC=E5=BC=8F=20=E4=BC=81=E4=B8=9A=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E5=BA=95=E9=83=A8=E6=8D=A2icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/footers/footers.vue | 8 +- components/my-player-m3u8/my-player-m3u8.vue | 63 +++++++-------- manifest.json | 2 +- pages/aIEarlyWarn/index.vue | 12 +-- .../workTicketManage/highRiskWorkTicket.vue | 9 ++- .../highRiskWorkTicketDetail.vue | 7 +- pages/videoManage/playVideo.vue | 72 ++++++++++++------ static/ai-icon.png | Bin 0 -> 1370 bytes static/ai-icon_active.png | Bin 0 -> 1484 bytes static/menu-icon.png | Bin 668 -> 856 bytes static/my-icon.png | Bin 0 -> 1271 bytes static/my-icon_active.png | Bin 0 -> 1400 bytes static/tabIcon-video-select.png | Bin 1382 -> 1287 bytes static/tabIcon-video.png | Bin 1338 -> 1198 bytes 14 files changed, 101 insertions(+), 72 deletions(-) create mode 100644 static/ai-icon.png create mode 100644 static/ai-icon_active.png create mode 100644 static/my-icon.png create mode 100644 static/my-icon_active.png diff --git a/components/footers/footers.vue b/components/footers/footers.vue index 402c35bb..074b50e1 100644 --- a/components/footers/footers.vue +++ b/components/footers/footers.vue @@ -160,8 +160,8 @@ } that.tabList.push({ appName: 'AI预警', - moduleIcon2: 'menu-icon', - moduleIcon: 'menu-icon_active', + moduleIcon2: 'ai-icon', + moduleIcon: 'ai-icon_active', plugin: 'aIEarlyWarn', appShow: 1, isShow: true, @@ -184,8 +184,8 @@ }) that.tabList.push({ appName: '我的', - moduleIcon2: 'tabIcon-my', - moduleIcon: 'tabIcon-my-select', + moduleIcon2: 'my-icon', + moduleIcon: 'my-icon_active', plugin: 'my', appShow: 1, isShow: true, diff --git a/components/my-player-m3u8/my-player-m3u8.vue b/components/my-player-m3u8/my-player-m3u8.vue index effa8cf3..f9609749 100644 --- a/components/my-player-m3u8/my-player-m3u8.vue +++ b/components/my-player-m3u8/my-player-m3u8.vue @@ -14,15 +14,15 @@ @play="onPlay" @pause="onPause" @error="onVideoError" @ended="onEnded" @timeupdate="onTimeUpdate" @fullscreenchange="onFullscreenChange"> - + + + + + + + - - - - - - - + @@ -680,16 +680,21 @@ } } -