Skip to content

Commit

Permalink
2023.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Aug 12, 2023
1 parent 511cb89 commit 9645d19
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vuepress/public/img/2023.1.9/showApis.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,29 @@ feat: <Badge text="New function" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</sp
Because developing version is still in development, the documentation of developing version may not be entirely accurate and is subject to change.
:::

## 2023.1.9 <Badge text="Free trial" type="tip"/> <Badge text="Developing" color="LigntPink"/>

- <Badge text="Quick add Environment variable support" type="tip"/>
- <Badge text="Add、Delete、Modify support in Environment use view" type="tip"/>
- <Badge text="Show apis trigger in Controller" type="tip"/>
- <Badge text="API Name Saving Optimization" type="info"/>
- <Badge text="Remove Accept-Language header when send request" type="danger"/>

::: tip Quick add Environment variable support
Click the "Add" button to select a line and add it to the environment variables, which can quickly save the variable to the current Env.

![quickAddEnvironmentVariable](/img/2023.1.9/quickAddEnvironmentVariable.png)
:::

::: tip Add、Delete、Modify support in Environment use view
![environmentVariableEditRemoveModify](/img/2023.1.9/environmentVariableEditRemoveModify_en.png)
:::

::: tip Show apis trigger in Controller
Right-click in the Controller in any position to invoke `Generate`, choose`Show apis` , all APIs in the current controller can be displayed.
![showApis](/img/2023.1.9/showApis.gif)
:::


## 2023.1.8 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" color="LightGreen"/>

Expand Down
7 changes: 7 additions & 0 deletions docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ Because developing version is still in development, the documentation of develop

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

## 2023.1.9 <Badge text="Free trial" type="tip"/> <Badge text="Developing" color="LigntPink"/>

- <Badge text="Quick add Environment variable support" type="tip"/>
- <Badge text="Add、Delete、Modify support in Environment use view" type="tip"/>
- <Badge text="Show apis trigger in Controller" type="tip"/>
- <Badge text="API Name Saving Optimization" type="info"/>
- <Badge text="Remove Accept-Language header when send request" type="danger"/>

## 2023.1.8 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" color="LightGreen"/>

Expand Down
28 changes: 28 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,34 @@ feat: <Badge text="新功能" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
由于开发版本仍在开发中,开发版本的文档可能不完全准确,可能会发生变化。
:::

## 2023.1.9 <Badge text="免费试用" type="tip"/> <Badge text="开发中" color="LigntPink"/>

- <Badge text="快捷添加Environment变量" type="tip"/>
- <Badge text="Environment使用界面增删改支持" type="tip"/>
- <Badge text="Show apis快捷触发" type="tip"/>
- <Badge text="Api名称保存优化" type="info"/>
- <Badge text="发送请求移除默认请求头Accept-Language" type="danger"/>

::: tip 快捷添加Environment变量
选中一行需要添加到环境变量的点击添加按钮,可以快捷将该变量保存到当前Env中

![quickAddEnvironmentVariable](/img/2023.1.9/quickAddEnvironmentVariable.png)
:::

::: tip Environment使用界面增删改支持
![environmentVariableEditRemoveModify](/img/2023.1.9/environmentVariableEditRemoveModify.png)
:::

::: tip Show apis快捷触发
在Controller中任意位置右键唤起 `Generate`,选择`Show apis` 即可展示当前控制器中的所有API
![showApis](/img/2023.1.9/showApis.gif)
:::

::: info Api名称保存优化
详看Bilibili视频讲解 -> [IDEA插件Fast Request之API命名机制](https://www.bilibili.com/video/BV1wu4y1d7c4)
:::



## 2023.1.8 <Badge text="免费试用" type="tip"/> <Badge text="最新版" color="LigntGreen"/>

Expand Down
8 changes: 8 additions & 0 deletions docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ feat: <Badge text="新功能" type="tip"/> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>

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

## 2023.1.9 <Badge text="免费试用" type="tip"/> <Badge text="开发中" color="LigntPink"/>

- <Badge text="快捷添加Environment变量" type="tip"/>
- <Badge text="Environment使用界面增删改支持" type="tip"/>
- <Badge text="Show apis快捷触发" type="tip"/>
- <Badge text="Api名称保存优化" type="info"/>
- <Badge text="发送请求移除默认请求头Accept-Language" type="danger"/>

## 2023.1.8 <Badge text="免费试用" type="tip"/> <Badge text="最新版" color="LigntGreen"/>

- <Badge text="Environment" type="tip"/>
Expand Down

0 comments on commit 9645d19

Please sign in to comment.