mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-12 06:39:49 -05:00
182 lines
6.3 KiB
JSON
182 lines
6.3 KiB
JSON
{
|
|
"locale": "zh",
|
|
"navbar": {
|
|
"title": "MaixCDK",
|
|
"logo": {
|
|
"alt": "MaixCDK logo",
|
|
"url": ""
|
|
},
|
|
"home_url": "/",
|
|
"items": [
|
|
{
|
|
"url": "/doc/zh/",
|
|
"label": "文档",
|
|
"position": "left"
|
|
},
|
|
{
|
|
"url": "/api/",
|
|
"label": "API",
|
|
"position": "left"
|
|
},
|
|
{
|
|
"url": "/doc/zh/faq.html",
|
|
"label": "FAQ",
|
|
"position": "left"
|
|
},
|
|
{
|
|
"id": "github",
|
|
"label": "<img src='/maixcdk/static/image/github-fill.svg' style='height: 1.5em;vertical-align: middle;'> ",
|
|
"url": "https://github.com/sipeed/MaixCDK",
|
|
"position": "right",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"id": "language",
|
|
"label": "<img src='/maixcdk/static/image/language.svg' style='height: 1.5em;vertical-align: middle;'> ",
|
|
"position": "right",
|
|
"type": "language"
|
|
}
|
|
]
|
|
},
|
|
"footer":{
|
|
"top":[
|
|
{
|
|
"label": "相关链接",
|
|
"items": [
|
|
{
|
|
"label": "Sipeed Wiki",
|
|
"url": "https://wiki.sipeed.com",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "Sipeed 官网",
|
|
"url": "https://www.sipeed.com",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "MaixHub",
|
|
"url": "https://maixhub.com/",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "网站地图",
|
|
"url": "/sitemap.xml"
|
|
},
|
|
{
|
|
"label": "网站使用 teedoc 生成",
|
|
"url": "https://github.com/neutree/teedoc",
|
|
"target": "_blank"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "源码",
|
|
"items": [
|
|
{
|
|
"label": "MaixPy 源码",
|
|
"url": "https://github.com/sipeed/maixpy",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "MaixCDK 源码",
|
|
"url": "https://github.com/sipeed/MaixCDK",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "Wiki 源码",
|
|
"url": "https://github.com/sipeed/sipeed_wiki",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "开源项目",
|
|
"url": "https://github.com/sipeed",
|
|
"target": "_blank"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "关注我们",
|
|
"items": [
|
|
{
|
|
"label": "twitter",
|
|
"url": "https://twitter.com/SipeedIO",
|
|
"target":"_blank"
|
|
},
|
|
{
|
|
"label": "淘宝",
|
|
"url": "https://sipeed.taobao.com/",
|
|
"target":"_blank"
|
|
},
|
|
{
|
|
"label": "AliExpress",
|
|
"url": "https://www.aliexpress.com/store/911876460",
|
|
"target":"_blank"
|
|
},
|
|
{
|
|
"label": "github",
|
|
"url": "https://github.com/sipeed",
|
|
"target":"_blank"
|
|
},
|
|
{
|
|
"label": "<a>微信公众号</a><img src='/maixpy/static/image/wechat.png'>"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"label": "联系我们",
|
|
"items": [
|
|
{
|
|
"label": "电话: +86 0755-27808509"
|
|
},
|
|
{
|
|
"label": "商业支持: support@sipeed.com"
|
|
},
|
|
{
|
|
"label": "地址: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C"
|
|
},
|
|
{
|
|
"label": "加入我们",
|
|
"url": "https://wiki.sipeed.com/join_us.html"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"bottom": [
|
|
{
|
|
"label": "©2018-2023 深圳矽速科技有限公司",
|
|
"url": "https://www.sipeed.com",
|
|
"target": "_blank"
|
|
},
|
|
{
|
|
"label": "粤ICP备19015433号",
|
|
"url": "https://beian.miit.gov.cn/#/Integrated/index",
|
|
"target": "_blank"
|
|
}
|
|
]
|
|
},
|
|
"plugins": {
|
|
"teedoc-plugin-search":{
|
|
"config": {
|
|
"search_hint": "搜索",
|
|
"input_hint": "输入关键词,多关键词空格隔开",
|
|
"loading_hint": "正在加载,请稍候。。。",
|
|
"download_err_hint": "下载文件失败,请刷新重试或检查网络",
|
|
"other_docs_result_hint": "来自其它文档的结果",
|
|
"curr_doc_result_hint": "当前文档搜索结果"
|
|
}
|
|
},
|
|
"teedoc-plugin-thumbs-up": {
|
|
"config": {
|
|
"label_up": "有帮助",
|
|
"label_down": "待改进",
|
|
"msg_already_voted": "您已经投过票了",
|
|
"msg_thanks": "感谢您的反馈",
|
|
"msg_down_prompt": "感谢反馈,请告诉我们可以改进什么地方?(最少 10 个字)",
|
|
"msg_down_prompt_error": "消息最少需要 10 个字, 最多 256 个字",
|
|
"msg_error": "请求点赞服务器出现错误!"
|
|
}
|
|
}
|
|
},
|
|
"show_source": "<span id='editPage'>编辑本页</span>"
|
|
}
|