修改样式以匹配Vitepress版本更新

This commit is contained in:
Kris
2023-06-20 00:28:07 +02:00
parent a561ca413d
commit 938cb7dbba
7 changed files with 113 additions and 63 deletions
+15 -7
View File
@@ -1,8 +1,16 @@
---
heroImage: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
heroText: 开发手册
tagline: 欢迎使用哪吒监控开发手册,我们欢迎你提出高质量的Pull Request,帮助哪吒监控变得更好!
actionText: 开始使用 →
actionLink: /developer/theme
---
<br />本作品采用 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a> 进行许可。
layout: home
title: 哪吒监控
titleTemplate: 开发手册
hero:
name: 开发手册
text: 哪吒监控开发手册
tagline: 我们欢迎你提出高质量的Pull Request,帮助哪吒监控变得更好!
image: https://raw.githubusercontent.com/naiba/nezha/master/resource/static/brand.svg
actions:
- theme: brand
text: 开始使用 →
link: /developer/theme
---