🐛 Fixed #158 Rollback animate style to old version.

This commit is contained in:
elkan1788
2025-01-30 11:32:22 +08:00
parent d738b144b3
commit 3bffe42e3e
14 changed files with 46 additions and 39 deletions

View File

@@ -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 }}

View File

@@ -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 }}