From 30c97d8ea6cb1ea7990f385ec00a0f7c07bdf75d Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 13 Mar 2025 10:57:05 +0800 Subject: [PATCH] feat: add favicon to login page (#7288) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area core /kind improvement /milestone 2.20.x #### What this PR does / why we need it: Add favicon to login page #### Which issue(s) this PR fixes: Fixes #7287 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 为登录相关的页面添加 Favicon ``` --- .../src/main/resources/templates/gateway_fragments/layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/application/src/main/resources/templates/gateway_fragments/layout.html b/application/src/main/resources/templates/gateway_fragments/layout.html index 1bcbfaad3..0434b8611 100644 --- a/application/src/main/resources/templates/gateway_fragments/layout.html +++ b/application/src/main/resources/templates/gateway_fragments/layout.html @@ -12,6 +12,7 @@ +