@@ -1319,15 +1319,15 @@ https://github.com/Tencent/APIJSON/issues
1319
1319
testCases: [],
1320
1320
randoms: [],
1321
1321
randomSubs: [],
1322
- account: '13000082001 ',
1322
+ account: '13000082005 ',
1323
1323
password: '123456',
1324
1324
logoutSummary: {},
1325
1325
accounts: [
1326
1326
{
1327
1327
'id': 82001,
1328
1328
'isLoggedIn': false,
1329
- 'name': '测试账号1 ',
1330
- 'phone': '13000082001 ',
1329
+ 'name': '测试账号5 ',
1330
+ 'phone': '13000082005 ',
1331
1331
'password': '123456'
1332
1332
},
1333
1333
{
@@ -1465,21 +1465,22 @@ https://github.com/Tencent/APIJSON/issues
1465
1465
database: 'MYSQL', // 查文档必须,除非后端提供默认配置接口 // 用后端默认的,避免用户总是没有配置就问为什么没有生成文档和注释 'MYSQL',// 'POSTGRESQL',
1466
1466
schema: 'sys', // 查文档必须,除非后端提供默认配置接口 // 用后端默认的,避免用户总是没有配置就问为什么没有生成文档和注释 'sys',
1467
1467
otherEnv: 'http://localhost:8080', // 其它环境服务地址,用来对比当前的
1468
- server: 'http://apijson.cn:9090 ', // 'http://localhost:8080', // Chrome 90+ 跨域问题非常难搞,开发模式启动都不行了
1468
+ server: 'http://apijson.cn:8080 ', // 'http://localhost:8080', // Chrome 90+ 跨域问题非常难搞,开发模式启动都不行了
1469
1469
// server: 'http://47.74.39.68:9090', // apijson.org
1470
1470
projectHost: {host: 'http://apijson.cn:8080', project: 'APIJSON.cn'}, // apijson.cn
1471
1471
thirdParty: 'SWAGGER /v2/api-docs', //apijson.cn
1472
1472
// thirdParty: 'RAP /repository/joined /repository/get',
1473
1473
// thirdParty: 'YAPI /api/interface/list_menu /api/interface/get',
1474
1474
projectHosts: [
1475
+ {host: 'http://localhost:5000', project: 'Localhost'},
1475
1476
{host: 'http://localhost:8080', project: 'Localhost'},
1476
1477
{host: 'http://apijson.cn:8080', project: 'APIJSON.cn'},
1477
1478
{host: 'http://apijson.cn:9090', project: 'APIJSON.cn:9090'}
1478
1479
],
1479
1480
language: CodeUtil.LANGUAGE_KOTLIN,
1480
1481
header: {},
1481
1482
page: 0,
1482
- count: 50 ,
1483
+ count: 20 ,
1483
1484
search: '',
1484
1485
chainGroupPage: 0,
1485
1486
chainGroupPages: {},
@@ -1495,15 +1496,15 @@ https://github.com/Tencent/APIJSON/issues
1495
1496
caseGroupSearches: {},
1496
1497
testCasePage: 0,
1497
1498
testCasePages: {},
1498
- testCaseCount: 50 ,
1499
+ testCaseCount: 20 ,
1499
1500
testCaseCounts: {},
1500
1501
testCaseSearch: '',
1501
1502
testCaseSearches: {},
1502
1503
randomPage: 0,
1503
- randomCount: 50 ,
1504
+ randomCount: 10 ,
1504
1505
randomSearch: '',
1505
1506
randomSubPage: 0,
1506
- randomSubCount: 50 ,
1507
+ randomSubCount: 10 ,
1507
1508
randomSubSearch: '',
1508
1509
doneCount: 0,
1509
1510
allCount: 0,
@@ -5687,10 +5688,10 @@ https://github.com/Tencent/APIJSON/issues
5687
5688
saveCache: function (url, key, value) {
5688
5689
var cache = this.getCache(url);
5689
5690
cache[key] = value
5690
- localStorage.setItem('APIAuto :' + url, JSON.stringify(cache))
5691
+ localStorage.setItem('CVAuto :' + url, JSON.stringify(cache))
5691
5692
},
5692
5693
getCache: function (url, key, defaultValue) {
5693
- var cache = localStorage.getItem('APIAuto :' + url)
5694
+ var cache = localStorage.getItem('CVAuto :' + url)
5694
5695
try {
5695
5696
cache = parseJSON(cache)
5696
5697
} catch(e) {
@@ -5846,7 +5847,7 @@ https://github.com/Tencent/APIJSON/issues
5846
5847
5847
5848
if (user == null || StringUtil.isEmpty(user.phone, true)) {
5848
5849
user = {
5849
- phone: '13000082001 ',
5850
+ phone: '13000082005 ',
5850
5851
password: '123456'
5851
5852
}
5852
5853
}
@@ -8442,7 +8443,7 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
8442
8443
}
8443
8444
8444
8445
var answer = StringUtil.get(typeof data2 == 'string' ? data2 : (data instanceof Array ? data2.join() : JSON.stringify(data2)))
8445
- .replaceAll('/wiki/Tencent/APIJSON#', 'https://deepwiki.com/Tencent/APIJSON/').replaceAll('/wiki/TommyLemon/APIAuto #', 'https://deepwiki.com/TommyLemon/APIAuto /');
8446
+ .replaceAll('/wiki/Tencent/APIJSON#', 'https://deepwiki.com/Tencent/APIJSON/').replaceAll('/wiki/TommyLemon/CVAuto #', 'https://deepwiki.com/TommyLemon/CVAuto /');
8446
8447
App.view = 'markdown';
8447
8448
vOutput.value += answer;
8448
8449
markdownToHTML(vOutput.value)
@@ -8476,7 +8477,7 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
8476
8477
}
8477
8478
8478
8479
answer += '\n' + StringUtil.trim(typeof data2 == 'string' ? data2 : (data2 instanceof Array ? data2.join() : JSON.stringify(data2)))
8479
- .replaceAll('/wiki/Tencent/APIJSON#', 'https://deepwiki.com/Tencent/APIJSON/').replaceAll('/wiki/TommyLemon/APIAuto #', 'https://deepwiki.com/TommyLemon/APIAuto /');
8480
+ .replaceAll('/wiki/Tencent/APIJSON#', 'https://deepwiki.com/Tencent/APIJSON/').replaceAll('/wiki/TommyLemon/CVAuto #', 'https://deepwiki.com/TommyLemon/CVAuto /');
8480
8481
}
8481
8482
8482
8483
answer += '\n<br/>\n';
@@ -8550,11 +8551,11 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
8550
8551
8551
8552
this.request(true, REQUEST_TYPE_POST, REQUEST_TYPE_JSON, 'https://api.devin.ai/ada/query', {
8552
8553
"engine_id": vDeepSearch.checked ? "agent" : "multihop",
8553
- "user_query": "<relevant_context>" + (isRes ? "这是用 HTTP 接口工具 TommyLemon/APIAuto 发请求后的响应结果,分析并" : "") + "用中文回答:</relevant_context><br/>\n" + user_query,
8554
+ "user_query": "<relevant_context>" + (isRes ? "这是用 HTTP 接口工具 TommyLemon/CVAuto 发请求后的响应结果,分析并" : "") + "用中文回答:</relevant_context><br/>\n" + user_query,
8554
8555
"keywords": [],
8555
8556
"repo_names": JSONObject.isAPIJSONPath(this.getMethod()) ? [
8556
- "Tencent/APIJSON", "TommyLemon/APIAuto "
8557
- ] : ["TommyLemon/APIAuto "],
8557
+ "Tencent/APIJSON", "TommyLemon/CVAuto "
8558
+ ] : ["TommyLemon/CVAuto "],
8558
8559
"additional_context": "",
8559
8560
"query_id": this.uuid,
8560
8561
"use_notes": false,
0 commit comments