piclist 2.4.0 → 2.4.1

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.
package/README.md CHANGED
@@ -44,7 +44,7 @@ PicList-Core 是一个功能强大的图片上传工具,提供 CLI 和 API 两
44
44
 
45
45
  ## 安装
46
46
 
47
- PicList 需要 Node.js >= 20
47
+ PicList 需要 Node.js >= 22
48
48
 
49
49
  ### 前置条件
50
50
 
@@ -201,6 +201,7 @@ Options:
201
201
  -h, --help display help for command
202
202
 
203
203
  Commands:
204
+ list|ls list installed plugins
204
205
  install|add [options] <plugins...> install picgo plugin
205
206
  uninstall|rm <plugins...> uninstall picgo plugin
206
207
  update|up [options] <plugins...> update picgo plugin
package/README_en.md CHANGED
@@ -45,7 +45,7 @@ You can refer to the [DeepWiki of PiclList-Core](https://deepwiki.com/Kuingsmile
45
45
 
46
46
  ## Installation
47
47
 
48
- PicList requires Node.js >= 20
48
+ PicList requires Node.js >= 22
49
49
 
50
50
  ### Prerequisites
51
51
 
@@ -202,6 +202,7 @@ Options:
202
202
  -h, --help display help for command
203
203
 
204
204
  Commands:
205
+ list|ls list installed plugins
205
206
  install|add [options] <plugins...> install picgo plugin
206
207
  uninstall|rm <plugins...> uninstall picgo plugin
207
208
  update|up [options] <plugins...> update picgo plugin