fix: 修复配置文件和添加缺失的样式表引用
修复config.php中的数据库和SMTP密码配置 在system_info.php和manage_tags.php中添加缺失的styles.css引用
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
<title>系统信息 - 上传文件列表</title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<!-- 自定义CSS -->
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user