Skip to content

Commit f4594f3

Browse files
committed
update 9.29
1 parent c5c5e75 commit f4594f3

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

docs/_sidebar.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [图床测评](nav/tccp.md)
44
* [网站推荐](nav/favsite.md)
55
* [TG群组、频道、BOT推荐](nav/tgnav.md)
6+
67
* 学习笔记
78
* 基础知识
89
- [Markdown](note/jichu/markdown.md)
@@ -54,7 +55,13 @@
5455
- [MTproxy TLS一键脚本](note/google/mtproxy.md)
5556
* TYPECHO
5657
- [Typecho设置CDN](note/typecho/cdn.md)
58+
5759
- [Typecho优化美化方法整理](note/typecho/meihua.md)
60+
61+
- [为你的网站引入Aplayer和Meting的方法](note/typecho/aplayer.md)
62+
63+
64+
5865
* 资源收集
5966
* 软件APP
6067
- [常用软件分享](ziyuan/soft/soft.md)

docs/note/typecho/aplayer.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,8 @@
200200
!!!
201201
```
202202

203-
!!!
204-
<!-- 引入方式 -->
205203
<meting-js auto="https://music.163.com/#/playlist?id=110459831"></meting-js>
206-
!!!
204+
207205

208206
### QQ音乐歌单
209207

@@ -214,10 +212,10 @@
214212
!!!
215213
```
216214

217-
!!!
218-
<!-- 引入方式 -->
219215
<meting-js auto="https://y.qq.com/n/yqq/playlist/7355087593.html"></meting-js>
220-
!!!
216+
217+
218+
221219

222220
### 自定义歌单
223221

@@ -253,8 +251,7 @@
253251
</script>
254252
!!!
255253
```
256-
!!!
257-
<!-- 或编程引入 -->
254+
258255

259256
<div id="ap"></div>
260257
<script>
@@ -272,6 +269,5 @@
272269
});
273270
</script>
274271

275-
!!!
276272

277273
怎么样,效果还算不错吧,赶紧也给你添加一下啊。本文转载自[任意站点引入 APlayer 和 Meting 的简单方法](https://logi.im/blog/simple-way-to-add-aplayer-on-your-website.html)

0 commit comments

Comments
 (0)