Skip to content

Commit ebd0bd5

Browse files
committed
Java: MultiDataSource 中 APIAuto 新增切换 远程在线|场景串联|本地历史 用例和账号登录退出及添加移除的提示
1 parent 728398e commit ebd0bd5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
外部用户包含 华为、工商银行某地分行、500 强上市公司传音、跨境电商巨头 SHEIN、行业领头羊社保科技 等。
2727

2828
![](https://github.com/user-attachments/assets/24460af3-0001-46e7-aa2a-df28b711a8cf)
29+
![](https://github.com/user-attachments/assets/f181af76-6df8-40ea-b2eb-03d8c696d2fe)
30+
![](https://github.com/user-attachments/assets/74c5f39f-5ea6-4d54-b875-46d5441412ac)
2931
![](https://github.com/user-attachments/assets/8bc839b1-cce1-4cda-a35d-77ade1387035)
3032
![](https://user-images.githubusercontent.com/5738175/145665502-94231804-5ea8-4784-b30d-d5558aad0f8d.jpeg)
3133

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/api/js/main.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
var axios = require('axios');
8585
var editormd = null;
86-
86+
8787
import { PageAgent } from 'page-agent'
8888
import { PageAgentCoreConfig } from "@page-agent/core";
8989
`)
@@ -7391,7 +7391,7 @@ https://github.com/Tencent/APIJSON/issues
73917391
vSend.disabled = false;
73927392

73937393
if (this.isEditResponse != true) {
7394-
vOutput.value = output = '登录后点 ↑ 上方左侧最后图标按钮可查看用例列表,点上方右侧中间图标按钮可上传用例并且添加到列表中 ↑ \nOK,请点左上方 [发送请求] 按钮来测试。[点击这里查看视频教程](https://i.youku.com/i/UNTg1NzI1MjQ4MA==/videos?spm=a2hzp.8244740.0.0)' + code;
7394+
vOutput.value = output = '登录后点 ↑ 上方左侧最后图标按钮可查看用例列表,点上方右侧中间图标按钮可上传用例并且添加到列表中 ↑ \nOK,请点左上方 [发送请求] 按钮来测试。[点击这里查看视频教程](https://i.youku.com/i/UNTg1NzI1MjQ4MA==/videos)' + code;
73957395

73967396
this.showDoc()
73977397
}
@@ -9470,7 +9470,9 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
94709470
}
94719471
vOutput.value = (StringUtil.isEmpty(url, true) ? (StringUtil.isEmpty(html, true) ? '' : StringUtil.trim(html) + '<br>') : '<iframe src="' + url + '"></iframe><br>')
94729472
+ (this.isTestCaseShow ? '' : output) + (
9473-
'\n\n\n## 文档 \n\n 通用文档见 [APIJSON通用文档](https://github.com/Tencent/APIJSON/blob/master/Document.md#3.2) \n### 数据字典\n自动查数据库表和字段属性来生成 \n\n' + d
9473+
'\n\n\n登录后点 ↑ 上方左侧最后图标按钮显示用例详情,- 移除、↑ 点 Tab 登录(红色)/退出(黑色)测试账号、+ 添加'
9474+
+ '\n点左上角 测试用例 可切换 远程在线 \| 场景串联 \| 本地历史,点它们右侧 (10\|50) 切换显示 分组 \| 用例'
9475+
+ '\n## 文档 \n\n 通用文档见 [APIJSON通用文档](https://github.com/Tencent/APIJSON/blob/master/Document.md#3.2) \n### 数据字典\n自动查数据库表和字段属性来生成 \n\n' + d
94749476
+ '<h3 align="center">关于</h3>'
94759477
+ '<p align="center">APIAuto-机器学习 HTTP 接口工具'
94769478
+ '<br>机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释'

0 commit comments

Comments
 (0)