Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 468 Bytes

File metadata and controls

18 lines (14 loc) · 468 Bytes

开发

目录结构

├── packages
│   ├── provider	iframe 播放器提供方插件
│   ├── types		TS types
│   ├── user		iframe 播放器使用方插件
│   └── utils		公用方法
└── test-page
    ├── provider	iframe 播放器提供方插件测试页面
    └── user		iframe 播放器实用方插件测试页面

发布

版本号规范参考 语义化版本