filecat 5.40.2 → 5.50.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 +5 -1
- package/build/dist/{377.47cf243b272a92b114d9.js → 377.e53b1b1d885719b760ea.js} +2 -2
- package/build/dist/661.9a888575228161a56634.js +2 -0
- package/build/dist/{797.4ee6df18fcf24e9e7e8a.js → 797.945005c7bd36fea32bd9.js} +2 -2
- package/build/dist/{943.3e672ae3744ec5bca5a7.js → 943.b353e3069909689559de.js} +2 -2
- package/build/dist/963.c13366da0235fff87204.js +2 -0
- package/build/dist/984.bc7cff96ed9a550d94a8.js +2 -0
- package/build/dist/index.html +1 -1
- package/build/dist/{main.ca24e77df1df0f237db1.js → main.5bd2acf5d52ff393dbf5.js} +2 -2
- package/build/main.js +1 -1
- package/package.json +1 -1
- package/build/dist/661.5a743cf3659b7e339654.js +0 -2
- package/build/dist/963.204a9dc9e57601cff991.js +0 -2
- package/build/dist/984.1aabd59a2cefc46cb4c3.js +0 -2
- /package/build/dist/{377.47cf243b272a92b114d9.js.LICENSE.txt → 377.e53b1b1d885719b760ea.js.LICENSE.txt} +0 -0
- /package/build/dist/{661.5a743cf3659b7e339654.js.LICENSE.txt → 661.9a888575228161a56634.js.LICENSE.txt} +0 -0
- /package/build/dist/{797.4ee6df18fcf24e9e7e8a.js.LICENSE.txt → 797.945005c7bd36fea32bd9.js.LICENSE.txt} +0 -0
- /package/build/dist/{943.3e672ae3744ec5bca5a7.js.LICENSE.txt → 943.b353e3069909689559de.js.LICENSE.txt} +0 -0
- /package/build/dist/{963.204a9dc9e57601cff991.js.LICENSE.txt → 963.c13366da0235fff87204.js.LICENSE.txt} +0 -0
- /package/build/dist/{984.1aabd59a2cefc46cb4c3.js.LICENSE.txt → 984.bc7cff96ed9a550d94a8.js.LICENSE.txt} +0 -0
- /package/build/dist/{main.ca24e77df1df0f237db1.js.LICENSE.txt → main.5bd2acf5d52ff393dbf5.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
#  FileCat
|
|
3
3
|
|
|
4
|
-
[English](./doc/EN_README.md)
|
|
4
|
+
[English Doc](./doc/EN_README.md)
|
|
5
|
+
|
|
6
|
+
FileCat is a server management tool centered on file management. By configuring server file paths, users can manage server files through a clean and intuitive web interface. It also integrates a command terminal, Docker management, network proxying, and other operations features to provide a unified server management experience.
|
|
7
|
+
|
|
8
|
+
**AI chat is now supported for querying server resources and managing servers. You no longer need to remember complex Linux commands. Just type the `ai` command in the terminal.**
|
|
5
9
|
|
|
6
10
|
FileCat 是一个以文件管理为核心的服务器管理工具。通过配置服务器文件路径,用户可以在简洁直观的 Web 界面中管理服务器文件,同时集成命令终端、Docker 管理、网络代理等多种运维功能,实现统一的服务器管理体验。
|
|
7
11
|
|