mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Change logos and remove emojis
This commit is contained in:
parent
be576a93d3
commit
d33cf4ab58
@ -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 {
|
||||
|
||||
@ -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 = [
|
||||
|
||||
<div class="sponsors-section">
|
||||
<div class="sponsors-header">
|
||||
<h2>💝 Special Sponsors</h2>
|
||||
<h2>Special Sponsors</h2>
|
||||
<p class="sponsors-description">
|
||||
Thank you to our amazing sponsors for supporting this project!
|
||||
</p>
|
||||
|
||||
@ -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 = [
|
||||
|
||||
<div class="sponsors-section">
|
||||
<div class="sponsors-header">
|
||||
<h2>💝 Special Sponsors</h2>
|
||||
<h2>Special Sponsors</h2>
|
||||
<p class="sponsors-description">
|
||||
Thank you to our amazing sponsors for supporting this project!
|
||||
</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/
|
||||
|
||||
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 = [
|
||||
|
||||
<div class="sponsors-section">
|
||||
<div class="sponsors-header">
|
||||
<h2>💝 特别赞助商</h2>
|
||||
<h2>特别赞助商</h2>
|
||||
<p class="sponsors-description">
|
||||
感谢我们出色的赞助商对本项目的支持!
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user