From 626b8d5dc63037d4398a2f7b64083f3f95431e3e Mon Sep 17 00:00:00 2001 From: geekact Date: Mon, 9 Oct 2023 23:15:37 +0800 Subject: [PATCH] docs: update sidebar [skip ci] --- docs/_sidebar.md | 3 +-- docs/{react.md => api.md} | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) rename docs/{react.md => api.md} (96%) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index d0f0972..175ac06 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -6,7 +6,7 @@ - [模型](/model.md) -* [数据对接](/react.md) +* [接口](/api.md) - [事件钩子](/events.md) @@ -14,7 +14,6 @@ - [进阶用法](/advanced.md) - * [问题解答](/troubleshooting.md) - [编写测试](/test.md) diff --git a/docs/react.md b/docs/api.md similarity index 96% rename from docs/react.md rename to docs/api.md index 4fbeeb8..93a9bf5 100644 --- a/docs/react.md +++ b/docs/api.md @@ -1,4 +1,6 @@ -# +# + +我们已经迫不及待地想要把模型数据展示在React视图层了。为了让React能成功地订阅数据的变化,不同场景就会有不同的对接方式。老规矩,先讲最常用的。 # useModel