From 0926a81e657c06ac5a03068fb927449be975621c Mon Sep 17 00:00:00 2001
From: kings <963987632@qq.com>
Date: Mon, 21 Aug 2023 23:07:04 +0800
Subject: [PATCH] 2023.1.9 doc
---
docs/.vuepress/theme.ts | 11 ++++++-----
docs/en/guide/getstarted/start.md | 29 ++++++++++++++++++-----------
docs/guide/getstarted/start.md | 25 ++++++++++++++++++-------
3 files changed, 42 insertions(+), 23 deletions(-)
diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts
index 6418efab1..6ec9d2868 100644
--- a/docs/.vuepress/theme.ts
+++ b/docs/.vuepress/theme.ts
@@ -55,28 +55,28 @@ export default hopeTheme(
notice: [
{
path: "/",
- title: "将在2023.1.8推出",
+ title: "将在2023.1.9推出",
content:
'
',
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 2023.1.7",
+ title: "Coming in 2023.1.9",
content:
'',
actions: [
{
text: "Learn more→",
- link: "/en/guide/history.html#_2023-1-7",
+ link: "/en/guide/history.html#_2023-1-9",
type: "primary",
},
],
@@ -105,6 +105,7 @@ export default hopeTheme(
},
mark: true,
tasklist: true,
+ tabs: true
},
},
},
diff --git a/docs/en/guide/getstarted/start.md b/docs/en/guide/getstarted/start.md
index abfb4b8c1..24c85a9f0 100644
--- a/docs/en/guide/getstarted/start.md
+++ b/docs/en/guide/getstarted/start.md
@@ -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 [ 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 (fastRequest icon) on method left(Old icon)
-- Step5: click send button for sending request
-:::
+1. Click 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
+@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 on method left
+5. Click send button for sending request
+
+![](/img/start_en.svg)
+
+![](/img/howToUse_en.gif)
+:::
-![](/img/newLogoIcon.png)
## Contacts
diff --git a/docs/guide/getstarted/start.md b/docs/guide/getstarted/start.md
index 4425534ad..fe04a7e13 100644
--- a/docs/guide/getstarted/start.md
+++ b/docs/guide/getstarted/start.md
@@ -3,22 +3,33 @@ title: 快速开始
icon: start1
---
-![](/img/start.svg)
-::: tip 使用入门
+::: tabs
+
+@tab 付费版
+
+
+1. 点击在方法左侧的 fastRequest 的图标
+2. 如果[自动域名](../features/autoDomain.md)的结果不符合预期,则在[Project 级别域名配置](../features/projectLevelDomainConfig.md)里面修改域名
+3. 点击发送请求按钮发送请求
+
+
-1. 点击配置添加项目名 (如微信卡片) 和环境名 (如 local、dev),如果插件版本 >= **2023.1.1**,请参考[ 项目级别域名配置](../features/projectLevelDomainConfig.md),结合配置文件快速添加域名配置
+[更多视频教程](../teachingVideo.md)
+
+@tab 免费版
+
+1. 点击配置添加项目名 (如微信卡片) 和环境名 (如 local、dev)
2. 设置对应项目及环境的域名
3. 打开工具窗口(右上角位置),选择当前项目想要启用的环境
-4. 点击在方法左侧的 fastRequest 的图标 (老图标)
+4. 点击在方法左侧的 fastRequest 的图标
5. 点击发送请求按钮发送请求
-:::
+![](/img/start.svg)
![](/img/howToUse.gif)
+:::
-新 Logo icon
-![](/img/newLogoIcon.png)