From ae4881537a58d1e6200e5e34865ae0741b4f51a4 Mon Sep 17 00:00:00 2001 From: ZY <zc> Date: 星期二, 30 七月 2024 18:47:05 +0800 Subject: [PATCH] 图标修改 --- src/main/webapp/static/images/zy-logo.png | 0 src/main/webapp/views/index.html | 1 + src/main/webapp/views/login.html | 1 + 3 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/images/zy-logo.png b/src/main/webapp/static/images/zy-logo.png index a2688b3..71dd632 100644 --- a/src/main/webapp/static/images/zy-logo.png +++ b/src/main/webapp/static/images/zy-logo.png Binary files differ 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 { diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html index aca907d..39f81b9 100644 --- a/src/main/webapp/views/login.html +++ b/src/main/webapp/views/login.html @@ -7,6 +7,7 @@ <link rel="icon" type="image/x-icon" href="../static/images/wcs_logo.png" /> <link rel="stylesheet" href="../static/css/animate.min.css"> <script type="text/javascript" src="../static/layui/layui.js"></script> + <link rel="icon" type="image/x-icon" href="../static/images/favicon.ico" /> <script type="text/javascript" src="../static/js/common.js"></script> <style> html{ -- Gitblit v1.9.1