完善 docs

This commit is contained in:
SmallMain
2022-06-08 20:34:57 +08:00
parent 69fba27b50
commit ce325ea626
22 changed files with 288 additions and 426 deletions

View File

@@ -20,23 +20,23 @@ function HomepageHeader() {
<div>
<p style={{ color: 'var(--ifm-color-primary)', fontWeight: 'bold', marginBottom: 2 }}>
<span className="badge badge--primary" style={{ marginRight: 8 }}>2D </span>
</p>
<p style={{ color: 'var(--ifm-color-primary)', fontWeight: 'bold', marginBottom: 2 }}>
<span className="badge badge--primary" style={{ marginRight: 8 }}>2D </span>
DPI
</p>
<p style={{ color: 'var(--ifm-color-primary)', fontWeight: 'bold', marginBottom: 2 }}>
<span className="badge badge--primary" style={{ marginRight: 8 }}></span>
</p>
<p style={{ color: 'var(--ifm-color-primary)', fontWeight: 'bold', marginBottom: 2 }}>
<span className="badge badge--primary" style={{ marginRight: 8 }}>Label </span>
DPI BITMAP CHAR
</p>
<p style={{ color: 'var(--ifm-color-primary)', fontWeight: 'bold', marginBottom: 2 }}>
<span className="badge badge--primary" style={{ marginRight: 8 }}>RichText </span>
使
Char
</p>
<p style={{ color: 'var(--ifm-color-primary)', fontWeight: 'bold', marginBottom: 2 }}>
<span className="badge badge--primary" style={{ marginRight: 8 }}>Spine </span>
Region
SpriteFrame
</p>
</div>
<div className={styles.buttons}>
@@ -72,7 +72,7 @@ export default function Home(): JSX.Element {
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
<HomepageFeatures />
{/* <HomepageFeatures /> */}
</main>
</Layout>
);