mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-17 13:55:35 +08:00
Change logos and remove emojis
This commit is contained in:
@@ -4,19 +4,15 @@
|
|||||||
max-width: 1000px !important;
|
max-width: 1000px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom brand color */
|
|
||||||
:root {
|
.vp-doc .contributors-header h2 {
|
||||||
--vp-c-brand-1: #9d7a47;
|
padding-top: 0;
|
||||||
--vp-c-brand-2: #b08f59;
|
border-top: none;
|
||||||
--vp-c-brand-3: #c8a16e;
|
|
||||||
--vp-c-brand-soft: rgba(157, 122, 71, 0.14);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.vp-doc .sponsors-header h2 {
|
||||||
--vp-c-brand-1: #c8a16e;
|
padding-top: 0;
|
||||||
--vp-c-brand-2: #b08f59;
|
border-top: none;
|
||||||
--vp-c-brand-3: #9d7a47;
|
|
||||||
--vp-c-brand-soft: rgba(176, 143, 89, 0.16);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .VPImage.logo {
|
.dark .VPImage.logo {
|
||||||
|
|||||||
@@ -14,14 +14,11 @@ hero:
|
|||||||
link: ./guide/
|
link: ./guide/
|
||||||
|
|
||||||
features:
|
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.
|
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.
|
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.
|
details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions.
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -37,7 +34,7 @@ const sponsors = [
|
|||||||
|
|
||||||
<div class="sponsors-section">
|
<div class="sponsors-section">
|
||||||
<div class="sponsors-header">
|
<div class="sponsors-header">
|
||||||
<h2>💝 Special Sponsors</h2>
|
<h2>Special Sponsors</h2>
|
||||||
<p class="sponsors-description">
|
<p class="sponsors-description">
|
||||||
Thank you to our amazing sponsors for supporting this project!
|
Thank you to our amazing sponsors for supporting this project!
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -17,14 +17,11 @@ hero:
|
|||||||
link: /zh/
|
link: /zh/
|
||||||
|
|
||||||
features:
|
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.
|
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.
|
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.
|
details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions.
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -40,7 +37,7 @@ const sponsors = [
|
|||||||
|
|
||||||
<div class="sponsors-section">
|
<div class="sponsors-section">
|
||||||
<div class="sponsors-header">
|
<div class="sponsors-header">
|
||||||
<h2>💝 Special Sponsors</h2>
|
<h2>Special Sponsors</h2>
|
||||||
<p class="sponsors-description">
|
<p class="sponsors-description">
|
||||||
Thank you to our amazing sponsors for supporting this project!
|
Thank you to our amazing sponsors for supporting this project!
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 630 KiB After Width: | Height: | Size: 3.0 MiB |
@@ -14,14 +14,11 @@ hero:
|
|||||||
link: ./guide/
|
link: ./guide/
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- icon: 🚀
|
- title: 静态 CLI 二进制
|
||||||
title: 静态 CLI 二进制
|
|
||||||
details: 您可以轻松地编译一个独立的 PHP 二进制文件以供通用使用,包括 CLI、FPM SAPI。
|
details: 您可以轻松地编译一个独立的 PHP 二进制文件以供通用使用,包括 CLI、FPM SAPI。
|
||||||
- icon: 📦
|
- title: Micro 自解压可执行文件
|
||||||
title: Micro 自解压可执行文件
|
|
||||||
details: 您可以编译一个自解压的可执行文件,并将 PHP 源代码与二进制文件打包在一起。
|
details: 您可以编译一个自解压的可执行文件,并将 PHP 源代码与二进制文件打包在一起。
|
||||||
- icon: 🔧
|
- title: 依赖管理
|
||||||
title: 依赖管理
|
|
||||||
details: static-php-cli 附带依赖项管理,支持安装不同类型的 PHP 扩展。
|
details: static-php-cli 附带依赖项管理,支持安装不同类型的 PHP 扩展。
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -37,7 +34,7 @@ const sponsors = [
|
|||||||
|
|
||||||
<div class="sponsors-section">
|
<div class="sponsors-section">
|
||||||
<div class="sponsors-header">
|
<div class="sponsors-header">
|
||||||
<h2>💝 特别赞助商</h2>
|
<h2>特别赞助商</h2>
|
||||||
<p class="sponsors-description">
|
<p class="sponsors-description">
|
||||||
感谢我们出色的赞助商对本项目的支持!
|
感谢我们出色的赞助商对本项目的支持!
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user