mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-02 11:40:02 +00:00
📝 优化文档显示
This commit is contained in:
3
docs/zht/guide/index.md
Normal file
3
docs/zht/guide/index.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 开始不了一点
|
||||
|
||||
$\int_{1}^{2} x111$
|
24
docs/zht/index.md
Normal file
24
docs/zht/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>sympy</code>進行了封裝和集成,使腳本編寫像使用Geogebra一樣easy
|
||||
- title: 內置預設
|
||||
details: 提供了大量的預設,包括常見的幾何圖形、粒子效果等,便於快速生產
|
||||
---
|
Reference in New Issue
Block a user