Coder Social home page Coder Social logo

Comments (22)

RYF520 avatar RYF520 commented on June 20, 2024

巧了,我也是突然出现这个问题,我最开始以为是我配置错了,然后我恢复快照之后还是那个样子。不知道你解决了没有,不行就等等吧

from hexo-tag-aplayer.

uestc-wxy avatar uestc-wxy commented on June 20, 2024

巧了,我也是突然出现这个问题,我最开始以为是我配置错了,然后我恢复快照之后还是那个样子。不知道你解决了没有,不行就等等吧

没有解决,只有等等了,😭😭😭

from hexo-tag-aplayer.

Oliyrs avatar Oliyrs commented on June 20, 2024

我的方法是用自己的歌源,我给个参考,写在memos了:https://emmm.space/shuoshuo/https://memos.emmm.space/m/17

from hexo-tag-aplayer.

Oliyrs avatar Oliyrs commented on June 20, 2024

就是添加音源有点麻烦,但是稳定。

from hexo-tag-aplayer.

SunnyHerry avatar SunnyHerry commented on June 20, 2024

我也是,突然就不行了

from hexo-tag-aplayer.

uestc-wxy avatar uestc-wxy commented on June 20, 2024

我的方法是用自己的歌源,我给个参考,写在memos了:https://emmm.space/shuoshuo/https://memos.emmm.space/m/17

请问你这个代码是加到哪儿的呢

from hexo-tag-aplayer.

RYF520 avatar RYF520 commented on June 20, 2024

你的好了吗?是不是还是那个样子

from hexo-tag-aplayer.

uestc-wxy avatar uestc-wxy commented on June 20, 2024

你的好了吗?是不是还是那个样子

我还是那个样子,没有好😭

from hexo-tag-aplayer.

752841728 avatar 752841728 commented on June 20, 2024

还是没好

from hexo-tag-aplayer.

uestc-wxy avatar uestc-wxy commented on June 20, 2024

还是没好

雀氏😫

from hexo-tag-aplayer.

snowtafir avatar snowtafir commented on June 20, 2024

貌似是大佬提供的 获取网易音乐的 api 挂了

from hexo-tag-aplayer.

uestc-wxy avatar uestc-wxy commented on June 20, 2024

貌似是大佬提供的 获取网易音乐的 api 挂了

你怎么解决的

from hexo-tag-aplayer.

snowtafir avatar snowtafir commented on June 20, 2024

貌似是大佬提供的 获取网易音乐的 api 挂了

你怎么解决的

找一个能用的api(看哪个博友的网站能用就看自己本事白嫖了 悲!),把引入的Meting.min.js下载下来,替换掉里面的 api 链接,再把改写的 Meting.min.js inject 入自己的博客,如果是hexo-butterfly主题记得把plugin.yaml里的引入的Meting.min.js项注释掉即可。或者哪位有能力的大佬研究一下https://github.com/Binaryify/NeteaseCloudMusicApi ,或许可以自己部署一个。

from hexo-tag-aplayer.

chitanderu avatar chitanderu commented on June 20, 2024

你的好了吗?是不是还是那个样子

我还是那个样子,没有好😭

我有一个折中的方案, https://www.keke.wiki/ 参考我的页面, 就是在博客的source文件夹新建一个musicsrss文件夹,在文件夹新建music1.js ,写入aplayer的js,音乐源配置自己的存储源,然后把音乐和mp3放入github仓库,用cdn加速,最后在注入代码如下,我的主题是butterfly 有注入代码的配置,其他的主题可以在 footer上配置
inject:
head:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">  
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="musicrss/music1.js"></script>

bottom:

- <div id="aplayer"> </div>

如果需要我可以写一个具体的教程

from hexo-tag-aplayer.

snowtafir avatar snowtafir commented on June 20, 2024

你的好了吗?是不是还是那个样子

我还是那个样子,没有好😭

我有一个折中的方案, https://www.keke.wiki/ 参考我的页面, 就是在博客的source文件夹新建一个musicsrss文件夹,在文件夹新建music1.js ,写入aplayer的js,音乐源配置自己的存储源,然后把音乐和mp3放入github仓库,用cdn加速,最后在注入代码如下,我的主题是butterfly 有注入代码的配置,其他的主题可以在 footer上配置 inject: head:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">  
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="musicrss/music1.js"></script>

