pengzhanbo 07c274cdbf
feat: add agent skills (#823)
* feat: add agent skills

* chore: tweak
2026-01-29 15:52:29 +08:00

550 B

AcFun Video

Embed AcFun videos in your markdown.

Configuration

Enable the feature in .vuepress/config.ts:

export default defineUserConfig({
  theme: plumeTheme({
    markdown: {
      acfun: true,
    },
  })
})

Syntax

@[acfun](id)

With options:

@[acfun width="100%" height="400px" ratio="16:9"](id)

Parameters:

  • id: Video ID
  • width: Video width
  • height: Video height
  • ratio: Video aspect ratio (default 16:9)

Example

@[acfun](ac47431669)