mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 11:37:03 -04:00
Dev options.
This commit is contained in:
parent
5af71185ff
commit
44e53ab213
1 changed files with 4 additions and 4 deletions
|
@ -122,7 +122,7 @@
|
|||
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
|
||||
*/
|
||||
"download": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"type": "php-tar",
|
||||
"packageName": null,
|
||||
"alwaysVisible": false
|
||||
|
@ -157,7 +157,7 @@
|
|||
- type: string, "php" (sloooow) or "shell-du" (sloow)
|
||||
*/
|
||||
"foldersize": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"type": "php"
|
||||
},
|
||||
|
||||
|
@ -180,7 +180,7 @@
|
|||
- qrColor: string, QR-Code fill color
|
||||
*/
|
||||
"info": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"show": false,
|
||||
"qrcode": true,
|
||||
"qrFill": "#999",
|
||||
|
@ -318,7 +318,7 @@
|
|||
- checkboxes: boolean, show a checkbox on mouse over item
|
||||
*/
|
||||
"select": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"clickndrag": true,
|
||||
"checkboxes": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue