Giter Club home page Giter Club logo

Comments (3)

grzhan avatar grzhan commented on May 26, 2024

请提供有关使用 tag 的原文片段,方便排查错误。

from hexo-tag-aplayer.

wxlost avatar wxlost commented on May 26, 2024

@grzhan

---
title: 喜欢的音乐
date: "2018-1-1 19:27:13"
categories:
- 音乐
top: true
permalink : music
---
我喜欢的音乐
<!--more-->
---
我喜欢歌单
---
{% aplayerlist %}
{
    "narrow": false,
    "autoplay": true,
    "mode": "circulation",
    "showlrc": 3,
    "mutex": true,
    "theme": "#e6d0b2",
    "preload": "metadata",
    "listmaxheight": "513px",
    "music": [
        {
            "title": "海草舞",
            "author": "萧全",
            "url": "https://blog.wxlost.com/music/haicaowu.mp3",
            "pic": "https://blog.wxlost.com/music/xiaomeinv.jpg"
        },
        {
            "title": "小跳蛙",
            "author": "青蛙",
            "url": "https://blog.wxlost.com/music/青蛙 - 小跳蛙.mp3",
            "pic": "https://blog.wxlost.com/music/xiaomeinv.jpg"
        }
    ]
}
{% endaplayerlist %}
---
我喜欢的单曲
---
{% aplayer "海草舞" "萧全" "../../../music/haicaowu.mp3" "https://blog.wxlost.com/music/xiaomeinv.jpg" %}
---
{% asset_img xiaomeinv.jpg 这是一张图片 %}
---

from hexo-tag-aplayer.

grzhan avatar grzhan commented on May 26, 2024

@wxlost showlrc 是歌词显示选项,这行可以删除,这样就不会请求歌词文件,应该就不会出现这个错误了。

from hexo-tag-aplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.