diff --git a/README.md b/README.md index 45457ad..74c254e 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,17 @@ English | [简体中文](./docs/README_zh-cn.md) ## Features - File Management - - No client needed - - No limit on file size - - Stop and resume uploading/downloading in the middle - - Share directories to others - - Scan QR codes to download files/visit sharing folders/visit site + - Support uploading, downloading, creating, deleting and moving files and folders + - Resumable uploading and downloading + - Only browser is needed + - Share directories to others, including anonymous + - Scan QR codes to visit sharing folders - Upload hundreds of files at once - Steaming uploading: make it work behind CDN or reverse proxy - Files can also be managed from OS - User Management - - Support multiple users + - Support multiple users + - Each user has a role (user/admin) - User home directory - Per-user download & upload speed limiting - Per-user space quota diff --git a/docs/README_zh-cn.md b/docs/README_zh-cn.md index 6dfc8ec..7a3a7a8 100644 --- a/docs/README_zh-cn.md +++ b/docs/README_zh-cn.md @@ -28,16 +28,17 @@ ## 主要功能 - 文件管理 - - 无需客户端 - - 无文件大小限制 - - 上传下载的断点续传 - - 将目录共享他人 - - 通过扫一扫下载文件/访问共享文件夹/访问网站 + - 支持上传,下载,创建,删除和移动文件和文件夹 + - 可恢复的上传和下载(断点续传) + - 在浏览器中完成操作 + - 将目录共享他人,包括未登录用户 + - 通过扫一扫访问共享文件夹/网站 - 一次上传上百个文件 - 流式上传: 使它可工作在 CDN 或 反向代理 之后 - 也可通过操作系统管理文件 - 用户管理 - 支持多用户 + - 每个用户有个各自角色(user/admin) - 用户home目录 - 用户级别的上传下载速度限制 - 用户级别的空间限制