bottom:

- <div id="aplayer"> </div>

如果需要我可以写一个具体的教程

这是用自己的音源的吧,不是在线播放,歌曲一成不变的话倒是还行(◦˙▽˙◦)

from hexo-tag-aplayer.

chitanderu avatar chitanderu commented on June 20, 2024

你的好了吗?是不是还是那个样子

我还是那个样子,没有好😭

我有一个折中的方案, https://www.keke.wiki/ 参考我的页面, 就是在博客的source文件夹新建一个musicsrss文件夹,在文件夹新建music1.js ,写入aplayer的js,音乐源配置自己的存储源,然后把音乐和mp3放入github仓库,用cdn加速,最后在注入代码如下,我的主题是butterfly 有注入代码的配置,其他的主题可以在 footer上配置 inject: head:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">  
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="musicrss/music1.js"></script>

bottom:

- <div id="aplayer"> </div>

如果需要我可以写一个具体的教程

这是用自己的音源的吧,不是在线播放,歌曲一成不变的话倒是还行(◦˙▽˙◦)

对的 因为我去看了一下大佬写的网易还有腾讯的接口全挂了 现在还是没修 算是折中一些的方案🥹🥹

from hexo-tag-aplayer.

snowtafir avatar snowtafir commented on June 20, 2024

你的好了吗?是不是还是那个样子

我还是那个样子,没有好😭

我有一个折中的方案, https://www.keke.wiki/ 参考我的页面, 就是在博客的source文件夹新建一个musicsrss文件夹,在文件夹新建music1.js ,写入aplayer的js,音乐源配置自己的存储源,然后把音乐和mp3放入github仓库,用cdn加速,最后在注入代码如下,我的主题是butterfly 有注入代码的配置,其他的主题可以在 footer上配置 inject: head:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">  
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="musicrss/music1.js"></script>

bottom:

- <div id="aplayer"> </div>

如果需要我可以写一个具体的教程

这是用自己的音源的吧,不是在线播放,歌曲一成不变的话倒是还行(◦˙▽˙◦)

对的 因为我去看了一下大佬写的网易还有腾讯的接口全挂了 现在还是没修 算是折中一些的方案🥹🥹

我前面的回复你可以看看,随便搜索大佬的博客,点进去看能用音乐的可以扒一下api🤣,如果是butterfly主题的话按照我写的基本可以解决

from hexo-tag-aplayer.

chitanderu avatar chitanderu commented on June 20, 2024

好的好的 感谢友友!

from hexo-tag-aplayer.

uestc-wxy avatar uestc-wxy commented on June 20, 2024

你的好了吗?是不是还是那个样子

我还是那个样子,没有好😭

我有一个折中的方案, https://www.keke.wiki/ 参考我的页面, 就是在博客的source文件夹新建一个musicsrss文件夹,在文件夹新建music1.js ,写入aplayer的js,音乐源配置自己的存储源,然后把音乐和mp3放入github仓库,用cdn加速,最后在注入代码如下,我的主题是butterfly 有注入代码的配置,其他的主题可以在 footer上配置 inject: head:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">  
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="musicrss/music1.js"></script>

bottom:

- <div id="aplayer"> </div>

如果需要我可以写一个具体的教程

资瓷

from hexo-tag-aplayer.

ren-yuxin avatar ren-yuxin commented on June 20, 2024

只是某大佬的meting api服务停了而已,换其他大佬的api就好
检索meting的js,关键字:https://api.i-meto.com/meting/api?server=:server&type=:type&id=:id&r=:r
将关键字部分用下面的api替换:https://api.injahow.cn/meting/?server=:server&type=:type&id=:id&r=:r

from hexo-tag-aplayer.

SunnyHerry avatar SunnyHerry commented on June 20, 2024

好像修复好了,我现在blog左下角又有了,cool😎

from hexo-tag-aplayer.

RYF520 avatar RYF520 commented on June 20, 2024

好像修复好了,我现在blog左下角又有了,cool😎

确实好了

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.