refactor: 移除favicon.ico引用并更新配置
- 移除多个页面中对favicon.ico的引用 - 将部分favicon引用更新为favicon.jpeg - 更新config.php中的数据库和SMTP配置 - 使用CDN替换本地Font Awesome引用
This commit is contained in:
@@ -95,7 +95,6 @@ if (!($conn instanceof mysqli)) {
|
||||
<title>开发者信息 - <?php echo APP_STORE_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