📄 config.inc
字号:
<?php// maximal page number to view$MAX_NP=1;// maximum results per page$MAX_PS=1000;// (optional) Enable autowild feature for url limits// 'yes' - default value, can be 'yes' or 'no'// $auto_wild='yes';// (optional) Enable language content negotiation// 'no' - default value, can be 'yes' or 'no'// $lang_content_negotiation='no';// (optional) Enable language url translation (file.en.ext -> file)// 'no' - default value, can be 'yes' or 'no'// $lang_url_translation='no';?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -