From d5e3f0ba928fca6e974139d689e98d0219ac5f61 Mon Sep 17 00:00:00 2001
From: Kings <963987632@qq.com>
Date: Fri, 29 Nov 2024 15:27:50 +0800
Subject: [PATCH] doc for 2024.1.9
---
docs/.vuepress/theme.ts | 16 ++++++++--------
docs/en/guide/history.md | 35 +++++++++++++++++++++++++++++++++++
docs/en/guide/whatsnew.md | 6 ++++++
docs/guide/history.md | 35 +++++++++++++++++++++++++++++++++++
docs/guide/whatsnew.md | 7 +++++++
5 files changed, 91 insertions(+), 8 deletions(-)
diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts
index 120e41df3..fed189b79 100644
--- a/docs/.vuepress/theme.ts
+++ b/docs/.vuepress/theme.ts
@@ -103,33 +103,33 @@ export default hopeTheme(
notice: [
{
path: "/",
- title: "将在2024.1.8推出",
+ title: "将在2024.1.9推出",
content:
- '
',
+ '',
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 2024.1.8",
+ title: "Coming in 2024.1.9",
content:
- '',
+ '- OpenAPI export support
- Solon framework support
',
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",
},
],
diff --git a/docs/en/guide/history.md b/docs/en/guide/history.md
index 5b62f7f45..fe0809ddc 100644
--- a/docs/en/guide/history.md
+++ b/docs/en/guide/history.md
@@ -22,6 +22,41 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓
>
> perf: fix:
+## 2024.1.9
+-
+-
+-
+-
+
+::: hint OpenAPI export support
+
+
+Support export [OpenAPI](https://spec.openapis.org/oas/latest.html) document of the current request.
+
+:::
+
+::: hint Run switch tab configurable
+
+
+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
+
+
+In the response tab, you can view the field meaning.
+
+:::
+
+::: hint Solon Solon framework support
+
+
+Support [Solon](https://solon.noear.org/) framework.
+
+:::
+
## 2024.1.8.1
-
diff --git a/docs/en/guide/whatsnew.md b/docs/en/guide/whatsnew.md
index 8d30a11c1..ad01da448 100644
--- a/docs/en/guide/whatsnew.md
+++ b/docs/en/guide/whatsnew.md
@@ -29,6 +29,12 @@ Because developing version is still in development, the documentation of develop
[**More detail ---------------->**](./history.md)
+## 2024.1.9
+-
+-
+-
+-
+
## 2024.1.8.1
-
diff --git a/docs/guide/history.md b/docs/guide/history.md
index 410fb499b..22e6d3447 100644
--- a/docs/guide/history.md
+++ b/docs/guide/history.md
@@ -20,6 +20,41 @@ icon: changelog
>
> important: feat: perf: fix:
+## 2024.1.9
+-
+-
+-
+-
+
+::: hint Solon 框架解析支持
+
+
+支持国产 [Solon](https://solon.noear.org/) 框架的解析。
+
+:::
+
+::: hint OpenAPI 导出支持
+
+
+可在将 API 导出成 [OpenAPI](https://spec.openapis.org/oas/latest.html) 格式。
+
+:::
+
+::: hint 运行后切换 Tab 可配置化
+
+
+可以在 APIs 列表直接运行 API 并且不切换到运行界面,可配置化。这使得在 APIs 页面运行一个 API 以后可以再运行下一个 API。
+
+:::
+
+::: hint 响应文档展示支持
+
+
+可以在 Response 页签下查看响应的字段含义。
+
+:::
+
+
## 2024.1.8.1
-
diff --git a/docs/guide/whatsnew.md b/docs/guide/whatsnew.md
index 81a4cffee..1179263bc 100644
--- a/docs/guide/whatsnew.md
+++ b/docs/guide/whatsnew.md
@@ -26,6 +26,13 @@ important:  
:::
[**务必查看变更详情----------------->**](./history.md)
+
+## 2024.1.9
+-
+-
+-
+-
+
## 2024.1.8.1
-