# FileSystem **Repository Path**: oi-contrib/FileSystem ## Basic Information - **Project Name**: FileSystem - **Description**: 🔥文件管理系统 ✨☁️📁✨ 支持:文件或文件夹的上传、下载、ZIP文件压缩与解压、在线查看等 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-22 - **Last Updated**: 2025-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [File System](https://github.com/oi-contrib/FileSystem) 🔥文件管理系统 ✨☁️📁✨ 支持:文件或文件夹的上传、下载、ZIP文件压缩与解压、在线查看等 ## 如何开发 开发的时候,直接运行如下命令: ``` npm run start:dev ``` 然后浏览器访问: ```http://127.0.0.1:30000/index.html``` > 别忘了配置 `./src/config.ts` 中的邮箱SMTP信息。 ## 生产环境 开发完毕以后,需要发布的话,首先进行打包: ``` npm run build ``` 然后启动: ``` npm run start:prod ``` > 别忘了配置 `./dist/config.js` 中的邮箱SMTP信息。 ## 版权 MIT License Copyright (c) [zxl20070701](https://zxl20070701.github.io/notebook/home.html) 走一步,再走一步