Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Jan 2, 2025
1 parent 7448785 commit 656dc03
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 17 deletions.
10 changes: 8 additions & 2 deletions docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@ 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"/>
- <Badge text="Fixed User Agent could't be overwritten" type="danger"/>

## 2024.1.9 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="2024-12-11" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="OpenAPI export support" type="tip"/>
- <Badge text="OpenAPI export support" type="important"/>
- <Badge text="Run switch tab configurable" type="tip"/>
- <Badge text="Response document" type="tip"/>
- <Badge text="Solon framework support" type="tip"/>
- <Badge text="File export" type="tip"/>

::: hint OpenAPI export support <Badge vertical="top" text="New feature" type="tip"/>
::: hint OpenAPI export support <Badge vertical="top" text="New feature" type="important"/>
![](/img/2024.1.9/openApiExport_en.png)

Support export [OpenAPI](https://spec.openapis.org/oas/latest.html) document of the current request.
Expand Down
10 changes: 9 additions & 1 deletion docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,17 @@ Because developing version is still in development, the documentation of develop

[**More detail ---------------->**](./history.md)

## 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"/>
- <Badge text="Fixed User Agent could't be overwritten" type="danger"/>



## 2024.1.9 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="2024-11-28" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="OpenAPI export support" type="tip"/>
- <Badge text="OpenAPI export support" type="important"/>
- <Badge text="Run switch tab configurable" type="tip"/>
- <Badge text="Response document" type="tip"/>
- <Badge text="Solon framework support" type="tip"/>
Expand Down
7 changes: 3 additions & 4 deletions docs/guide/concatGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ title: 群聊

[![Slack](https://img.shields.io/static/v1?label=Slack&message=Restful%20Fast%20Request&logo=slack&color=38B580)](https://join.slack.com/t/restfulfastrequest/shared_invite/zt-1we57vum8-TALhTHI2uNmPF2bx1NDyWw)

| ![微信技术群](https://img.shields.io/static/v1?label=wechat&message=微信技术群&logo=wechat&color=07C160) | ![插件开发技术群](https://img.shields.io/static/v1?label=wechat&message=插件开发技术群&logo=wechat&color=087CFA) |
| :------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| ![wechat group](/img/wechatGroup.png) | ![插件开发技术群](/img/pluginDevelopGroup.png) |
| 如果扫码失败,请直接搜微信号==FastRequest99== | 开发出类似的[iBlog](https://plugins.jetbrains.com/plugin/24920-iblog)[Bean Assistant](https://plugins.jetbrains.com/plugin/24576-bean-assistant)<br/>的插件教学,如果你也想开发插件请进群 |
![wechat group](/img/wechatGroup.png)

如果扫码失败,请直接搜微信号==FastRequest99==
22 changes: 14 additions & 8 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,31 @@ 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"/>
- <Badge text="修复User Agent 无法被覆盖" type="danger"/>

## 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="Solon 框架解析支持" type="tip"/>
- <Badge text="OpenAPI 导出支持" type="tip"/>
- <Badge text="OpenAPI 导出支持" type="important"/>
- <Badge text="Solon 框架解析支持" type="important"/>
- <Badge text="运行后切换 Tab 可配置化" type="tip"/>
- <Badge text="响应文档展示支持" type="tip"/>
- <Badge text="文件导出默认目录支持自定义" type="tip"/>

::: hint Solon 框架解析支持 <Badge vertical="top" text="新功能" type="tip"/>
![](/img/2024.1.9/solon.png)
::: hint OpenAPI 导出支持 <Badge vertical="top" text="重要功能" type="important"/>
![](/img/2024.1.9/openApiExport_en.png)

支持国产 [Solon](https://solon.noear.org/) 框架的解析
可在将 API 导出成 [OpenAPI](https://spec.openapis.org/oas/latest.html) 格式

:::

::: hint OpenAPI 导出支持 <Badge vertical="top" text="新功能" type="tip"/>
![](/img/2024.1.9/openApiExport_en.png)
::: hint Solon 框架解析支持 <Badge vertical="top" text="重要功能" type="important"/>
![](/img/2024.1.9/solon.png)

可在将 API 导出成 [OpenAPI](https://spec.openapis.org/oas/latest.html) 格式
支持国产 [Solon](https://solon.noear.org/) 框架的解析

:::

Expand Down
11 changes: 9 additions & 2 deletions docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp

[**务必查看变更详情----------------->**](./history.md)

## 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"/>
- <Badge text="修复User Agent 无法被覆盖" type="danger"/>


## 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="Solon 框架解析支持" type="tip"/>
- <Badge text="OpenAPI 导出支持" type="tip"/>
- <Badge text="OpenAPI 导出支持" type="important"/>
- <Badge text="Solon 框架解析支持" type="important"/>
- <Badge text="运行后切换 Tab 可配置化" type="tip"/>
- <Badge text="响应文档展示支持" type="tip"/>
- <Badge text="文件导出默认目录支持自定义" type="tip"/>
Expand Down

0 comments on commit 656dc03

Please sign in to comment.