Add SVN quick access entry

This commit is contained in:
lwt
2026-06-18 11:04:28 +08:00
parent b8fccdff18
commit 5d6944c710
3 changed files with 23 additions and 2 deletions
+6
View File
@@ -662,6 +662,12 @@
background: linear-gradient(145deg, #f7fbff, #eef7ff);
}
.card-svn {
color: #6a5cff;
border-color: rgba(106, 92, 255, 0.3);
background: linear-gradient(145deg, #f9fbff, #f0f1ff);
}
.card-software {
color: #2049ee;
border-color: rgba(32, 73, 238, 0.28);
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="92" height="92" viewBox="0 0 92 92" fill="none">
<rect x="15" y="15" width="62" height="62" rx="18" fill="#6A5CFF"/>
<path d="M31 32h22c5.5 0 9.5 3.6 9.5 8.6 0 4.8-3.6 7.9-8.7 8.4l-14 1.4c-2.8.3-4.5 1.4-4.5 3.5 0 2.3 2.1 3.7 5.4 3.7h20.4" stroke="white" stroke-width="6" stroke-linecap="round"/>
<path d="M60 27.5v11.8H48.2" stroke="white" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M32 64.5V52.7h11.8" stroke="white" stroke-width="5.5" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="31" cy="32" r="4.5" fill="#BFF4FF"/>
<circle cx="61" cy="58" r="4.5" fill="#BFF4FF"/>
</svg>

After

Width:  |  Height:  |  Size: 684 B

+9 -2
View File
@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、Jenkins、Syncthing、Gemini 与 DeepSeek 等常用服务导航。" />
<meta name="description" content="sumi.work 服务入口,提供 FRP、Git、SVN、Jenkins、Syncthing、Gemini 与 DeepSeek 等常用服务导航。" />
<meta name="theme-color" content="#f7fbff" />
<title>sumi.work - 服务入口</title>
<link rel="stylesheet" href="assets/css/base.css?v=20260509-4" />
<link rel="stylesheet" href="assets/css/layout.css?v=20260509-4" />
<link rel="stylesheet" href="assets/css/components.css?v=20260509-4" />
<link rel="stylesheet" href="assets/css/components.css?v=20260618-1" />
</head>
<body>
<header class="site-header">
@@ -139,6 +139,13 @@
<span class="arrow-button"></span>
</a>
<a class="service-card card-svn" href="/admin/svn.html" aria-label="进入 SVN 管理">
<span class="service-icon"><img src="assets/icons/svn.svg" alt="" aria-hidden="true" /></span>
<span class="service-title">SVN 管理</span>
<span class="service-desc">版本库控制台</span>
<span class="arrow-button"></span>
</a>
<a class="service-card card-jenkins" href="/jenkins/" aria-label="进入 Jenkins">
<span class="service-icon"><img src="assets/icons/jenkins.svg" alt="" aria-hidden="true" /></span>
<span class="service-title">Jenkins</span>