Skip to content

Commands Theme

packy edited this page Jun 18, 2026 · 1 revision

theme — 自定义主题

管理自定义排版主题。

用法

# 列出所有可用主题(内置 + 自定义)
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 启用。

自定义主题需要配合 样式定制技能 生成。

Clone this wiki locally