-
Notifications
You must be signed in to change notification settings - Fork 1
Commands Theme
packy edited this page Jun 18, 2026
·
1 revision
管理自定义排版主题。
# 列出所有可用主题(内置 + 自定义)
wx-newspic theme list
# 添加自定义主题
wx-newspic theme add my-theme ./path/to/theme.css
# 删除自定义主题
wx-newspic theme remove my-theme主题 CSS 存储在 ~/.wx-newspic/themes/ 目录,添加后可在 render/publish/preview 中使用 --theme my-theme 启用。
自定义主题需要配合 样式定制技能 生成。