mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 17:45:45 +00:00
Fix downloader bug, use plink and add icon to plugin template
This commit is contained in:
@@ -24,7 +24,7 @@ func Pages.VideoEmbed(id, name)
|
|||||||
<video
|
<video
|
||||||
id="my-video"
|
id="my-video"
|
||||||
class="video-js"
|
class="video-js"
|
||||||
controls=true
|
controls="on"
|
||||||
preload="auto"
|
preload="auto"
|
||||||
poster={$"./api/v1/video-thumbnail?v={Net.Http.UrlEncode(id)}&res=default"}
|
poster={$"./api/v1/video-thumbnail?v={Net.Http.UrlEncode(id)}&res=default"}
|
||||||
data-setup="{\"fill\": true}">
|
data-setup="{\"fill\": true}">
|
||||||
|
|||||||
Reference in New Issue
Block a user