File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/cv Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 95
95
96
96
<!--只用60%避免拦截左右两侧View的触摸事件-->
97
97
< div style ="width: 40%;height: 100%;left: 30%;display: inline-block;text-align: center;position: fixed;padding-top: 10px ">
98
- < a style ="font-size: large;margin-left: 10px;margin-right: 10px;color: silver " href ="https://github.com/Tencent/APIJSON/blob/master/Document.md " target ="_blank " > 文档</ a >
99
- < a style ="font-size: large;margin-left: 10px;margin-right: 10px;color: silver " href ="https://search.bilibili.com/all?keyword=APIJSON " target ="_blank " > 视频</ a >
98
+ < a style ="font-size: large;margin-left: 10px;margin-right: 10px;color: silver " href ="https://github.com/TommyLemon/CVAuto?tab=readme-ov-file#%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B " target ="_blank " > 文档</ a >
99
+ < a style ="font-size: large;margin-left: 10px;margin-right: 10px;color: silver " href ="https://search.bilibili.com/all?keyword=APIAuto&order=click " target ="_blank " > 视频</ a >
100
100
< a style ="font-size: large;margin-left: 10px;margin-right: 10px;color: silver " href ="https://github.com/search?o=desc&q=apijson&s=stars&type=Repositories " target ="_blank " > 生态</ a >
101
101
</ div >
102
102
370
370
371
371
" >
372
372
{
373
- "User": {
374
- "id": "82001"
375
- }, // 以上查一个对象,以下查一个数组,Comment.userId = User.id。在键值对后按 Enter 回车键自动智能生成补全提示
376
- "[]": {
377
- Comment : {
378
- 'userId@': "User/id"
379
- }
380
- }
373
+ "conf": 0.3, // 置信度阈值
374
+ "image": "http://apijson.cn/images/APIJSON_QECon_small.jpg" // 图片 URL/Base64
381
375
}
382
376
383
377
/*
1130
1124
var vVerify = document . getElementById ( "vVerify" ) ;
1131
1125
var vRemember = document . getElementById ( "vRemember" ) ;
1132
1126
1133
- vUrl . value = StringUtil . get ( URL_BASE + '/get ' ) ; //main.js里访问不到,可能是script引用顺序问题
1127
+ vUrl . value = StringUtil . get ( URL_BASE + '/predict ' ) ; //main.js里访问不到,可能是script引用顺序问题
1134
1128
1135
1129
var vRequestMarkdown = document . getElementById ( 'vRequestMarkdown' ) ;
1136
1130
var vMarkdown = document . getElementById ( 'vMarkdown' ) ;
Original file line number Diff line number Diff line change @@ -1388,7 +1388,7 @@ https://github.com/Tencent/APIJSON/issues
1388
1388
isConfigShow: false,
1389
1389
isDeleteShow: false,
1390
1390
groupShowType: 0,
1391
- caseShowType: 0 ,
1391
+ caseShowType: 1 ,
1392
1392
chainShowType: 0,
1393
1393
statisticsShowType: 0,
1394
1394
currentHttpResponse: {},
You can’t perform that action at this time.
0 commit comments