mirror of https://github.com/jumpserver/jumpserver
feat: 下载页面添加离线播放器
parent
06375110b9
commit
7047e445a3
|
@ -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
|
||||||
|
|
|
@ -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 "
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 "
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue