From 5d6944c7104cb951cfa00a18db477a163acef3ac Mon Sep 17 00:00:00 2001 From: lwt <215586800@qq.com> Date: Thu, 18 Jun 2026 11:04:28 +0800 Subject: [PATCH] Add SVN quick access entry --- assets/css/components.css | 6 ++++++ assets/icons/svn.svg | 8 ++++++++ index.html | 11 +++++++++-- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 assets/icons/svn.svg diff --git a/assets/css/components.css b/assets/css/components.css index 075978f..46fc1a2 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -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); diff --git a/assets/icons/svn.svg b/assets/icons/svn.svg new file mode 100644 index 0000000..8f0c7e9 --- /dev/null +++ b/assets/icons/svn.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/index.html b/index.html index c7b0002..7af1cb1 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,12 @@ - + sumi.work - 服务入口 - +