mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-03 04:00:00 +00:00
📝 优化文档显示
This commit is contained in:
1
docs/zh/demo/index.md
Normal file
1
docs/zh/demo/index.md
Normal file
@ -0,0 +1 @@
|
||||
# demo
|
3
docs/zh/guide/index.md
Normal file
3
docs/zh/guide/index.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 开始不了一点
|
||||
|
||||
$\int_{1}^{2} x111$
|
24
docs/zh/index.md
Normal file
24
docs/zh/index.md
Normal 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: 提供了大量的预设,包括常见的几何图形、粒子效果等,方便快速制作
|
||||
---
|
Reference in New Issue
Block a user