mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-06 13:26:38 +02:00
Dev options.
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
|
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
|
||||||
*/
|
*/
|
||||||
"download": {
|
"download": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"type": "php-tar",
|
"type": "php-tar",
|
||||||
"packageName": null,
|
"packageName": null,
|
||||||
"alwaysVisible": false
|
"alwaysVisible": false
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
- type: string, "php" (sloooow) or "shell-du" (sloow)
|
- type: string, "php" (sloooow) or "shell-du" (sloow)
|
||||||
*/
|
*/
|
||||||
"foldersize": {
|
"foldersize": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"type": "php"
|
"type": "php"
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
- qrColor: string, QR-Code fill color
|
- qrColor: string, QR-Code fill color
|
||||||
*/
|
*/
|
||||||
"info": {
|
"info": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"show": false,
|
"show": false,
|
||||||
"qrcode": true,
|
"qrcode": true,
|
||||||
"qrFill": "#999",
|
"qrFill": "#999",
|
||||||
@@ -318,7 +318,7 @@
|
|||||||
- checkboxes: boolean, show a checkbox on mouse over item
|
- checkboxes: boolean, show a checkbox on mouse over item
|
||||||
*/
|
*/
|
||||||
"select": {
|
"select": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"clickndrag": true,
|
"clickndrag": true,
|
||||||
"checkboxes": true
|
"checkboxes": true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user