diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 71767272..ccf44074 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -4,19 +4,15 @@ max-width: 1000px !important; } -/* Custom brand color */ -:root { - --vp-c-brand-1: #9d7a47; - --vp-c-brand-2: #b08f59; - --vp-c-brand-3: #c8a16e; - --vp-c-brand-soft: rgba(157, 122, 71, 0.14); + +.vp-doc .contributors-header h2 { + padding-top: 0; + border-top: none; } -.dark { - --vp-c-brand-1: #c8a16e; - --vp-c-brand-2: #b08f59; - --vp-c-brand-3: #9d7a47; - --vp-c-brand-soft: rgba(176, 143, 89, 0.16); +.vp-doc .sponsors-header h2 { + padding-top: 0; + border-top: none; } .dark .VPImage.logo { diff --git a/docs/en/index.md b/docs/en/index.md index c447b60b..7d80bf2f 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -14,14 +14,11 @@ hero: link: ./guide/ features: - - icon: 🚀 - title: Static CLI Binary + - title: Static CLI Binary details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi. - - icon: 📦 - title: Micro Self-Extracted Executable + - title: Micro Self-Extracted Executable details: You can compile a self-extracted executable and build with your php source code. - - icon: 🔧 - title: Dependency Management + - title: Dependency Management details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions. --- @@ -37,7 +34,7 @@ const sponsors = [
Thank you to our amazing sponsors for supporting this project!
diff --git a/docs/index.md b/docs/index.md index 64c7d9dd..b2b25ded 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,14 +17,11 @@ hero: link: /zh/ features: - - icon: 🚀 - title: Static CLI Binary + - title: Static CLI Binary details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi. - - icon: 📦 - title: Micro Self-Extracted Executable + - title: Micro Self-Extracted Executable details: You can compile a self-extracted executable and build with your php source code. - - icon: 🔧 - title: Dependency Management + - title: Dependency Management details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions. --- @@ -40,7 +37,7 @@ const sponsors = [Thank you to our amazing sponsors for supporting this project!
diff --git a/docs/public/images/static-php_nobg.png b/docs/public/images/static-php_nobg.png index 6cd4c3ef..7bdaacee 100644 Binary files a/docs/public/images/static-php_nobg.png and b/docs/public/images/static-php_nobg.png differ diff --git a/docs/zh/index.md b/docs/zh/index.md index 47e5af18..265d3974 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -14,14 +14,11 @@ hero: link: ./guide/ features: - - icon: 🚀 - title: 静态 CLI 二进制 + - title: 静态 CLI 二进制 details: 您可以轻松地编译一个独立的 PHP 二进制文件以供通用使用,包括 CLI、FPM SAPI。 - - icon: 📦 - title: Micro 自解压可执行文件 + - title: Micro 自解压可执行文件 details: 您可以编译一个自解压的可执行文件,并将 PHP 源代码与二进制文件打包在一起。 - - icon: 🔧 - title: 依赖管理 + - title: 依赖管理 details: static-php-cli 附带依赖项管理,支持安装不同类型的 PHP 扩展。 --- @@ -37,7 +34,7 @@ const sponsors = [感谢我们出色的赞助商对本项目的支持!