📝 优化文档显示

This commit is contained in:
2024-08-29 19:00:01 +08:00
committed by snowykami
parent d027d4b862
commit c08a0c7fda
38 changed files with 490 additions and 273 deletions

1
docs/zh/demo/index.md Normal file
View File

@ -0,0 +1 @@
# demo

3
docs/zh/guide/index.md Normal file
View File

@ -0,0 +1,3 @@
# 开始不了一点
$\int_{1}^{2} x111$

24
docs/zh/index.md Normal file
View File

@ -0,0 +1,24 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "MBCP docs"
text: "More basic change particle"
tagline: 用于几何运算和粒子制作的库
actions:
- theme: brand
text: 快速开始
link: ./guide/
- theme: alt
text: API文档
link: ./api/
features:
- title: 高可用性
details: 通过简单的接口,实现了大部分几何运算和粒子制作的需求
- title: 高集成度
details: 对<code>numpy</code><code>scipy</code><code>sumpy</code>进行了封装和集成使脚本编写像使用Geogebra一样简单
- title: 内置预设
details: 提供了大量的预设,包括常见的几何图形、粒子效果等,方便快速制作
---