|
2 | 2 |
|
3 | 3 | 本章节将会带您了解 Mix Space 的一些功能,以及如何使用它们。
|
4 | 4 |
|
5 |
| -import { Callout } from 'nextra/components'; |
6 |
| - |
7 |
| -<Callout> |
8 |
| -温馨提示:此指南需要一定的基础知识 & 理解能力,请准备好哦~ |
9 |
| -</Callout> |
| 5 | +import { Callout } from 'nextra/components' |
10 | 6 |
|
| 7 | +<Callout>温馨提示:此指南需要一定的基础知识 & 理解能力,请准备好哦~</Callout> |
11 | 8 |
|
12 | 9 | ### 官方指南
|
13 | 10 |
|
14 |
| -import { Cards, Card } from 'nextra/components'; |
15 |
| -import { UimMasterCard } from '@components/Icons/MasterCard'; |
16 |
| -import { UilCloudDatabaseTree } from '@components/Icons/CloudDatabaseTree'; |
17 |
| -import { UilLifeRing } from '@components/Icons/LifeRing'; |
18 |
| -import { UilSearchAlt } from '@components/Icons/SearchAlt'; |
19 |
| -import { UilBitcoin } from '@components/Icons/Bitcoin'; |
20 |
| -import { UilHistoryAlt } from '@components/Icons/HistoryAlt'; |
21 |
| -import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp'; |
| 11 | +import { Cards, Card } from 'nextra/components' |
| 12 | +import { UimMasterCard } from '@components/Icons/MasterCard' |
| 13 | +import { UilCloudDatabaseTree } from '@components/Icons/CloudDatabaseTree' |
| 14 | +import { UilLifeRing } from '@components/Icons/LifeRing' |
| 15 | +import { UilSearchAlt } from '@components/Icons/SearchAlt' |
| 16 | +import { UilBitcoin } from '@components/Icons/Bitcoin' |
| 17 | +import { UilHistoryAlt } from '@components/Icons/HistoryAlt' |
| 18 | +import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp' |
22 | 19 |
|
23 | 20 | <Cards num={3}>
|
24 |
| - <Card icon={<UimMasterCard />} arrow href={"/usage/macros"} title="文本宏" /> |
25 |
| - <Card icon={<UilCloudDatabaseTree />} arrow href={"/usage/serverless"} title="云函数" /> |
26 |
| - <Card icon={<UilLifeRing />} arrow href={"/usage/bark"} title="Bark 通知 (WIP)" /> |
27 |
| - <Card icon={<UilSearchAlt />} arrow href={"/usage/search"} title="Algolia Search" /> |
28 |
| - <Card icon={<UilBitcoin />} arrow href={"/usage/xlog"} title="xLog 集成" /> |
29 |
| - <Card icon={<UilHistoryAlt />} arrow href={"/usage/backup"} title="备份与回滚" /> |
30 |
| - <Card icon={<UilArrowCircleUp />} arrow href={"/usage/update"} title="更新 Mx-Space" /> |
| 21 | + <Card icon={<UimMasterCard />} arrow href={'/usage/macros'} title="文本宏" /> |
| 22 | + <Card |
| 23 | + icon={<UilCloudDatabaseTree />} |
| 24 | + arrow |
| 25 | + href={'/usage/serverless'} |
| 26 | + title="云函数" |
| 27 | + /> |
| 28 | + <Card |
| 29 | + icon={<UilLifeRing />} |
| 30 | + arrow |
| 31 | + href={'/usage/bark'} |
| 32 | + title="Bark 通知 (WIP)" |
| 33 | + /> |
| 34 | + <Card |
| 35 | + icon={<UilSearchAlt />} |
| 36 | + arrow |
| 37 | + href={'/usage/search'} |
| 38 | + title="Algolia Search" |
| 39 | + /> |
| 40 | + <Card icon={<UilBitcoin />} arrow href={'/usage/xlog'} title="xLog 集成" /> |
| 41 | + <Card |
| 42 | + icon={<UilHistoryAlt />} |
| 43 | + arrow |
| 44 | + href={'/usage/backup'} |
| 45 | + title="备份与回滚" |
| 46 | + /> |
| 47 | + <Card |
| 48 | + icon={<UilArrowCircleUp />} |
| 49 | + arrow |
| 50 | + href={'/usage/update'} |
| 51 | + title="更新 Mix Space" |
| 52 | + /> |
| 53 | + <Card |
| 54 | + icon={<UilArrowCircleUp />} |
| 55 | + arrow |
| 56 | + href={'/usage/security'} |
| 57 | + title="信息加密与安全性" |
| 58 | + /> |
31 | 59 | </Cards>
|
32 | 60 |
|
33 |
| -### 社区使用指南 |
| 61 | +### 社区使用指南 |
0 commit comments