Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-20 17:21:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d3accb0e997067e4345807b0338d91da58e6adf4
d3accb0e
1 parent
f7a168cf
refactor(VideoPlayer): 移除网络速度显示覆盖层注释代码
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/ui/VideoPlayer.vue
src/components/ui/VideoPlayer.vue
View file @
d3accb0
...
...
@@ -31,7 +31,7 @@
@pause="handlePause"
/>
<div v-if="showNetworkSpeedOverlay && !showErrorOverlay" class="speed-overlay">
<
!-- <
div v-if="showNetworkSpeedOverlay && !showErrorOverlay" class="speed-overlay">
<div class="speed-content">
<div
class="speed-title"
...
...
@@ -43,7 +43,7 @@
{{ networkSpeedText.includes("Mbps") ? `当前网速:${networkSpeedText}` : `当前网络:${networkSpeedText}` }}
</div>
</div>
</div>
</div>
-->
<div v-if="hlsDownloadSpeedText" class="hls-speed-badge">{{ hlsDownloadSpeedText }}</div>
<div v-if="props.debug" class="hls-debug-badge">
...
...
Please
register
or
login
to post a comment