From c4037b737c30eb86f80f91f328c2da43da305744 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期一, 24 八月 2026 11:36:54 +0800
Subject: [PATCH] fix 修改页面
---
index.html | 2 +-
public/favicon.ico | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/index.html b/index.html
index f50b9c8..2882b4e 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
/>
<!-- 鐢� vite 娉ㄥ叆 VITE_APP_TITLE 鍙橀噺锛屽湪 .env 鏂囦欢鍐呴厤缃� -->
<title>%VITE_APP_TITLE%</title>
- <link rel="icon" href="/favicon.ico" />
+ <link rel="icon" href="/logos/xgdl.svg" />
<script>
var HM_ID = '%VITE_APP_BAIDU_CODE%';
if (HM_ID) {
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..aa00329
--- /dev/null
+++ b/public/favicon.ico
@@ -0,0 +1,15 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
+ <defs>
+ <linearGradient id="xgdl-bg" x1="0" y1="0" x2="1" y2="1">
+ <stop offset="0" stop-color="#0B3E9B"/>
+ <stop offset="1" stop-color="#0057D8"/>
+ </linearGradient>
+ </defs>
+ <!-- 娣辫摑娓愬彉鍦嗗窘绔狅細鐢靛姏涓撲笟鍩鸿皟 -->
+ <circle cx="32" cy="32" r="30" fill="url(#xgdl-bg)"/>
+ <circle cx="32" cy="32" r="30" fill="none" stroke="#13C2C2" stroke-width="1.5" stroke-opacity="0.55"/>
+ <!-- 鐧借壊闂數锛氱數鍔涚鍙� -->
+ <path d="M36 8 L17 35 L27 35 L23 56 L47 23 L35 23 Z" fill="#FFFFFF"/>
+ <!-- 鐢靛厜闈掕兘閲忓洖璺姬绾� -->
+ <path d="M10 46 A 30 30 0 0 0 18 54" fill="none" stroke="#13C2C2" stroke-width="3.5" stroke-linecap="round"/>
+</svg>
--
Gitblit v1.9.3