|
|
@@ -8,7 +8,7 @@ |
|
|
|
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> |
|
|
|
<link rel="shortcut icon" href="../static/web/img/favicon.ico"> |
|
|
|
<script src="../static/web/js/jquery.min.js"></script> |
|
|
|
<script src="../static/web/js/bootstrap.bundle.min.js"></script> |
|
|
|
<script src="../static/web/js/bootstrap.min.js"></script> |
|
|
|
<script src="../static/web/js/style.js"></script> |
|
|
|
<style>*{margin:0;padding:0;letter-spacing:.6px;box-sizing:border-box}body{line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f5f5f5}a{color:#545b62}input,select,.btn{font-size:14px!important}.install-box{margin:0 auto;width:860px}.admin-head{padding:1rem 0;background:#fff}.logo{height:36px}.admin-nav{height:36px;line-height:36px}.admin-nav-a{padding-right:30px}.admin-btn{color:#545b62}.dropdown-menu{min-width:8rem;font-size:14px}.dropdown-item{padding:0 1rem;height:36px;line-height:36px;font-size:14px;color:#545b62!important}@media (max-width:760px){.install-box{width:100%}.admin-head{padding:1rem 15px}.admin-nav-a{display:none!important}}</style> |
|
|
|
</head> |
|
|
@@ -51,7 +51,7 @@ |
|
|
|
<option value="mysql" selected>MySQL</option> |
|
|
|
<?php if(extension_loaded("sqlite3")) {;?><option value="sqlite">SQLite</option><?php } ?> |
|
|
|
</select> |
|
|
|
<div class="form-text text-danger">数据库类型一般为MySQL,SQLite仅用于开发调试,不建议生产中使用。</div> |
|
|
|
<div class="form-text text-danger">数据库类型一般为MySQL,SQLite仅用于开发调试,不建议生产中使用</div> |
|
|
|
</div> |
|
|
|
<div class="form-group server"> |
|
|
|
<label for="dbhost" class="form-label">数据库主机</label> |
|
|
|