koishi-plugin-video-parser-all 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +5 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-video-parser-all",
3
- "description": "Koishi 视频解析插件,支持抖音/快手/B站/小红书视频链接解析",
4
- "version": "0.2.5",
3
+ "description": "Koishi 视频解析插件,支持抖音/快手/B站/小红书/微博视频链接解析",
4
+ "version": "0.2.6",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -23,18 +23,17 @@ A multi-platform video parsing plugin for the Koishi bot framework, supporting a
23
23
  - Issues: `https://github.com/Minecraft-1314/koishi-plugin-video-parser-all/issues`
24
24
 
25
25
  ## 核心指令 (Core Commands)
26
- ```bash
27
- # 手动解析指定视频链接
28
- parse <url>
29
26
 
30
- # 清空解析缓存与临时视频文件
31
- clear-cache
27
+ parse (手动解析)(Manual parsing)
28
+
29
+ clear-cache (清理缓存)(Clear cache)
32
30
 
33
31
  ## 项目贡献者 (Contributors)
34
32
 
35
33
  | 贡献者 (Contributor) | 贡献内容 (Contribution) |
36
34
  |----------------------|-------------------------|
37
- | [donlon](https://github.com/donlon) | 项目基础框架提供 (Provided basic project framework) |
35
+ | Minecraft-1314 | 插件完整开发 (Complete plugin development) |
36
+ | JH-Ahua | BugPk-Api |
38
37
  | (欢迎提交 PR 加入贡献者列表) | (Welcome to submit PR to join the contributor list) |
39
38
 
40
39
  ## 许可协议 (License)