filecat 4.4.3 → 4.4.5

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
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## 二. 使用
11
11
  ### 1. 体验
12
- url: http://116.198.245.137:5569/
12
+ url: http://filecat.xiaobaidadada.fun:5569/
13
13
  - 账号密码: `admin`/`admin`
14
14
  ### 2. npm 方式运行
15
15
  - 如果你的服务器上已经安装了node和npm,使用 `npm install filecat -g`全局安装,后然后使用`filecat`命令即可运行,或者`npm install filecat`安装到本项目下,使用`npx filecat `运行;