🐛 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

@@ -63,37 +63,37 @@ Actual effect:
### Default Header without icon
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
{{< note default >}}
### Default Header
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
{{< note primary >}}
### Primary Header
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
{{< note info >}}
### Info Header
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
{{< note success >}}
### Success Header
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
{{< note warning >}}
### Warning Header
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
{{< note danger >}}
### Danger Header
**Welcome** to [Hugo NexT!]( https://preview.hugo-next.eu.org )
**Welcome** to [Hugo NexT!](https://preview.hugo-next.eu.org)
{{< /note >}}
@@ -145,7 +145,7 @@ Based on [Player](https://github.com/DIYgod/APlayer) And [MatingJS](https://gith
{{</* music server="netease" type="playlist" id="1982066521" list-max-height="140" */>}}
```
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140px" >}}
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140" >}}
### Customize music source

View File

@@ -141,7 +141,8 @@ toc: true
{{</* music server="netease" type="playlist" id="1982066521" list-max-height="140" */>}}
```
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140px" >}}
{{< music server="netease" type="playlist" id="1982066521" list-max-height="140" >}}
### 自定义音乐源
```markdown