feat: 添加紫色系书本风格 Logo

- 创建 public/logo.svg:紫色渐变书本图标,带金色书签装饰
- 更新 public/index.html:使用 SVG 作为 favicon
- 删除旧的 favicon.ico

Logo 特点:
- 圆形背景配紫色渐变(#7c3aed → #c084fc)
- 打开的书本造型,淡紫色书页
- 金色书签点缀,增加视觉层次
- 响应式矢量图形,任意尺寸清晰显示

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 03:24:30 +08:00
co-authored by Claude Opus 4.6
parent 9232901211
commit ad9c2b0086
3 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./favicon.ico" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>博客管理后台</title>
</head>