Skip to content

Commit

Permalink
2023.1.9 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Aug 21, 2023
1 parent ff52799 commit 0926a81
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 23 deletions.
11 changes: 6 additions & 5 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,28 @@ export default hopeTheme(
notice: [
{
path: "/",
title: "将在2023.1.8推出",
title: "将在2023.1.9推出",
content:
'<ul><li>Environment</li><a href="https://www.bilibili.com/video/BV1wu4y1d7c4" target="_blank">API命名保存机制优化</a></ul><div class="addthis_inline_follow_toolbox_qssu"></div>',
actions: [
{
text: "了解详情→",
link: "/guide/history.html#_2023-1-8",
link: "/guide/history.html#_2023-1-9",
type: "primary",
},
],
showOnce: false,
key: "2023.1.8",
key: "2023.1.9",
},
{
path: "/en",
title: "Coming in <b>2023.1.7</b>",
title: "Coming in <b>2023.1.9</b>",
content:
'<ul><li>Environment</li></ul><div class="addthis_inline_follow_toolbox"></div>',
actions: [
{
text: "Learn more→",
link: "/en/guide/history.html#_2023-1-7",
link: "/en/guide/history.html#_2023-1-9",
type: "primary",
},
],
Expand Down Expand Up @@ -105,6 +105,7 @@ export default hopeTheme(
},
mark: true,
tasklist: true,
tabs: true
},
},
},
Expand Down
29 changes: 18 additions & 11 deletions docs/en/guide/getstarted/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,30 @@ title: Get started
icon: start1
---

![](/img/start_en.svg)
::: tabs

::: tip How to
@tab Paid version

- Step1: Click Manager config then add project name[example:wx card] and env[example:local、dev], if plugin version >= **2023.1.1**, please refer to [<ColorIcon icon="domainConfig" /> Project-level domain config](../features/projectLevelDomainConfig.md), combine configuration files to quickly add domain configuration
- Step2: set target domain
- Step3: open toolwindow(at the top-right corner),select project and env
- Step4: click <FontIcon icon="restfulFastRequest" />(fastRequest icon) on method left(Old icon<FontIcon icon="restfulFastRequest1" />)
- Step5: click send button for sending request

:::
1. Click <FontIcon icon="restfulFastRequest" /> on method left
2. If the result of [Auto domain](../features/autoDomain.md) did not meet expectations,change the domain in [Project-level domain config](../features/projectLevelDomainConfig.md)
3. Click send button for sending request

![](/img/howToUse_en.gif)
![](/img/newLogoIcon.png)

New logo icon <FontIcon icon="restfulFastRequest" />
@tab Free version

1. Click Manager config then add project name[example:wx card] and env[example:local、dev]
2. Set target domain
3. Open toolwindow(at the top-right corner),select project and env
4. Click <FontIcon icon="restfulFastRequest1" /> on method left
5. Click send button for sending request

![](/img/start_en.svg)

![](/img/howToUse_en.gif)
:::

![](/img/newLogoIcon.png)

## Contacts

Expand Down
25 changes: 18 additions & 7 deletions docs/guide/getstarted/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,33 @@ title: 快速开始
icon: start1
---

![](/img/start.svg)

::: tip 使用入门
::: tabs

@tab 付费版


1. 点击在方法左侧的 fastRequest 的图标 <FontIcon icon="restfulFastRequest" />
2. 如果[自动域名](../features/autoDomain.md)的结果不符合预期,则在[Project 级别域名配置](../features/projectLevelDomainConfig.md)里面修改域名
3. 点击发送请求按钮发送请求

<BiliBili bvid="BV1V84y1f7uQ" :ratio="5/4" />

1. 点击配置添加项目名 (如微信卡片) 和环境名 (如 local、dev),如果插件版本 >= **2023.1.1**,请参考[<ColorIcon icon="domainConfig" /> 项目级别域名配置](../features/projectLevelDomainConfig.md),结合配置文件快速添加域名配置
[更多视频教程](../teachingVideo.md)

@tab 免费版

1. 点击配置添加项目名 (如微信卡片) 和环境名 (如 local、dev)
2. 设置对应项目及环境的域名
3. 打开工具窗口(右上角位置),选择当前项目想要启用的环境
4. 点击在方法左侧的 fastRequest 的图标 <FontIcon icon="restfulFastRequest" /> (老图标<FontIcon icon="restfulFastRequest1" />)
4. 点击在方法左侧的 fastRequest 的图标 <FontIcon icon="restfulFastRequest1" />
5. 点击发送请求按钮发送请求

:::
![](/img/start.svg)

![](/img/howToUse.gif)
:::

新 Logo icon <FontIcon icon="restfulFastRequest" />

![](/img/newLogoIcon.png)

<!-- @include: @src/contact.snippet.md -->

0 comments on commit 0926a81

Please sign in to comment.