mirror of
https://github.com/kingmo888/rustdesk-api-server.git
synced 2025-09-15 15:28:42 +08:00
修复模板缺个分割导致分享无效。
This commit is contained in:
parent
8cf250ffd0
commit
7890d85124
@ -35,7 +35,7 @@
|
||||
|
||||
{% for one in sharelinks %}
|
||||
<tr>
|
||||
<td><script> document.write(window.location);</script>{{one.shash}} </td>
|
||||
<td><script> document.write(window.location);</script>/{{one.shash}} </td>
|
||||
<td>{{one.create_time}} </td>
|
||||
<td>{{one.peers}} </td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user