代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>FlyThings</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="doc,docs,documentation,flythings">
<meta name="description" content="flythings documentation.">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<!-- <meta name="viewport" -->
<!-- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> -->
<link rel="stylesheet" href="/vue.css" title="vue">
<style type="text/css">
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
min-height: 100%;
position: relative;
}
.button {
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
padding: 16px 32px;
text-align: center;
/* background-color: white; */
color: black;
border: 1px solid #2ebc4f;
border-radius: 4px;
text-decoration: none;
}
.button:hover {
background-color: #2ebc4f;
color: white;
}
section {
margin: auto;
width: 50%;
}
footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
padding: 10px;
}
</style>
<style>
nav.app-nav li ul {
min-width: 100px;
}
</style>
<style>
.sidebar {
padding-top: 0;
}
.app-name.hide,
.sidebar-nav.hide {
display: none;
}
</style>
<style type="text/css">
#cf span.cf-wrapper {
background-color: transparent !important
}
#cf a.cf-text {
color: #444 !important;
font-weight: 400 !important;
font-size: 10px !important
}
</style>
</head>
<body style="background-color: #f7f7f7;">
<section class="cover show">
<div class="cover-main">
<p >
<img style="vertical-align: middle" src="./flythings.png" width="48px" height="48px" alt="logo">
<span
style="vertical-align: middle; margin-left: 8px; font-size: 34px; font-family: '微软雅黑'; color: #737373; font-weight: bold">Flythings
</span>
</p>
<p style="margin-top: 30px;">
<a class="button" id="install" href="">安装</a>
<a class="button" id="doc_zh" href="">文档(中文)</a>
<a class="button" id="doc_en" href="">Document(English)</a>
<a class="button" id="demo" style="display: none;" href="">样例</a>
</p>
</div>
</section>
<footer>
<a style="color: #bbbbbb; text-decoration: none;" href="https://beian.miit.gov.cn/">粤ICP备17144184号-2</a>
</footer>
</body>
<script>
function docSetupUrl() {
mainUrl = window.location.href.slice(0, window.location.href.length - window.location.pathname.length);
document.getElementById("install").setAttribute("href", mainUrl + "/zh-hans/download.html");
document.getElementById("doc_zh").setAttribute("href", mainUrl + "/zh-hans/docs_brief.html");
document.getElementById("doc_en").setAttribute("href", mainUrl + "/en/docs_brief.html");
if ("developer.flythings.cn" == document.domain) {
document.getElementById("demo").setAttribute("href", mainUrl + "/zh-hans/demo_download.html");
document.getElementById("demo").removeAttribute("style");
}
}
window.onload = function () {
docSetupUrl();
};
</script>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。