f06de85257
docs 目录包含一个 VitePress 构建的静态文档站点。 mjml 目录包含 HTML 邮件模板。这些模板将被编译为 Jinja2 模板,然后由 NyaHome 动态渲染后发送。
26 lines
607 B
Markdown
26 lines
607 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "NyaHome"
|
|
text: "自托管 AI 创作聊天室平台"
|
|
tagline: 本地创作 | 在线酒馆
|
|
actions:
|
|
- theme: brand
|
|
text: 开始部署
|
|
link: /use/start
|
|
- theme: alt
|
|
text: 开发
|
|
link: /dev/start
|
|
|
|
features:
|
|
- title: Feature A
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
---
|
|
|