init: Lightpanda 源码解析站

基于 lightpanda-io/browser@e6cffae 的 12 段深度解析,
单文件 HTML + sticky nav + 架构图 + 代码引用。
This commit is contained in:
kang
2026-04-13 11:30:40 +08:00
commit e890eb2633
2 changed files with 899 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80