pengzhanbo 4d2361a704
feat(theme)!: add collections support (#704)
* feat(theme)!: add collection support
2025-10-07 23:13:09 +08:00

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)

输出:

@acfun