feat: 下载页面添加离线播放器

pull/8559/head
feng626 2022-07-08 13:35:32 +08:00 committed by 老广
parent 06375110b9
commit 7047e445a3
5 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ba75ec2955d452a16930dbd845c8091de4d3cbe0c5b5ccb18f8deb28d7bf3809 oid sha256:404cc258252754b1fbbb67b04b326369c7ca0797d5245fdd98939c2206e1d8a3
size 126865 size 126727

View File

@ -4598,6 +4598,10 @@ msgstr "マイクロソフト"
msgid "Official" msgid "Official"
msgstr "公式" msgstr "公式"
#: templates/resource_download.html:51
msgid "Offline video player"
msgstr "オフラインビデオプレーヤー"
#: templates/resource_download.html:33 #: templates/resource_download.html:33
msgid "" msgid ""
"macOS needs to download the client to connect RDP asset, which comes with " "macOS needs to download the client to connect RDP asset, which comes with "

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bfbd815ff09d4b7c5f64af1eb745b81937a267d469ffbcba93c849feada2a8a8 oid sha256:603bfc1d89caaec72caf5cfba85fdc2a1ae7ac9556b4c3641353153d777ece1b
size 104695 size 104603

View File

@ -4530,6 +4530,10 @@ msgstr "微软"
msgid "Official" msgid "Official"
msgstr "官方" msgstr "官方"
#: templates/resource_download.html:51
msgid "Offline video player"
msgstr "离线录像播放器"
#: templates/resource_download.html:33 #: templates/resource_download.html:33
msgid "" msgid ""
"macOS needs to download the client to connect RDP asset, which comes with " "macOS needs to download the client to connect RDP asset, which comes with "

View File

@ -46,6 +46,15 @@ p {
</ul> </ul>
</div> </div>
{% endif %} {% endif %}
<div class="group">
<h2>JumpServer {% trans 'Offline video player' %} v0.1.5</h2>
<ul>
<li><a href="/download/JumpServer-Video-Player.dmg">jumpserver-video-player.dmg</a></li>
<li><a href="/download/JumpServer-Video-Player.exe">jumpserver-video-player.exe</a></li>
</ul>
</div>
</div> </div>
<style> <style>
ul { ul {