hexo/source/_posts/音乐添加.md
2025-02-08 03:18:24 +00:00

26 lines
799 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 音乐添加
date: 2023-12-18 14:35:00
categories: 学习笔记
urlname: 11
tags:
---
<audio src="http://music.163.com/song/media/outer/url?id=110790.mp3" controls="controls" autoplay="autoplay"> </audio>
### 一、纯代码免插件方式
#### 1、文章需要的位置放入下列代码即可
<audio?src="音乐地址"?controls="controls"?autoplay="autoplay"> </audio>
#### 2、添加视频方法
同上,文章需要的位置放入下列代码即可
<video?width="100%"?height="auto"?poster="播放前的预览图也就是封面"?preload="none"?controls="controls"> </video>
### 二、插件方式
上传Typecho目录下的/usr/plugins?目录
2、要把文件夹名改为Meting
3、后台启用插件就可以在文章页面添加音乐了