From 41cbb22c121fc2cc85993498b04a91177308e438 Mon Sep 17 00:00:00 2001 From: Lyan-u <46185702+Lyan-u@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:21:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(indexes):=20react=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=20(#1921)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mobile/api/indexes.en-US.md | 17 +++++++++++++++++ docs/mobile/api/indexes.md | 6 ++++++ 2 files changed, 23 insertions(+) create mode 100644 docs/mobile/api/indexes.en-US.md diff --git a/docs/mobile/api/indexes.en-US.md b/docs/mobile/api/indexes.en-US.md new file mode 100644 index 0000000000..ff76c57442 --- /dev/null +++ b/docs/mobile/api/indexes.en-US.md @@ -0,0 +1,17 @@ +--- +title: Index +description: Used for quick search of information in the page. You can quickly find the required content based on the page number in the directory. +spline: base +isComponent: true +toc: false +--- + +## Code Demo + +### Base Index + +{{ base }} + +### Custom Index + +{{ custom }} diff --git a/docs/mobile/api/indexes.md b/docs/mobile/api/indexes.md index 0d49c62fbb..581bc89f4f 100644 --- a/docs/mobile/api/indexes.md +++ b/docs/mobile/api/indexes.md @@ -6,6 +6,12 @@ isComponent: true toc: false --- +## 代码演示 + ### 基础索引 {{ base }} + +### 自定义索引 + +{{ custom }}