mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Add GUIDE section for v3 docs
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
<script setup>
|
||||
import SearchTable from "../../.vitepress/components/SearchTable.vue";
|
||||
</script>
|
||||
|
||||
# 支持的扩展列表
|
||||
|
||||
<!-- TODO: 由 `bin/spc dev:gen-ext-docs` 自动生成。v3 命令实现后填充。 -->
|
||||
> - ✅: 已支持
|
||||
> - 空白: 目前还不支持,或正在支持中
|
||||
|
||||
<search-table />
|
||||
|
||||
::: tip
|
||||
如果缺少您需要的扩展,您可以创建 [功能请求](https://github.com/crazywhalecc/static-php-cli/issues)。
|
||||
|
||||
某些扩展或其依赖的库会有可选特性(例如 gd 可选支持 libwebp、freetype 等)。
|
||||
仅使用 `bin/spc build gd --build-cli` 不会包含这些可选依赖——StaticPHP 默认遵循最小依赖原则。
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user