-
Notifications
You must be signed in to change notification settings - Fork 282
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·31 lines (27 loc) · 2.16 KB
/
index.html
File metadata and controls
executable file
·31 lines (27 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>腾讯 APIJSON.cn-零代码接口和文档 JSON 协议 与 ORM 库</title>
<meta charset="utf-8" />
</head>
<body>
<div style="font-size: large; font-weight: bold"><img style="margin-bottom: -6px" height="24" src="http://apijson.cn/images/logo.png"/> 腾讯 <a href="http://apijson.cn">APIJSON.cn</a> - 零代码接口和文档 JSON 协议 与 ORM 库<iframe style="margin-left: 12px" src="https://ghbtns.com/github-btn.html?user=Tencent&repo=APIJSON&type=star&count=true&size=small" frameborder="0" scrolling="0" width="120px" height="18px"></iframe><a href="https://gitee.com/Tencent/APIJSON" target="_blank"><img style="margin-bottom: -1px" height="18" src="https://gitee.com/Tencent/APIJSON/badge/star.svg?theme=gvp"/></a></div>
<p><a href="/api/index.html">接口 APIAuto 测试(5s 后自动跳转)</a>: <a href="https://github.com/TommyLemon/APIAuto">https://github.com/TommyLemon/APIAuto</a></p>
<p><a href="/unit/index.html">单元 UnitAuto 测试</a>: <a href="https://github.com/TommyLemon/UnitAuto">https://github.com/TommyLemon/UnitAuto</a></p>
<p><a href="/sql/index.html">数据库 SQLAuto 测试</a>: <a href="https://github.com/TommyLemon/SQLAuto">https://github.com/TommyLemon/SQLAuto</a></p>
<p><a href="/ui/index.html">界面 UIGO 测试</a>: <a href="https://github.com/TommyLemon/UIGO">https://github.com/TommyLemon/UIGO</a></p>
<p><a href="/cv/index.html">计算机视觉 CVAuto 测试</a>: <a href="https://github.com/TommyLemon/CVAuto">https://github.com/TommyLemon/CVAuto</a></p>
<script language="javascript">
var url = window.location == null ? URL_BASE : window.location.toString()
var ind = url.indexOf('?')
var query = ind < 0 ? '' : url.substring(ind + 1)
url = ind < 0 ? url : url.substring(0, ind)
setTimeout(function () {
location.replace(
(url.indexOf('/static/index.html') < 0 ? url + (url.endsWith('/') ? 'api' : '/api')
: url.replace('/static/index.html', '/static/api/index.html')
) + (query.length <= 0 ? '' : '?' + query)
)
}, 5000)
</script>
</body>