Skip to content

Commit

Permalink
doc for 2024.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Oct 19, 2024
1 parent 6cf7a1b commit ed8494b
Show file tree
Hide file tree
Showing 14 changed files with 2,371 additions and 1,935 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineUserConfig({
],
[
"script",
{ src: "//at.alicdn.com/t/c/font_2601581_fv1e32dalkn.js", async: true },
{ src: "//at.alicdn.com/t/c/font_2601581_lj8025xa1n.js", async: true },
],
// ["script", { src: "/js/baidu.js" ,"async":true}],
["script", { src: "/js/gtag.js", async: true }],
Expand Down
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/guide/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ The icon in the document corresponds to the button icon in the plugin
- [<ColorIcon icon="openai" /> AI](./ai.md)
- [<ColorIcon icon="headerGroupNew" /> Header group](./headerGroup.md)
- [<ColorIcon icon="commonHeaderNew" /> Common header](./commonHeader.md)
- [<ColorIcon icon="headersPreset" /> Headers Preset](./headersPreset.md)
- [<ColorIcon icon="bulkEdit" /> Headers batch edit](./commonHeader.md)
- [<ColorIcon icon="lock" /> Basei auth](./basicAuth.md)
- [<ColorIcon icon="chrome" /> Html preview](./htmlPreview.md)
Expand Down
8 changes: 8 additions & 0 deletions docs/en/guide/features/headersPreset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Header Preset

Version required: <Badge text="2024.1.8+" />

<MyCarousel :imgList="['/img/2024.1.8/headersPreset_en.png','/img/2024.1.8/headersPresetManage_en.png']" />

Header presets allow you to create different header groups, manage headers in group,
and add all preset header easily by select the dropping down item.
15 changes: 14 additions & 1 deletion docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ 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.8 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="Header Preset" type="tip"/>
- <Badge text="Fix several known issue" type="danger"/>

::: hint Header Preset <Badge vertical="top" text="New feature" type="tip"/>
<MyCarousel :imgList="['/img/2024.1.8/headersPreset_en.png','/img/2024.1.8/headersPresetManage_en.png']" />

Header presets allow you to create different header groups, manage headers in group,
and add all preset header easily by select the dropping down item.

:::

## 2024.1.7 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="Functions and environment code completion" type="important"/>
Expand All @@ -35,7 +48,7 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓
- <Badge text="Script grammar hints optimization" type="info"/>
- <Badge text="Map parse" type="info"/>
- <Badge text="Fix URL scan in jar is displayed as empty" type="danger"/>
- <Badge text="Several known issue optimizations" type="danger"/>
- <Badge text="Fix several known issue" type="danger"/>

::: hint Functions and environment code completion <Badge vertical="top" text="Important feature" type="important"/>
<MyCarousel :imgList="['/img/2024.1.7/functionEn.png','/img/2024.1.7/functionInBodyEn.png','/img/2024.1.7/functionConfig.png']" />
Expand Down
7 changes: 6 additions & 1 deletion docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Because developing version is still in development, the documentation of develop

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

## 2024.1.8 <Badge text="Free trial" type="tip"/> <Badge text="Developing..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="Header Preset" type="tip"/>
- <Badge text="Fix several known issue" type="danger"/>

## 2024.1.7 <Badge text="Free trial" type="tip"/> <Badge text="Newest version" type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="Functions and environment code completion" type="important"/>
Expand All @@ -41,7 +46,7 @@ Because developing version is still in development, the documentation of develop
- <Badge text="Script grammar hints optimization" type="info"/>
- <Badge text="Map parse" type="info"/>
- <Badge text="Fix URL scan in jar is displayed as empty" type="danger"/>
- <Badge text="Several known issue optimizations" type="danger"/>
- <Badge text="Fix several known issue" type="danger"/>

## 2024.1.6.3 <Badge text="Free trial" type="tip"/> <Badge text="2024-08-15" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>

Expand Down
1 change: 1 addition & 0 deletions docs/guide/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ icon: featuresNew
- [<ColorIcon icon="openai" /> AI](./ai.md)
- [<ColorIcon icon="headerGroupNew" /> Headers 分组](./headerGroup.md)
- [<ColorIcon icon="commonHeaderNew" /> 常用头参数](./commonHeader.md)
- [<ColorIcon icon="headersPreset" /> Headers 预设](./headersPreset.md)
- [<ColorIcon icon="bulkEdit"/> Headers批量编辑](./bulkEdit.md)
- [<ColorIcon icon="lock" /> Basei auth](./basicAuth.md)
- [<ColorIcon icon="chrome" /> Html 预览](./htmlPreview.md)
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/features/headersPreset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Headers 预设

版本要求: <Badge text="2024.1.8+" />

<MyCarousel :imgList="['/img/2024.1.8/headersPreset.png','/img/2024.1.8/headersPresetManage.png']" />

Header 预设支持创建不同的 Header 分组,管理各自的请求头,通过下拉选择轻松快捷得添加预设的 Header 参数。
12 changes: 12 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ 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.8 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="Header 预设" type="tip"/>
- <Badge text="若干已知问题优化" type="danger"/>

::: hint Header 预设 <Badge vertical="top" text="新功能" type="tip"/>
<MyCarousel :imgList="['/img/2024.1.8/headersPreset.png','/img/2024.1.8/headersPresetManage.png']" />

Header 预设支持创建不同的 Header 分组,管理各自的请求头,通过下拉选择轻松快捷得添加预设的 Header 参数。

:::

## 2024.1.7 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="函数与变量支持代码补全" type="important"/>
Expand Down
7 changes: 6 additions & 1 deletion docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp

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

## 2024.1.8 <Badge text="免费试用" type="tip"/> <Badge text="开发中..." type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="Header 预设" type="tip"/>
- <Badge text="若干已知问题修复" type="danger"/>

## 2024.1.7 <Badge text="免费试用" type="tip"/> <Badge text="最新版" type="pink"/> <Badge text="IDEA 2023.3+" color="pink"/>

- <Badge text="函数与变量支持代码补全" type="important"/>
Expand All @@ -39,7 +44,7 @@ important: <Badge text="重要功能" type="important"/> <span>&nbsp;&nbsp;&nbsp
- <Badge text="Script语法提示优化" type="info"/>
- <Badge text="Map 解析优化" type="info"/>
- <Badge text="修复 Jar 中的 url 扫描结果展示为空" type="danger"/>
- <Badge text="若干已知问题优化" type="danger"/>
- <Badge text="若干已知问题修复" type="danger"/>

## 2024.1.6.3 <Badge text="免费试用" type="tip"/> <Badge text="2024-08-15" color="SandyBrown"/> <Badge text="IDEA 2022.3+" color="pink"/>

Expand Down
Loading

0 comments on commit ed8494b

Please sign in to comment.