From ae4881537a58d1e6200e5e34865ae0741b4f51a4 Mon Sep 17 00:00:00 2001 From: ZY <zc> Date: 星期二, 30 七月 2024 18:47:05 +0800 Subject: [PATCH] 图标修改 --- src/main/webapp/views/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 18a8c03..e47b77d 100644 --- a/src/main/webapp/views/index.html +++ b/src/main/webapp/views/index.html @@ -6,6 +6,7 @@ <link rel="stylesheet" href="../static/css/index.css"> <link rel="stylesheet" href="../static/css/layx.min.css" type="text/css" /> <script src="../static/js/jquery/jquery-3.3.1.min.js"></script> + <link rel="icon" type="image/x-icon" href="../static/images/favicon.ico" /> <script src="../static/js/tools/layx.min.js"></script> <style> .layx-window.layx-skin-news .layx-control-bar { -- Gitblit v1.9.1