1 Star 0 Fork 0

董志强 / 状态展示

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

chimee-plugin-center-state

install

安装

# 依赖于 chimee, 首先需要安装 chimee
npm install chimee
# 安装控制条组件
npm install chimee-plugin-center-state

使用

import chimee from 'chimee';
import chimeePluginCenterState from 'chimee-plugin-center-state';

// 安装插件
chimee.install(chimeePluginCenterState);
const player = new chimee({
  // ...
  // 使用插件
  plugin: [
    chimeePluginCenterState.name,
    errorTips: 'xxx' // 自定义错误信息
  ]
});

也可以在页面中引用 /lib/index.browser.js 然后在页面中使用 chimeePluginCenterState

包含状态

  • 开始
  • 暂停
  • 快进
  • 回退
  • 音量加
  • 音量减

空文件

简介

状态展示 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/aaajkcn/status_display.git
git@gitee.com:aaajkcn/status_display.git
aaajkcn
status_display
状态展示
master

搜索帮助