📄 config.php
字号:
<?php$sort_thumbs_by = 'filename'; //sort the thumbs by using one of these values - 'filename', 'title', 'width', 'height', 'filesize', 'modified'$sort_thumbs_order = 'asc';$strip_sort_number = true; //this will stip 1_ , 2_ , 3_ ...etc in beginning of the filename in thumbnails title.$display_home_last_addition = true; //true will display last added photos at homepage$thumbs_per_page = 10; // default is 0, unlimited thumbs per page.$tile_style = 'table'; // table or css$admin_username = 'admin';$admin_password = 'mypassword';/*FOR FUTURE USE$resize_big_image_width = 560; //resize fullsize image to width in px. 0 menas not resize.*/?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -