From 51af50083e74641bd6d47e034bc54fa6268111b8 Mon Sep 17 00:00:00 2001 From: Zhu <72792402+wujihulian@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:52:04 +0800 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b533014..1994005 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ -## introduce +## Introduce Filesbox is a powerful file manager , which you can view & edit a lot of kinds of files, including office files, pictures, vidoes in web browser. It also offer iOS \ Android APP and WeChat mini program. The server can run either online or locally on Linux -![](//cdn.filesbox.cn/uploads/image/2023_9/12/7c96e5a5bc1640feb5977ebf43ae8fd81694489134138_60012.png) +![](md/7c96e5a5bc1640feb5977ebf43ae8fd81694489134138_60012.png) Demo site: [https://demo.filesbox.cn](https://demo.filesbox.cn) -Account: Demo / Demo123 +Account & password: Demo / Demo123 + +中文网站: [https://www.filesbox.cn](https://www.filesbox.cn) **Features** - Account Management - Roles and Privilege Management - Files Management, Move/Copy/Clone/Delete files -- Preview pictures & camera raws +- Preview pictures & Camera raws - Preview office docs - Play music & videos - Preview zips, online zip & unzip @@ -25,15 +27,18 @@ Account: Demo / Demo123 # Screenshot File Manager -![](//cdn.filesbox.cn/uploads/image/2023_9/15/d5d77483bce74b888d053d60810410a11694754791863_60012.png) +![](md/d5d77483bce74b888d053d60810410a11694754791863_60012.png) Pictures -![](//cdn.filesbox.cn/uploads/image/2023_9/15/a14b6be68e734f06a23d1975848fe74d1694755242303_60012.png) +![](md/a14b6be68e734f06a23d1975848fe74d1694755242303_60012.png) Videos -![](//cdn.filesbox.cn/uploads/image/2023_9/15/126080467cce489f93587e6af91592721694755064625_60012.png) +![](md/videos.png) Video Editor -![](//cdn.filesbox.cn/uploads/image/2023_9/15/b7c5ab69d5e64bed9d1553c8a65d251d1694754947257_60012.png) - - +![](md/b7c5ab69d5e64bed9d1553c8a65d251d1694754947257_60012.png) +APP +![](md/mobile.png) +![](md/mobile2.png) +Backend +![](md/backend.png) ### Install @@ -41,8 +46,8 @@ Video Editor ``` -git clone git@github.com:wujihulian/wjhl_disk.git -chmod -RF 777 ./wjhl_disk/* +git clone git@github.com:wujihulian/filesbox.git +chmod -RF 777 ./filesbox/* ``` @@ -50,8 +55,8 @@ chmod -RF 777 ./wjhl_disk/* ``` -wget https://github.com/wujihulian/wjhl_disk/archive/refs/heads/master.zip -unzip wjhl_disk-master.zip +wget https://codeload.github.com/wujihulian/filesbox/zip/refs/heads/master +unzip filesbox-master.zip chomd -Rf 777 ./* ```