perf: remove video player download

This commit is contained in:
ibuler
2026-06-15 15:42:59 +08:00
parent 992e3accee
commit 9a146780c7

View File

@@ -26,14 +26,6 @@ p {
<li> <a href="/download/public/Client_{{ CLIENT_VERSION }}_aarch64.dmg">{{ VENDOR }}Client_{{ CLIENT_VERSION }}_aarch64.dmg</a></li>
</ul>
</div>
<div class="group">
<h2> {{ VENDOR }} {% trans 'Offline video player' %} v{{ VIDEO_PLAYER_VERSION }}</h2>
<ul>
<li><a href="/download/public/VideoPlayer-{{ VIDEO_PLAYER_VERSION }}.dmg">{{ VENDOR|lower }}-video-player.dmg</a></li>
<li><a href="/download/public/VideoPlayer-{{ VIDEO_PLAYER_VERSION }}.exe">{{ VENDOR|lower }}-video-player.exe</a></li>
</ul>
</div>
</div>
<style>
ul {