Skip to content

Commit

Permalink
Merge pull request #356 from Mister-Hope/master
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
kings1990 authored Jan 14, 2025
2 parents 9f5c2d2 + 2c77820 commit 6ed2428
Show file tree
Hide file tree
Showing 11 changed files with 1,267 additions and 921 deletions.
6 changes: 4 additions & 2 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export default hopeTheme(

darkmode: "enable",

iconAssets: "//at.alicdn.com/t/c/font_2601581_tleme42m6wm.css",

locales: {
"/": {
footer:
Expand Down Expand Up @@ -92,6 +90,10 @@ export default hopeTheme(
},
},

icon: {
assets: "//at.alicdn.com/t/c/font_2601581_tleme42m6wm.css",
},

notice: [
{
path: "/",
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/features/debugApi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Debug API & send request

:::tip
In the new version, send button has moved to the toolbar, and the left icon has been changed from <FontIcon icon="restfulFastRequest1" /> to <FontIcon icon="restfulFastRequest" />
In the new version, send button has moved to the toolbar, and the left icon has been changed from ::restfulFastRequest1:: to ::restfulFastRequest::
:::

![sendRequest](/img/sendRequest.png "New version")
Expand Down
4 changes: 2 additions & 2 deletions docs/en/guide/getstarted/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ actions:

@tab Paid version

1. Click <FontIcon icon="restfulFastRequest" /> on method left
1. Click ::restfulFastRequest:: on method left
2. If the result of [Auto domain](../features/autoDomain.md) did not meet expectations,change the domain in [Project-level domain config](../features/projectLevelDomainConfig.md)
3. Click send button for sending request

Expand All @@ -32,7 +32,7 @@ title: Search and run api in Fast Request
1. Click Manager config then add project name[example:wx card] and env[example:local、dev]
2. Set target domain
3. Open toolwindow(at the top-right corner),select project and env
4. Click <FontIcon icon="restfulFastRequest1" /> on method left
4. Click ::restfulFastRequest1:: on method left
5. Click send button for sending request

![](/img/start_en.svg)
Expand Down
3 changes: 2 additions & 1 deletion docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓
> perf: <Badge text="Optimization function" type="info"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span> fix: <Badge text="Fix or Remove function" type="danger"/>
## 2025.1.1 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="OpenAPI batch export" type="tip"/>
- <Badge text="Export notice optimization" type="info"/>
- <Badge text="Editor performance optimization" type="info"/>
Expand Down Expand Up @@ -1519,7 +1520,7 @@ And with the iteration of the version, more prompt operation guidelines may be a
::: hint Url generation optimization <Badge vertical="top" text="Optimization" type="info"/>
Historical logic will only take the first url, that is, test1, considering that in actual use, it is possible that you need another url, so random support has been added.

The following method url will be randomly generated to **/url1/test1,/url1/test2,/url2/test1,/url2/test2** by click <FontIcon icon="restfulFastRequest" />
The following method url will be randomly generated to **/url1/test1,/url1/test2,/url2/test1,/url2/test2** by click ::restfulFastRequest::

```java
@RequestMapping({"url1","url2"})
Expand Down
2 changes: 1 addition & 1 deletion docs/en/guide/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ icon: restfulFastRequest
![Version](https://img.shields.io/jetbrains/plugin/v/16988?logo=IntelliJ%20IDEA)
![Downloads](https://img.shields.io/jetbrains/plugin/d/16988?color=FE2857) ![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/r/rating/16988)

[**<FontIcon icon="restfulFastRequest" />estful <i class="icon iconfont icon-rfr-f"></i>ast <FontIcon icon="restfulFastRequest" />equest**](https://plugins.jetbrains.com/plugin/16988-fast-request) is an IDEA plugin similar to Postman that helps developers debug APIs efficiently. It is a powerful restful API toolkit plugin which helps you quickly generate URL and params by the existing method.
[**::restfulFastRequest::estful <i class="icon iconfont icon-rfr-f"></i>ast ::restfulFastRequest::equest**](https://plugins.jetbrains.com/plugin/16988-fast-request) is an IDEA plugin similar to Postman that helps developers debug APIs efficiently. It is a powerful restful API toolkit plugin which helps you quickly generate URL and params by the existing method.
`Restful Fast Request = API debug tool + API manager tool + API search tool`. It has a beautiful interface to compose requests, inspect server responses, store your API request and export API request. Plugin helps you debug requests just in IntelliJ IDEA frame.

Compared with the HTTP Client, Fast Request not only has the built-in functions of the HTTP Client but also
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/features/debugApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# 调试 API 发送请求

新版本中发送按钮在工具栏,左侧图标从<FontIcon icon="restfulFastRequest1" />变为<FontIcon icon="restfulFastRequest" />
新版本中发送按钮在工具栏,左侧图标从::restfulFastRequest1::变为::restfulFastRequest::

![sendRequest](/img/sendRequest.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/getstarted/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ actions:

@tab 付费版

1. 点击在方法左侧的 fastRequest 的图标 <FontIcon icon="restfulFastRequest" />
1. 点击在方法左侧的 fastRequest 的图标 ::restfulFastRequest::
2. 如果[自动域名](../features/autoDomain.md)的结果不符合预期,则在[Project 级别域名配置](../features/projectLevelDomainConfig.md)里面修改域名
3. 点击发送请求按钮发送请求

Expand All @@ -36,7 +36,7 @@ ratio: 5/4
1. 点击配置添加项目名 (如微信卡片) 和环境名 (如 local、dev)
2. 设置对应项目及环境的域名
3. 打开工具窗口(右上角位置),选择当前项目想要启用的环境
4. 点击在方法左侧的 fastRequest 的图标 <FontIcon icon="restfulFastRequest1" />
4. 点击在方法左侧的 fastRequest 的图标 ::restfulFastRequest1::
5. 点击发送请求按钮发送请求

![](/img/start.svg)
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ icon: changelog
> important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>feat: <Badge text="新功能" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span> perf: <Badge text="优化" type="info"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span> fix: <Badge text="修复/移除" type="danger"/>
## 2025.1.1 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="OpenAPI 批量导出" type="tip"/>
- <Badge text="导出提示优化" type="info"/>
- <Badge text="性能优化" type="info"/>
Expand All @@ -33,7 +34,6 @@ icon: changelog

:::


## 2024.1.9 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2024-12-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="OpenAPI 导出支持" type="important"/>
Expand Down Expand Up @@ -1581,7 +1581,7 @@ public Integer loanApply(@RequestBody CommonDTO<Book, TestDTO> req){

历史逻辑只会取第一个 url 即 test1,考虑到实际使用中,有可能你需要的是另外一个 url,所以添加了随机支持

以下 demo,url 将随着点击<FontIcon icon="restfulFastRequest" />随机生成 **/url1/test1,/url1/test2,/url2/test1,/url2/test2**
以下 demo,url 将随着点击::restfulFastRequest::随机生成 **/url1/test1,/url1/test2,/url2/test1,/url2/test2**

```java
@RequestMapping({"url1","url2"})
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ icon: restfulFastRequest
[![Jetbrains Plugins][plugin-img]][plugin]
![Version](https://img.shields.io/jetbrains/plugin/v/16988?logo=IntelliJ%20IDEA) ![Downloads](https://img.shields.io/jetbrains/plugin/d/16988?color=FE2857) ![JetBrains Plugins](https://img.shields.io/jetbrains/plugin/r/rating/16988) [![Slack](https://img.shields.io/static/v1?label=Slack&message=Fast%20Request&logo=slack&color=38B580)](https://join.slack.com/t/restfulfastrequest/shared_invite/zt-1we57vum8-TALhTHI2uNmPF2bx1NDyWw)

[**<FontIcon icon="restfulFastRequest" />estful <i class="icon iconfont icon-rfr-f"></i>ast <FontIcon icon="restfulFastRequest" />equest**](https://plugins.jetbrains.com/plugin/16988-fast-request) 是一个类似于 Postman 的 IDEA 插件。它是一个强大的 restful api 工具包插件,可以根据已有的方法帮助您快速生成 url 和 params。
[**::restfulFastRequest::estful ::rfr-f::ast ::restfulFastRequest::equest**](https://plugins.jetbrains.com/plugin/16988-fast-request) 是一个类似于 Postman 的 IDEA 插件。它是一个强大的 restful api 工具包插件,可以根据已有的方法帮助您快速生成 url 和 params。
`Restful Fast Request = API调试工具 + API管理工具 + API搜索工具`。 它有一个漂亮的界面来完成请求、检查服务器响应、存储你的 api 请求和导出 api 请求。插件帮助你在 IDEA 界面内更快更高效得调试你的 API。

对比于 HTTP Client,Fast Request 不仅拥有 HTTP Client 内置的功能,还提供了友好易懂直观的界面,让使用者调试 API 的时候能够更加方便、简捷。同时各种类型参数也提供了不同的定制方式,更加灵活。而且集成了搜索、Postman 集成,Swagger 支持等额外的[功能](/guide/features/)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"packages:update": "pnpm dlx vp-update"
},
"dependencies": {
"@mdit/plugin-container": "0.14.0",
"@mdit/plugin-container": "0.16.0",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-docsearch": "2.0.0-rc.66",
"@vuepress/plugin-docsearch": "2.0.0-rc.70",
"chart.js": "^4.4.7",
"sass": "^1.83.0",
"sass": "^1.83.1",
"vidstack": "^1.12.12",
"vue": "^3.5.13",
"vue3-carousel": "^0.9.0",
"vue3-carousel": "^0.12.0",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.64"
"vuepress-theme-hope": "2.0.0-rc.68"
},
"devDependencies": {
"markdownlint-cli2": "^0.16.0",
"markdownlint-cli2": "^0.17.1",
"prettier": "3.4.2"
},
"engines": {
"node": ">=18.19.0"
},
"packageManager": "pnpm@9.15.0"
"packageManager": "pnpm@10.0.0"
}
Loading

0 comments on commit 6ed2428

Please sign in to comment.