diff --git a/.config/.vitepress/theme/custom.css b/.config/.vitepress/theme/custom.css index 50bdbeeb..1d8b0e20 100644 --- a/.config/.vitepress/theme/custom.css +++ b/.config/.vitepress/theme/custom.css @@ -5,4 +5,14 @@ --vp-c-brand-2: rgba(251, 197, 98, 0.95); --vp-c-brand-3: #fa9c47; --vp-sidebar-width: 295px; +} + + +.VPHero.has-image .text { + font-size: 1.7em; +} +@media (min-width: 960px) { + .VPHero.has-image .text { + font-size: 2.4em; + } } \ No newline at end of file diff --git a/image/vitepress/feature-0.png b/image/vitepress/feature-0.png deleted file mode 100644 index d94b098e..00000000 Binary files a/image/vitepress/feature-0.png and /dev/null differ diff --git a/image/vitepress/feature-0.svg b/image/vitepress/feature-0.svg new file mode 100644 index 00000000..4df3ee15 --- /dev/null +++ b/image/vitepress/feature-0.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/vitepress/feature-1.png b/image/vitepress/feature-1.png deleted file mode 100644 index 60c73683..00000000 Binary files a/image/vitepress/feature-1.png and /dev/null differ diff --git a/image/vitepress/feature-1.svg b/image/vitepress/feature-1.svg new file mode 100644 index 00000000..9dc5f68d --- /dev/null +++ b/image/vitepress/feature-1.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/vitepress/feature-2.png b/image/vitepress/feature-2.png deleted file mode 100644 index 8e23e380..00000000 Binary files a/image/vitepress/feature-2.png and /dev/null differ diff --git a/image/vitepress/feature-2.svg b/image/vitepress/feature-2.svg new file mode 100644 index 00000000..97802313 --- /dev/null +++ b/image/vitepress/feature-2.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/vitepress/feature-3.png b/image/vitepress/feature-3.png deleted file mode 100644 index cf69e48e..00000000 Binary files a/image/vitepress/feature-3.png and /dev/null differ diff --git a/image/vitepress/feature-3.svg b/image/vitepress/feature-3.svg new file mode 100644 index 00000000..ee01f230 --- /dev/null +++ b/image/vitepress/feature-3.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/vitepress/feature-4.png b/image/vitepress/feature-4.png deleted file mode 100644 index d7ba155a..00000000 Binary files a/image/vitepress/feature-4.png and /dev/null differ diff --git a/image/vitepress/feature-4.svg b/image/vitepress/feature-4.svg new file mode 100644 index 00000000..69d413d0 --- /dev/null +++ b/image/vitepress/feature-4.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.md b/index.md index 9bc20275..aa83c33a 100644 --- a/index.md +++ b/index.md @@ -23,31 +23,31 @@ features: - title: 快速移植 details: 保持原引擎工具链与技术栈,无需重写游戏核心逻辑,支持大部分第三方插件。 icon: - src: /image/vitepress/feature-0.png + src: /image/vitepress/feature-0.svg link: Design/Summary linkText: 技术原理 - title: 高兼容性 details: 目前支持Unity2018及更新的引擎版本的接入(含团结引擎),保持较高还原度。 icon: - src: /image/vitepress/feature-1.png + src: /image/vitepress/feature-1.svg link: Design/Evaluation linkText: 兼容性评估 - title: 众多案例 details: 目前超3000款Unity游戏在微信小游戏平台发布,持续为用户带来优质的游戏体验。 icon: - src: /image/vitepress/feature-2.png + src: /image/vitepress/feature-2.svg link: Design/ShowCase linkText: 优秀案例 - title: 平台能力丰富 details: 快速接入微信平台带来的能力扩展。 icon: - src: /image/vitepress/feature-3.png + src: /image/vitepress/feature-3.svg link: Design/WX_SDK linkText: 微信平台能力接入 - title: 性能优化工具 details: 提供丰富的性能优化工具,使得重度游戏的接入也成为了现实。 icon: - src: /image/vitepress/feature-4.png + src: /image/vitepress/feature-4.svg link: Design/PerfOptimization linkText: 性能优化专栏 ---