|
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');
|
|
0 commit comments