feat: 创建 VitePress 文档与 mjml 邮件模板编译流程

docs 目录包含一个 VitePress 构建的静态文档站点。
mjml 目录包含 HTML 邮件模板。这些模板将被编译为 Jinja2 模板,然后由 NyaHome 动态渲染后发送。
This commit is contained in:
2026-05-24 13:55:56 +08:00
parent c30d65f9ae
commit f06de85257
10 changed files with 3777 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
:root {
--vp-c-brand-1: #64ffc4;
--vp-c-brand-2: #9354ff;
}