v2.7.2 dev

* 2023-02-03 v2.7.2 dev
- 增加 [web-indexr](https://github.com/rehiy/web-indexr) 文件管理
- - web-indexr处于实验中,作为Tinyfilemanager的替代
- 优化排版
This commit is contained in:
icret
2023-02-03 19:06:16 +08:00
parent 739ebcf489
commit fae2b6effe
12 changed files with 1288 additions and 191 deletions

View File

@@ -285,6 +285,7 @@ if ($config['ad_top']) echo $config['ad_top_info'];
});
}
*/
//禁用右键
document.onkeydown = function() {
var e = window.event || arguments[0];