feat: 初始化混沌学园微信公众号 HTML 排版 Skill

- SKILL.md: 完整设计规范(色彩体系、微信公众号兼容规则、图片排版方案)
- scripts/extract_wechat.py: 微信公众号文章抓取脚本
- scripts/build_hundun_html.py: 混沌风格 HTML 生成脚本(组件化)
- examples/hundun-lead-article.html: 领教营二期排版示例
- resources/color-palette.md: 混沌品牌色彩参考
This commit is contained in:
2026-07-22 12:06:55 +08:00
commit a777665775
7 changed files with 1114 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# Output
output/
*.html
!skills/hundun-wechat-layout/examples/*.html
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Env
.env
.env.*