@@ -47,7 +46,7 @@ TinyCRUD 适合用于满足小型团队或个人项目中需要简单、轻量
## 支持的请求库
-
+
@@ -60,7 +59,7 @@ TinyCRUD 适合用于满足小型团队或个人项目中需要简单、轻量
|
- axios ✔
+ axios ✔
|
wx(微信小程序) ✔
From b0da910094728c48cfd17f839cfc597f6beb3d2e Mon Sep 17 00:00:00 2001
From: GuoXiCheng <1377994267@qq.com>
Date: Mon, 22 Jan 2024 22:05:05 +0800
Subject: [PATCH 6/7] update readme
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 3b2a7c8..04d6adc 100644
--- a/README.md
+++ b/README.md
@@ -17,17 +17,17 @@ TinyCRUD 适合用于满足小型团队或个人项目中需要简单、轻量
|
-
+
|
-
+
|
-
+
|
From 17bdc730be9d4a313e016b7ce9f12c202d0e09bd Mon Sep 17 00:00:00 2001
From: GuoXiCheng <1377994267@qq.com>
Date: Mon, 22 Jan 2024 22:07:15 +0800
Subject: [PATCH 7/7] update readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 04d6adc..e4b7e71 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ export class UserRepository extends GithubRepository {
}
```
-### 数据存储操作
+### 基本操作
```ts
const userRepository = new UserRepository();
|