From: sigoden Date: Mon, 20 Jun 2022 23:23:20 +0000 (+0800) Subject: feat: add option --allow-search (#62) X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=4058a2db72e05cb58e678c992bf2e24b2521c649;p=ozva-cloud feat: add option --allow-search (#62) --- diff --git a/README.md b/README.md index 9d34b58..9043ed5 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ OPTIONS: -A, --allow-all Allow all operations --allow-upload Allow upload files/folders --allow-delete Allow delete files/folders + --allow-search Allow search files/folders --allow-symlink Allow symlink to files/folders outside root directory --enable-cors Enable CORS, sets `Access-Control-Allow-Origin: *` --render-index Serve index.html when requesting a directory, returns 404 if not found index.html diff --git a/assets/index.css b/assets/index.css index 4cbf7ef..ab0e96c 100644 --- a/assets/index.css +++ b/assets/index.css @@ -10,7 +10,7 @@ body { } .hidden { - display: none; + display: none !important; } .head { diff --git a/assets/index.html b/assets/index.html index 8cabff5..d94c568 100644 --- a/assets/index.html +++ b/assets/index.html @@ -22,7 +22,7 @@ -