diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index 1e5c640..299e157 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -4,6 +4,9 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Unicom Studio",
description: "Studio for Unicom",
+ head: [
+ ['link', { rel: "shortcut icon", href: "/Unicom.ico"}],
+ ],
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css
index d63aee8..dec2f7c 100644
--- a/docs/.vitepress/theme/style.css
+++ b/docs/.vitepress/theme/style.css
@@ -49,10 +49,10 @@
--vp-c-default-3: var(--vp-c-gray-3);
--vp-c-default-soft: var(--vp-c-gray-soft);
- --vp-c-brand-1: var(--vp-c-indigo-1);
- --vp-c-brand-2: var(--vp-c-indigo-2);
- --vp-c-brand-3: var(--vp-c-indigo-3);
- --vp-c-brand-soft: var(--vp-c-indigo-soft);
+ --vp-c-brand-1: var(--vp-c-red-1);
+ --vp-c-brand-2: var(--vp-c-red-2);
+ --vp-c-brand-3: var(--vp-c-red-3);
+ --vp-c-brand-soft: var(--vp-c-red-soft);
--vp-c-tip-1: var(--vp-c-brand-1);
--vp-c-tip-2: var(--vp-c-brand-2);
@@ -94,14 +94,14 @@
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
120deg,
- #bd34fe 30%,
- #41d1ff
+ #ed5a65 30%,
+ #c04851
);
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
- #bd34fe 50%,
- #47caff 50%
+ #ed5a65 50%,
+ #f07c82 50%
);
--vp-home-hero-image-filter: blur(44px);
}
diff --git a/docs/index.md b/docs/index.md
index 8198f25..7426e23 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -14,7 +14,7 @@ hero:
text: 服务介绍
link: /services
image:
- src: /logo.png
+ src: /Unicom.svg
alt: "Unicom Studio"
features:
diff --git a/docs/public/Unicom.ico b/docs/public/Unicom.ico
new file mode 100644
index 0000000..8d3322d
Binary files /dev/null and b/docs/public/Unicom.ico differ
diff --git a/docs/public/Unicom.svg b/docs/public/Unicom.svg
new file mode 100644
index 0000000..991ae18
--- /dev/null
+++ b/docs/public/Unicom.svg
@@ -0,0 +1,1076 @@
+
+
+
diff --git a/docs/public/gitea.svg b/docs/public/gitea.svg
deleted file mode 100644
index 69002a2..0000000
--- a/docs/public/gitea.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/public/logo.png b/docs/public/logo.png
deleted file mode 100644
index 2cfe868..0000000
Binary files a/docs/public/logo.png and /dev/null differ