git 提交不了空文件夹问题
parent
3ff76d21be
commit
d6dab8caa8
|
@ -33,7 +33,7 @@ $config['setting_system_default'] = array(
|
|||
'system_password' => rand_string(10),
|
||||
'system_name' => "KodExplorer",
|
||||
'system_desc' => "——芒果云.资源管理器",
|
||||
'path_hidden' => ".htaccess,.git,.DS_Store",//目录列表隐藏的项
|
||||
'path_hidden' => ".htaccess,.git,.DS_Store,.gitignore",//目录列表隐藏的项
|
||||
'auto_login' => "1", // 是否自动登录;登录用户为guest
|
||||
'first_in' => "explorer", // 登录后默认进入[explorer desktop,editor]
|
||||
'new_user_app' => "365日历,pptv直播,ps,qq音乐,搜狐影视,时钟,天气,水果忍者,计算器,豆瓣电台,音悦台,icloud",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
/* CSS by Brade - www.bradezone.com */
|
||||
/*
|
||||
* adminer 4.21
|
||||
* changed by warlee
|
||||
*/
|
||||
*{margin:0;padding:0}
|
||||
/* 颜色微调【同样颜色灰度值调节】 */
|
||||
::-webkit-scrollbar-track-piece{background-color:#f5f5f5;border-left:1px solid #d2d2d2}
|
||||
|
@ -24,7 +27,7 @@ h2{font-size:24px;margin:0px;background:transparent;border:0;color:#366ec2;
|
|||
padding: 10px 0;;border-bottom: 3px solid #eee;margin-bottom: 10px;}
|
||||
h3{font-size:18px;font-weight:bold;padding:4px 0;margin:0}
|
||||
form#form{overflow:hidden}
|
||||
fieldset{float:left;min-height:48px;padding:0 4px 4px 4px;border:1px solid #ccc;margin-bottom:8px;margin-right:4px}
|
||||
fieldset{min-height:48px;padding:0 4px 4px 4px;border:1px solid #ccc;margin-bottom:8px;margin-right:4px}
|
||||
fieldset div{margin-top:4px}
|
||||
input,select,textarea{color:#555;border:1px solid #ccc;padding: 2px 5px;}
|
||||
fieldset select{margin-right:4px}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue