加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index_zh.html 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
neucrack 提交于 2019-05-29 13:46 . add redirection
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>MaixPy</title>
<meta name="keywords" content="MaixPy,Sipeed,K210,Kendryte,人脸识别,物体识别,AIOT,边缘计算,机器视觉,物联网,人工智能,高性价比,Machine vision"/>
<meta name="description" content="MaixPy 文档, 使用 Micropython 脚本快速在定位 AIOT 市场的 K210 上开发程序" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<meta name="author" content="sipeed">
<link rel="stylesheet" href="gitbook/style.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="assets/icon_sipeed.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/custom_theme.css">
</head>
<body>
<script language="javascript" type="text/javascript">
var JsSrc =(navigator.language || navigator.browserLanguage).toLowerCase();
if(JsSrc.indexOf('zh')>=0){
window.location.href='zh/';
}
</script>
<div class="book-langs-index" role="navigation">
<div class="inner">
<img src="assets/icon_sipeed2.png" height="60">
<h2>MaixPy</h2>
<ul class="languages">
<li>
<a href="en/">English Documentation</a>
</li>
<li>
<a href="zh/">中文文档</a>
</li>
</ul>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化