Skip to content

Commit

Permalink
some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Jan 12, 2024
1 parent 1a09b7f commit cc8803f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ export default defineUserConfig({
{},
`
(function() {
if (location.href.indexOf('gitee.io') > -1 || location.href.indexOf('sheng90.wang') > -1 || location.href.indexOf('localhost') > -1) {
if (location.href.indexOf('gitee.io') > -1 || location.href.indexOf('sheng90.wang') > -1) {
window.location.href = 'https://api-buddy.cn';
// window.location.replace("https://api-buddy.cn");
}
})();
`,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/en/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Join and follow us to solve your question ❤️❤️❤️↓↓↓
- <Badge text="Generate .fastRequest directory strategy" color="orange"/>
- <Badge text="Ignore field name parse support" type="tip"/>
- <Badge text="Apis and Navigate in popup" type="tip"/>
- <Badge text="Manual update check" type="tip"/>
- <Badge text="Content-Disposition support optimization" type="info"/>
- <Badge text="SearchEveryWhere performance optimization" type="info"/>
- <Badge text="API loading performance in Navigate optimization" type="info"/>
Expand Down Expand Up @@ -60,6 +61,12 @@ You can quickly open the Apis and Navigate window to view information through sh
When the window is open, press ESC to close the window.
:::

::: hint Manual update check <Badge vertical="top" text="New feature" type="tip"/>
![manualUpdateCheck](/img/2024.1.1/manualUpdateCheck.png)

Click to check for plugin updates
:::

::: hint SearchEveryWhere performance optimization <Badge vertical="top" text="Optimization" type="info"/>
The SearchEveryWhere search logic has been optimized to greatly improve the search performance of large projects.

Expand Down
1 change: 1 addition & 0 deletions docs/en/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Because developing version is still in development, the documentation of develop
- <Badge text="Generate .fastRequest directory strategy" color="orange"/>
- <Badge text="Ignore field name parse support" type="tip"/>
- <Badge text="Apis and Navigate in popup" type="tip"/>
- <Badge text="Manual update check" type="tip"/>
- <Badge text="Content-Disposition support optimization" type="info"/>
- <Badge text="SearchEveryWhere performance optimization" type="info"/>
- <Badge text="API loading performance in Navigate optimization" type="info"/>
Expand Down
7 changes: 7 additions & 0 deletions docs/guide/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Issue 提报请到[_Github_](https://github.com/dromara/fast-request/issues)
- <Badge text=".fastRequest目录生成策略" color="orange"/>
- <Badge text="忽略字段名解析支持" type="tip"/>
- <Badge text="Apis,Navigate弹框打开支持" type="tip"/>
- <Badge text="手动更新检测" type="tip"/>
- <Badge text="Content-Disposition支持优化" type="info"/>
- <Badge text="SearchEveryWhere性能优化" type="info"/>
- <Badge text="Navigate中的api加载性能优化" type="info"/>
Expand Down Expand Up @@ -61,6 +62,12 @@ Issue 提报请到[_Github_](https://github.com/dromara/fast-request/issues)
可以通过快捷键快速打开 Apis 和 Navigate 窗口查看信息, 窗口打开的情况下再按 ESC 可以关闭窗口
:::

::: hint 手动更新检测 <Badge vertical="top" text="新功能" type="tip"/>
![manualUpdateCheck](/img/2024.1.1/manualUpdateCheck.png)

点击检查插件更新
:::

::: hint SearchEveryWhere性能优化 <Badge vertical="top" text="优化" type="info"/>
优化了SearchEveryWhere搜索逻辑,大大提生大项目的搜索性能。我们测试了拥有 7000个 API 的项目,搜索响应非常快
:::
Expand Down
1 change: 1 addition & 0 deletions docs/guide/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ important: <Badge text="重要功能" color="orange"/> <span>&nbsp;&nbsp;&nbsp;&
- <Badge text=".fastRequest目录生成策略" color="orange"/>
- <Badge text="忽略字段名解析支持" type="tip"/>
- <Badge text="Apis,Navigate弹框打开支持" type="tip"/>
- <Badge text="手动更新检测" type="tip"/>
- <Badge text="Content-Disposition支持优化" type="info"/>
- <Badge text="SearchEveryWhere性能优化" type="info"/>
- <Badge text="Navigate中的api加载性能优化" type="info"/>
Expand Down

0 comments on commit cc8803f

Please sign in to comment.