mirror of
https://github.com/snowykami/mbcp.git
synced 2025-08-02 11:40:02 +00:00
📝 优化文档显示
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "MBCP docs"
|
||||
text: "More basic change particle"
|
||||
tagline: 用於幾何運算和粒子製作的軟體庫
|
||||
name: "MBCP"
|
||||
text: "更多基礎變化粒子"
|
||||
tagline: 用於幾何運算和 當個創世神 粒子製作的軟體庫
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 跟隨引導
|
||||
@ -13,6 +13,9 @@ hero:
|
||||
- theme: alt
|
||||
text: API文檔
|
||||
link: ./api/
|
||||
image:
|
||||
src: /mbcp-logo.svg
|
||||
alt: MBCP logo
|
||||
|
||||
features:
|
||||
- title: 高度易用
|
||||
@ -22,3 +25,21 @@ features:
|
||||
- title: 內置預設
|
||||
details: 提供了大量的預設,包括常見的幾何圖形、粒子效果等,便於快速生產
|
||||
---
|
||||
<style>
|
||||
:root {
|
||||
--vp-home-hero-name-color: transparent;
|
||||
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
:root {
|
||||
--vp-home-hero-image-filter: blur(56px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 960px) {
|
||||
:root {
|
||||
--vp-home-hero-image-filter: blur(68px);
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user