filecat 5.32.1 → 5.33.0
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 +4 -0
- package/build/dist/{377.61cd1c32400bd99e0217.js → 377.23d2a705c084c416bf92.js} +2 -2
- package/build/dist/543.ac5d314a52e99934103c.js +2 -0
- package/build/dist/{943.59a7bd5ab2af84782464.js → 943.88236423e67278d66648.js} +2 -2
- package/build/dist/index.html +1 -1
- package/build/dist/{main.cd611d8e9b49e21b4f58.js → main.134bde9aaf8912fe8244.js} +2 -2
- package/build/main.js +1 -1
- package/package.json +2 -2
- package/build/dist/543.9305b93ceeffabfa9862.js +0 -2
- /package/build/dist/{377.61cd1c32400bd99e0217.js.LICENSE.txt → 377.23d2a705c084c416bf92.js.LICENSE.txt} +0 -0
- /package/build/dist/{543.9305b93ceeffabfa9862.js.LICENSE.txt → 543.ac5d314a52e99934103c.js.LICENSE.txt} +0 -0
- /package/build/dist/{943.59a7bd5ab2af84782464.js.LICENSE.txt → 943.88236423e67278d66648.js.LICENSE.txt} +0 -0
- /package/build/dist/{main.cd611d8e9b49e21b4f58.js.LICENSE.txt → main.134bde9aaf8912fe8244.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -55,6 +55,10 @@ account/password: admin/admin
|
|
|
55
55
|
|
|
56
56
|
更多参数可以使用 `filecat --help` 查看
|
|
57
57
|
|
|
58
|
+
## 升级
|
|
59
|
+
1. 使用自定义的安装方式进行升级,比如npm 安装的就使用 npm -g i filecat,docker 可以重新pull镜像,二进制安装的可以重新下载替换。
|
|
60
|
+
2. 使用 从5.33.0 版本以后,可以使用 `filecat-upgrade` 命令来进行升级,会自动根据安装环境进行升级。特别的对于docker和二进制安装的方式,filecat-upgrade 命令还支持一个自定义下载url路径(默认是从github下载最新包)。
|
|
61
|
+
|
|
58
62
|
## 功能概览
|
|
59
63
|
| 文件管理 | 代码编辑 | 多用户管理 |
|
|
60
64
|
|:------------------------:|:------------------------------------------------------------------------------------:|:------------------------:|
|