From 6430a0cc8aa8b44438953006606cdbc460a7d1f4 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sat, 18 Jan 2025 17:04:07 +0800 Subject: [PATCH] chore: fix readme --- README.md | 93 ++++++++++++------------------------------------- README.zh-CN.md | 91 ++++++++++++----------------------------------- 2 files changed, 45 insertions(+), 139 deletions(-) diff --git a/README.md b/README.md index 80b71e1..00f6aff 100644 --- a/README.md +++ b/README.md @@ -355,58 +355,6 @@ Axle provides the usage of Vue Composition API style, which encapsulates the `lo ``` -### Parallel Utils - -Axle provides some parallel request processing tools, please refer to the following examples. - -```html - - - -``` - ### API Definition Enhancement `createApi` is supported since `v0.9.0`, which is used to define APIs. @@ -503,15 +451,15 @@ before: ```html ``` -### 并行请求实用工具 - -Axle 提供了一些并行请求处理工具,请参考以下示例。 - -```html - - - -``` - ### API 定义增强 从 `0.9.0` 开始支持 `createApi`,以增强 API 定义能力。 @@ -503,15 +451,15 @@ async function handleDelete(id: string) { ```html