mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
Refactor documentation structure and add new artifact model guide
This commit is contained in:
6
docs/zh/develop/extending/lifecycle-hooks.md
Normal file
6
docs/zh/develop/extending/lifecycle-hooks.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# 生命周期 Hook
|
||||
|
||||
<!-- TODO: Hook 执行顺序与方法签名的详细说明。
|
||||
#[BeforeStage('lib-name', 'build')]、#[AfterStage(...)]、#[PatchBeforeBuild]。
|
||||
不同包的 Hook 如何合并与排序。
|
||||
常见模式:修补 config.m4、注入编译标志、安装后修复。 -->
|
||||
Reference in New Issue
Block a user