🐛 Fixed #158 Rollback animate style to old version.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<div class="flinks-block">
|
||||
<h1 class="flinks-block-title">{{ .Title }}</h1>
|
||||
<h1 class="flinks-header">{{ .Title }}</h1>
|
||||
<div class="flinks-body">
|
||||
<div class="flinks-lists">
|
||||
{{ $flinksData := "" }}
|
||||
{{ if .IsTranslated }}
|
||||
@@ -38,5 +39,5 @@
|
||||
<div class="flinks-list-footer"><hr/></div>
|
||||
<div class="flinks-page-desc">{{ .Content }}</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{{ end }}
|
||||
@@ -10,15 +10,15 @@
|
||||
{{ with .Get "name" }} name="{{ . }}" {{ end }}
|
||||
{{ with .Get "artist" }} artist="{{ . }}" {{ end }}
|
||||
{{ with .Get "cover" }} cover="{{ . }}" {{ end }}
|
||||
{{ with .Get "fixed" }} fixed="{{ . }}" {{ end }}
|
||||
{{ with .Get "mini" }} mini="{{ . }}" {{ end }}
|
||||
{{ with .Get "autoplay" }} autoplay="{{ . }}" {{ end }}
|
||||
{{ with .Get "loop" }} loop="{{ . }}" {{ end }}
|
||||
{{ with .Get "order" }} order="{{ . }}" {{ end }}
|
||||
{{ with .Get "volume" }} volume="{{ . }}" {{ end }}
|
||||
{{ with .Get "mutex" }} mutex="{{ . }}" {{ end }}
|
||||
{{ with .Get "list-folded" }} list-folded="{{ . }}" {{ end }}
|
||||
{{ with .Get "list-max-height" }} list-max-height="{{ . }}" {{ end }}
|
||||
{{ with .Get "fixed" }} fixed="{{ . }}" {{ end }}
|
||||
{{ with .Get "mini" }} mini="{{ . }}" {{ end }}
|
||||
{{ with .Get "autoplay" }} autoplay="{{ . }}" {{ end }}
|
||||
{{ with .Get "loop" }} loop="{{ . }}" {{ end }}
|
||||
{{ with .Get "order" }} order="{{ . }}" {{ end }}
|
||||
{{ with .Get "volume" }} volume="{{ . }}" {{ end }}
|
||||
{{ with .Get "mutex" }} mutex="{{ . }}" {{ end }}
|
||||
{{ with .Get "list-folded" }} list-folded="{{ . }}" {{ end }}
|
||||
{{ with .Get "list-max-height" }} list-max-height="{{ . }}px" {{ end }}
|
||||
></meting-js>
|
||||
|
||||
{{ .Page.Store.SetInMap "scParams" "music" true }}
|
||||
Reference in New Issue
Block a user