mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix: doc lang
This commit is contained in:
parent
5994d610ce
commit
65174b9fcd
@ -38,7 +38,7 @@ export const PreviewEditor = ({
|
||||
}}
|
||||
>
|
||||
<SandpackLayout style={previewStyle}>
|
||||
{children}
|
||||
<div className="light-mode">{children}</div>
|
||||
{/* <SandpackPreview /> */}
|
||||
</SandpackLayout>
|
||||
<SandpackLayout>
|
||||
|
||||
@ -68,6 +68,14 @@ export default defineConfig({
|
||||
lang: 'zh',
|
||||
label: 'zh',
|
||||
outlineTitle: '大纲',
|
||||
searchNoResultsText: '未搜索到相关结果',
|
||||
searchPlaceholderText: '搜索文档',
|
||||
searchSuggestedQueryText: '可更换不同的关键字后重试',
|
||||
overview: {
|
||||
filterNameText: '过滤',
|
||||
filterPlaceholderText: '输入关键词',
|
||||
filterNoResultText: '未找到匹配的 API',
|
||||
},
|
||||
},
|
||||
],
|
||||
socialLinks: [
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FixedFeatureOverview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FixedFeatureOverview />
|
||||
</div>
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FixedLayoutSimplePreview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FixedLayoutSimplePreview />
|
||||
</div>
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FreeFeatureOverview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FreeFeatureOverview />
|
||||
</div>
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FreeLayoutSimplePreview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FreeLayoutSimplePreview />
|
||||
</div>
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@ -98,7 +98,7 @@ Suitable for decoupling large data objects, often used in games, where each char
|
||||
|
||||
:::
|
||||
|
||||

|
||||
<img style={{filter: 'invert(0.9)'}} src="./assets/ecs.png"/>
|
||||
|
||||
ReduxStore pseudo code
|
||||
```jsx pure
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
---
|
||||
# API Overview
|
||||
title: API 预览
|
||||
overview: true
|
||||
---
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FixedFeatureOverview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FixedFeatureOverview />
|
||||
</div>
|
||||
|
||||
## 安装
|
||||
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FixedLayoutSimplePreview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FixedLayoutSimplePreview />
|
||||
</div>
|
||||
|
||||
## 安装
|
||||
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FreeFeatureOverview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FreeFeatureOverview />
|
||||
</div>
|
||||
|
||||
## 安装
|
||||
|
||||
|
||||
@ -7,9 +7,7 @@ outline: false
|
||||
|
||||
import { FreeLayoutSimplePreview } from '../../../../components';
|
||||
|
||||
<div className='light-mode'>
|
||||
<FreeLayoutSimplePreview />
|
||||
</div>
|
||||
|
||||
## 安装
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
---
|
||||
overview: true
|
||||
title: 预览
|
||||
---
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
:::
|
||||
|
||||

|
||||
<img style={{filter: 'invert(0.9)'}} src="@/public/ecs.png"/>
|
||||
|
||||
ReduxStore 伪代码
|
||||
```jsx pure
|
||||
|
||||
@ -7,7 +7,7 @@ hero:
|
||||
tagline: 高性能,可扩展,可定制
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Quick Start
|
||||
text: 快速开始
|
||||
link: /guide/introduction
|
||||
- theme: alt
|
||||
text: GitHub
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user