Skip to content

Commit

Permalink
doc: update document.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 7, 2024
1 parent 62b53a9 commit 2737cda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
<a href="https://jaywcjlove.github.io/mocker-api/type/" target="__blank">Type</a>
</p>

`mocker-api` REST API 创建模拟。 当您尝试在没有实际 REST API 服务器的情况下测试应用程序时,这将很有帮助
`mocker-api` 用于创建 REST API 的模拟。当你需要在没有实际 REST API 服务器的情况下测试你的应用程序时,它会非常有用

**特点:**
**特点**

🔥 内置对 Mocker 文件热更新支持
🚀 通过JSON快速轻松地配置API
🌱 模拟API代理变得简单。
💥 可以独立使用,而无需依赖 [webpack](https://github.com/webpack/webpack)[webpack-dev-server](https://github.com/webpack/webpack-dev-server)
🔥 内置对热替换 Mocker 文件的支持
🚀 通过 JSON 快速轻松地配置 API
🌱 简化的 Mock API 代理。
💥 可以独立使用,不依赖于 [webpack](https://github.com/webpack/webpack)[webpack-dev-server](https://github.com/webpack/webpack-dev-server)

## 快速开始

Expand Down
4 changes: 2 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<a href="https://jaywcjlove.github.io/mocker-api/type/">type</a>
</p>

`mocker-api` that creates mocks for REST APIs. It will be helpful when you try to test your application without the actual REST API server.
`mocker-api` creates mocks for REST APIs. It is helpful when you need to test your application without the actual REST API server.

**Features:**

🔥 Built in support for hot Mocker file replacement.
🔥 Built-in support for hot Mocker file replacement.
🚀 Quickly and easily configure the API via JSON.
🌱 Mock API proxying made simple.
💥 Can be used independently without relying on [webpack](https://github.com/webpack/webpack) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server).
Expand Down

0 comments on commit 2737cda

Please sign in to comment.