mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
feature(view) audio -> media
This commit is contained in:
parent
a0df746f12
commit
124fb53ff5
3 changed files with 49 additions and 24 deletions
|
|
@ -1,4 +0,0 @@
|
|||
<div id="js-audio">
|
||||
<audio src="{{ src }}" controls autoplay></audio>
|
||||
<p class="reduce-text"><strong>{{ name }}</strong></p>
|
||||
</div>
|
||||
4
html/view/media.html
Normal file
4
html/view/media.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div id="js-audio">
|
||||
<{{ type }} data-name="js-media" class="media" src="{{ src }}" controls autoplay></{{ type }}>
|
||||
<p class="reduce-text"><strong>{{ name }}</strong></p>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue