Skip to content

Commit 19dab80

Browse files
committed
update README
1 parent e50b13d commit 19dab80

1 file changed

Lines changed: 53 additions & 81 deletions

File tree

README.md

Lines changed: 53 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -31,115 +31,87 @@ APlayer is a lovely HTML5 music player to help people build audio easily.
3131

3232
Using APlayer on your project? [Let me know!](https://github.com/MoePlayer/APlayer/issues/79)
3333

34-
**[Demo](http://aplayer.js.org)**
34+
**[Docs](https://aplayer.js.org)**
3535

36-
**[Docs](http://aplayer.js.org/docs)**
36+
**[中文文档](https://aplayer.js.org/#/zh-Hans/)**
3737

38-
## Install
38+
## Join the Discussion
3939

40-
```
41-
$ npm install aplayer --save
42-
```
40+
- [Telegram Group](https://t.me/adplayer)
41+
- [QQ Group](https://shang.qq.com/wpa/qunwpa?idkey=bf22213ae0028a82e5adf3f286dfd4f01e0997dc9f1dcd8e831a0a85e799be17): 415835947
4342

44-
## Quick Start
43+
## Related Projects
4544

46-
```html
47-
<div id="aplayer1" class="aplayer"></div>
48-
<script src="dist/APlayer.min.js"></script>
49-
```
45+
### Plugins
5046

51-
```js
52-
var ap = new APlayer({
53-
element: document.getElementById('aplayer1'),
54-
music: {
55-
title: 'Preparation',
56-
author: 'Hans Zimmer/Richard Harvey',
57-
url: 'Preparation.mp3',
58-
}
59-
});
60-
```
47+
- [APlayer-Typecho-Plugin](https://github.com/zgq354/APlayer-Typecho-Plugin): Typecho
48+
- [hexo-tag-aplayer](https://github.com/grzhan/hexo-tag-aplayer): Hexo
49+
- [Hermit-X(APlayer for WordPress)](https://github.com/liwanglin12/Hermit-X): WordPress
50+
- [APlayerHandle](https://github.com/kn007/APlayerHandle): WordPress
51+
- [APlayer_for_Z-BlogPHP](https://github.com/fghrsh/APlayer_for_Z-BlogPHP): Z-BlogPHP
52+
- [react-aplayer](https://github.com/sabrinaluo/react-aplayer): React
53+
- [vue-aplayer](https://github.com/SevenOutman/vue-aplayer): Vue
54+
- [vue-aplayer](https://github.com/MoeFE/vue-aplayer): Vue
55+
- [php-aplayer](https://github.com/Daryl-L/php-aplayer): PHP
6156

62-
## Usage
57+
### Tooling
6358

64-
[Read the Docs](http://aplayer.js.org/docs)
59+
- [APlayer-Controler](https://github.com/Mashiro-Sorata/APlayer-Controler): controling tool
60+
- [MetingJS](https://github.com/metowolf/MetingJS): work with Meting music API
6561

66-
## CDN
62+
## Who use APlayer?
6763

68-
- [jsDelivr](https://www.jsdelivr.com/package/npm/aplayer)
69-
- [cdnjs](https://cdnjs.com/libraries/aplayer)
70-
- [unpkg](https://unpkg.com/aplayer/)
64+
- [Jelly Rue](http://jellyrue.com/): Jelly Rue, an indie pop-rock band from Tartu.
65+
- [LLSupport](https://www.lovelivesupport.com/): This site provides a lot of information about LoveLive
66+
- [站长之家](http://www.chinaz.com/15year/index.html): 针对中文站点提供资讯、技术、资源、服务
67+
- [Justice_Eternal吧曲谱资源站](http://lightmoon.pw): 一个非营利的、兴趣驱动的曲谱编辑、发布与整理解决方案
68+
- [Justice_Eternal吧曲谱资源站(移动端)](http://jefun.top/): 一个非营利的、兴趣驱动的曲谱编辑、发布与整理解决方案
69+
- [歌词千寻](https://www.lrcgc.com/diy): 歌词千寻LRC歌词编辑器
70+
- [iSearch](http://i.oppsu.cn): 一个提供 iTunes 搜索,试听,高清专辑封面获取,查看最新音乐动态等综合性平台
71+
- [LRC歌词编辑器](https://github.com/MoeFE/Lyric): 一款非常实用的在线LRC歌词编辑器
72+
- [Аэростатика](https://aerostatica.ru/)
7173

72-
## Join the Discussion
74+
## Donate
7375

74-
- [Telegram Group](https://t.me/adplayer)
75-
- [QQ Group](https://shang.qq.com/wpa/qunwpa?idkey=bf22213ae0028a82e5adf3f286dfd4f01e0997dc9f1dcd8e831a0a85e799be17): 415835947
76+
APlayer is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
7677

77-
## Related Projects
78+
## One-time Donations
7879

79-
- [APlayer-Typecho-Plugin](https://github.com/zgq354/APlayer-Typecho-Plugin)
80-
- [hexo-tag-aplayer](https://github.com/grzhan/hexo-tag-aplayer)
81-
- [163music-APlayer-you-get-docker](https://github.com/YUX-IO/163music-APlayer-you-get-docker)
82-
- [Hermit-X(APlayer for WordPress)](https://github.com/liwanglin12/Hermit-X)
83-
- [vue-aplayer](https://github.com/SevenOutman/vue-aplayer)
84-
- [APlayer_for_Z-BlogPHP](https://github.com/fghrsh/APlayer_for_Z-BlogPHP)
85-
- [php-aplayer](https://github.com/Daryl-L/php-aplayer)
86-
- [react-aplayer](https://github.com/sabrinaluo/react-aplayer)
87-
- [vue-aplayer](https://github.com/MoeFE/vue-aplayer)
88-
- [APlayer-Controler](https://github.com/Mashiro-Sorata/APlayer-Controler)
89-
- [APlayerHandle](https://github.com/kn007/APlayerHandle)
90-
- [MetingJS](https://github.com/metowolf/MetingJS)
91-
- Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/APlayer/issues/79)
80+
We accept donations through these channels:
9281

93-
## Who use APlayer?
82+
- [Paypal](https://www.paypal.me/DIYgod)
83+
- [WeChat Pay](https://i.imgur.com/aq6PtWa.png)
84+
- [Alipay](https://i.imgur.com/wv1Pj2k.png)
85+
- Bitcoin: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1
9486

95-
- [站长之家](http://www.chinaz.com/15year/index.html)
96-
- [TheFatRat](http://thefatrat.cn/)
97-
- [Jelly Rue](http://jellyrue.com/)
98-
- [Justice_Eternal吧曲谱资源站](http://lightmoon.pw)
99-
- [Justice_Eternal吧曲谱资源站(移动端)](https://justice-eternal.github.io/)
100-
- [歌词千寻](https://www.lrcgc.com/diy)
101-
- [iSearch](http://i.oppsu.cn)
102-
- [LRC歌词编辑器](https://github.com/MoeFE/Lyric)
103-
- [LLSupport](https://www.lovelivesupport.com/)
104-
- [Аэростатика](https://aerostatica.ru/)
105-
- Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/APlayer/issues/79)
87+
## Recurring Pledges
10688

107-
## Donate
89+
Recurring pledges come with exclusive perks, e.g. having your name or your company logo listed in the APlayer GitHub repository and this website.
90+
91+
- Become a backer or sponsor via [OpenCollective](https://opencollective.com/aplayer)
92+
- E-mail us: i#html.love
10893

109-
- [Donate via OpenCollective](https://opencollective.com/aplayer)
110-
- [Donate via Paypal](https://www.paypal.me/DIYgod)
111-
- [Donate via WeChat Pay](https://ws4.sinaimg.cn/large/006tKfTcgy1fhu1uowywej307s07st8h.jpg)
112-
- [Donate via Alipay](https://ws4.sinaimg.cn/large/006tKfTcgy1fhu1vf4ih7j307s07sdfm.jpg)
113-
- Donate via Bitcoin: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1
94+
## Current Premium Sponsors
11495

115-
## Sponsor
96+
### Special Sponsors
11697

117-
Thank you to all our sponsors!
98+
<a href="https://pear.hk/" target="_blank">
99+
<img width="222px" src="https://i.imgur.com/5qQYmfc.png">
100+
</a>
101+
<a href="https://console.upyun.com/register/?invite=BkLZ2Xqob" target="_blank">
102+
<img width="222px" src="https://imgur.com/apG1uKf.png">
103+
</a>
118104

119-
<table>
120-
<tbody>
121-
<tr>
122-
<td align="center" valign="middle">
123-
<a href="https://console.upyun.com/register/?invite=BkLZ2Xqob" target="_blank">
124-
<img width="222px" src="https://imgur.com/apG1uKf.png">
125-
</a>
126-
</td>
127-
</tr>
128-
</tbody>
129-
</table>
105+
### OpenCollective backers
106+
107+
![](https://opencollective.com/APlayer/backers.svg?width=890)
130108

131109
## Contributors
132110

133111
This project exists thanks to all the people who contribute.
134112

135113
<a href="https://github.com/MoePlayer/APlayer/graphs/contributors"><img src="https://opencollective.com/APlayer/contributors.svg?width=890" /></a>
136114

137-
## Backers
138-
139-
Thank you to all our backers!
140-
141-
<a href="https://opencollective.com/APlayer#backers" target="_blank"><img src="https://opencollective.com/APlayer/backers.svg?width=890"></a>
142-
143115
## Author
144116

145117
**APlayer** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>

0 commit comments

Comments
 (0)