u2sb u2sb
Home
  • 弹幕服务器 (opens new window)
  • MetingJS.Server
  • vuepress-plugin-smplayer
  • vuepress-plugin-vssue-global (opens new window)
  • hexo-tag-mmedia
  • 通用弹幕服务器
  • OBS导播键盘
GitHub (opens new window)
Home
  • 弹幕服务器 (opens new window)
  • MetingJS.Server
  • vuepress-plugin-smplayer
  • vuepress-plugin-vssue-global (opens new window)
  • hexo-tag-mmedia
  • 通用弹幕服务器
  • OBS导播键盘
GitHub (opens new window)
  • Overview

  • MetingJsServer

  • vuepress-plugin-smplayer

    • 安装和基本介绍
    • Meting
    • Aplayer
    • Dplayer
    • ArtPlayer
    • 哔哩哔哩动画
    • 西瓜视频
      • 介绍
      • 使用
      • 参数
      • 配置
    • Xgplayer
    • FAQ
  • hexo-tag-mmedia

  • Danmu.Server

  • OpenSw
  • vuepress-plugin-smplayer
MonologueChi
2022-01-24
目录

西瓜视频

# 介绍

可以插入 西瓜 视频

# 使用

<Xigua xid="7004391080330428964" />
1

# 参数

以下为默认参数,默认参数可省略

<Xigua
  xid="7004391080330428964"
  id=""
  :autoplay="false"
  :sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts allow-popups"
  :allowfullscreen="allowfullscreen"
  width="100%"
  :height="[9 / 16, 70]"
/>
1
2
3
4
5
6
7
8
9

height 为播放器高度,对应 css 高度计算为: width * height[0] + height[1]

# 配置

主题下插件配置为默认配置,每个 <Xigua /> 标签下的设置会覆盖默认配置。

module.exports = {
  plugins: [
    [
      "smplayer",
      {
        xigua: {
          autoplay: !1,
          startTime: 0,
          allowfullscreen: "allowfullscreen",
          sandbox:
            "allow-top-navigation allow-same-origin allow-forms allow-scripts allow-popups",
          width: "100%",
          height: [9 / 16, 0],
        },
      },
    ],
  ],
};
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

或

module.exports = {
  plugins: {
    smplayer: {
      xigua: {
        autoplay: !1,
        startTime: 0,
        allowfullscreen: "allowfullscreen",
        sandbox:
          "allow-top-navigation allow-same-origin allow-forms allow-scripts allow-popups",
        width: "100%",
        height: [9 / 16, 0],
      },
    },
  },
};
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#开源项目#vuepress-plugin-smplayer
上次更新: 10/4/2022, 11:21:17 PM
哔哩哔哩动画
Xgplayer

← 哔哩哔哩动画 Xgplayer→

Theme by Vdoing | Copyright © 2018-2022 MonoLogueChi | CC BY-NC-SA 4.0
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式