feat: 添加网站图标并更新相关配置
添加favicon.ico文件并在所有页面中引用 更新config.php中的数据库和SMTP配置 将favicon.jpeg替换为favicon.ico 优化部分页面的字体引用方式
This commit is contained in:
@@ -181,6 +181,7 @@ if (isset($_GET['success'])) {
|
||||
<title>管理版本 - <?php echo htmlspecialchars($app['name']); ?></title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="../css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<!-- 自定义CSS -->
|
||||
<link rel="stylesheet" href="../styles.css">
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user