作者GitHub:https://github/gitboyzcf 有兴趣可关注!!!
安装
pnpm install xgplayer
封装
<template>
<div :id="id"></div>
</template>
<script setup>
/**
* @Description: 公共播放组件
* @Author zcf
* @Date 2024-05-22 15:34
* @E-mail boyzcf@qq
*/
// https://h5player.bytedance/
import Player, {
I18N } from 'xgplayer'
import 'xgplayer/dist/index.min.css'
import zh from 'xgplayer/es/lang/zh-cn'
import en from
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754991769a5224701.html
评论列表(0条)