mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
892 B
892 B
title, icon, createTime, permalink, badge
| title | icon | createTime | permalink | badge |
|---|---|---|---|---|
| AcFun 视频 | lets-icons:video-fill | 2025/06/28 10:57:45 | /guide/embed/video/acfun/ | 新 |
概述
主题提供了 嵌入 AcFun 视频 的功能。
该功能由 vuepress-plugin-md-power 提供支持。
配置
该功能默认不启用。你需要在主题配置中开启。
export default defineUserConfig({
theme: plumeTheme({
markdown: {
acfun: true, // [!code ++]
},
})
})
语法
简单的语法:
@[acfun](id)
更多选项:
@[acfun width="100%" height="400px" ratio="16:9"](id)
选项说明:
- id: 视频 ID
- width: 视频宽度
- height: 视频高度
- ratio: 视频比例,默认
16:9
示例
宽频视频
输入:
@[acfun](ac47431669)
输出: