阶段6:发布收尾 v0.1.0

- LICENSE 更新为 MoePlayer+niandeng 双版权,修正 moeplayer/LICENSE 误置的 Apache 2.0
- 新增 CHANGELOG.md
- package.json 补全 author/repository/homepage/keywords
- README 更新路线图进度与插件仓库链接
This commit is contained in:
王阳
2026-07-21 19:24:13 +08:00
parent ab73938a80
commit f4360c3a17
5 changed files with 85 additions and 202 deletions
+15
View File
@@ -2,6 +2,21 @@
"name": "moeplayer",
"version": "0.1.0",
"description": "一款中文友好的网页视频播放器(fork 自 ckplayer X3),支持 mp4/flv/m3u8/ts,可搭配 Moodle media 插件使用",
"author": "wangyang (https://git.eryang.wang/wangyang)",
"homepage": "https://git.eryang.wang/wangyang/moeplayer",
"repository": {
"type": "git",
"url": "https://git.eryang.wang/wangyang/moeplayer.git"
},
"keywords": [
"video-player",
"html5-video",
"m3u8",
"flv",
"hls",
"moodle",
"播放器"
],
"license": "MIT",
"scripts": {
"build": "rollup -c && node scripts/build-css.js && node scripts/copy-libs.js",