Skip to content

Commit

Permalink
doc for 2024.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Nov 29, 2024
1 parent d1a7921 commit d5e3f0b
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,33 +103,33 @@ export default hopeTheme(
notice: [
{
path: "/",
title: "将在2024.1.8推出",
title: "将在2024.1.9推出",
content:
'<ul><li>Header预设</li></ul><div class="addthis_inline_follow_toolbox_qssu"></div>',
'<ul><li>OpenAPI 导出支持</li><li>Solon 框架解析支持</li></ul><div class="addthis_inline_follow_toolbox_qssu"></div>',
actions: [
{
text: "了解详情→",
link: "/guide/history.html#_2024-1-8",
link: "/guide/history.html#_2024-1-9",
type: "primary",
},
],
showOnce: true,
key: "2024.1.7",
key: "2024.1.9",
},
{
path: "/en",
title: "Coming in <b>2024.1.8</b>",
title: "Coming in <b>2024.1.9</b>",
content:
'<ul><li>Header Preset</li></ul><div class="addthis_inline_follow_toolbox"></div>',
'<ul><li>OpenAPI export support</li><li>Solon framework support</li></ul><div class="addthis_inline_follow_toolbox"></div>',
actions: [
{
text: "Learn more→",
link: "/en/guide/history.html#_2024-1-8",
link: "/en/guide/history.html#_2024-1-9",
type: "primary",
},
],
showOnce: true,
key: "2024.1.8",
key: "2024.1.9",
},
],

Expand Down
35 changes: 35 additions & 0 deletions docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,41 @@ 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"/>
## 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="Run switch tab configurable" type="tip"/>
- <Badge text="Response document" type="tip"/>
- <Badge text="Solon framework support" type="tip"/>

::: hint OpenAPI export support <Badge vertical="top" text="New feature" type="tip"/>


Support export [OpenAPI](https://spec.openapis.org/oas/latest.html) document of the current request.

:::

::: hint Run switch tab configurable <Badge vertical="top" text="New feature" type="tip"/>


You can run the API directly in the APIs tab without switching to the run tab, this is configurable.
This makes it possible to run one API on the APIs tab and then run the next.

:::

::: hint Response document <Badge vertical="top" text="New feature" type="tip"/>


In the response tab, you can view the field meaning.

:::

::: hint Solon Solon framework support <Badge vertical="top" text="New feature" type="tip"/>


Support [Solon](https://solon.noear.org/) framework.

:::

## 2024.1.8.1 <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="Fix the pre-script execution logic" type="danger"/>
Expand Down
6 changes: 6 additions & 0 deletions docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Because developing version is still in development, the documentation of develop

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

## 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="Run switch tab configurable" type="tip"/>
- <Badge text="Response document" type="tip"/>
- <Badge text="Solon framework support" type="tip"/>

## 2024.1.8.1 <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="Fix the pre-script execution logic" type="danger"/>
Expand Down
35 changes: 35 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,41 @@ icon: changelog
> <br/><br/>
> 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"/>
## 2024.1.9 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="Solon 框架解析支持" type="tip"/>
- <Badge text="OpenAPI 导出支持" type="tip"/>
- <Badge text="运行后切换 Tab 可配置化" type="tip"/>
- <Badge text="响应文档展示支持" type="tip"/>

::: hint Solon 框架解析支持 <Badge vertical="top" text="新功能" type="tip"/>


支持国产 [Solon](https://solon.noear.org/) 框架的解析。

:::

::: hint OpenAPI 导出支持 <Badge vertical="top" text="新功能" type="tip"/>


可在将 API 导出成 [OpenAPI](https://spec.openapis.org/oas/latest.html) 格式。

:::

::: hint 运行后切换 Tab 可配置化 <Badge vertical="top" text="新功能" type="tip"/>


可以在 APIs 列表直接运行 API 并且不切换到运行界面,可配置化。这使得在 APIs 页面运行一个 API 以后可以再运行下一个 API。

:::

::: hint 响应文档展示支持 <Badge vertical="top" text="新功能" type="tip"/>


可以在 Response 页签下查看响应的字段含义。

:::


## 2024.1.8.1 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2024-11-28" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="修复前置脚本执行逻辑" type="danger"/>

Expand Down
7 changes: 7 additions & 0 deletions docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp
:::

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

## 2024.1.9 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="Solon 框架解析支持" type="tip"/>
- <Badge text="OpenAPI 导出支持" type="tip"/>
- <Badge text="运行后切换 Tab 可配置化" type="tip"/>
- <Badge text="响应文档展示支持" type="tip"/>

## 2024.1.8.1 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="2024-11-28" color="SandyBrown"/> <Badge text="IDEA 2023.3+" color="pink"/>
- <Badge text="修复前置脚本执行逻辑" type="danger"/>

Expand Down

0 comments on commit d5e3f0b

Please sign in to comment.