Files
NANOKVM-sipeed_wiki-MIRROR/config/config_zh.json
2026-03-10 17:44:12 +08:00

201 lines
7.0 KiB
JSON
Executable File

{
"locale": "zh",
"navbar": {
"title": "wiki",
"logo": {
"alt": "sipeed wiki logo",
"src": "/static/image/logo.svg"
},
"home_url": "/",
"items": [
{
"label": "产品",
"url": "/",
"position": "left"
},
{
"label": "开源软件",
"desc": "开源软件项目或者通用的软件文档和教程",
"position": "left",
"type": "list",
"items": [
{
"url": "/maixpy/",
"label": "MaixPy"
},
{
"url": "/soft/maixpy/zh/index.html",
"label": "MaixPy_v1"
},
{
"url": "/soft/Lichee/zh/index.html",
"label": "Lichee"
},
{
"url": "/ai/zh/index.html",
"label": "AI 指南"
}
]
},
{
"label": "MaixHub",
"position": "left",
"url": "https://maixhub.com",
"target": "_blank"
},
{
"label": "动态",
"url": "/news/",
"position": "left"
},
{
"label": "FAQ 汇总",
"url": "/faq.html",
"position": "left"
},
{
"label": "<img src='/static/image/shop.svg' style='height: 1.5em;vertical-align: middle;'>",
"url": "/store.html",
"position": "right"
},
{
"label": "<img src='/static/image/github.svg' style='height: 1.5em;vertical-align: middle;'>",
"position": "right",
"url": "https://github.com/sipeed",
"target": "_blank"
},
{
"id": "language",
"label": "<img src='/static/image/language.svg' style='height: 1.5em;vertical-align: middle;'>&nbsp;",
"position": "right",
"type": "language"
}
]
},
"footer": {
"top": [
{
"label": "相关链接",
"items": [
{
"label": "Sipeed 官网",
"url": "https://www.sipeed.com",
"target": "_blank"
},
{
"label": "MaixHub",
"url": "https://maixhub.com/",
"target": "_blank"
},
{
"label": "Sipeed 淘宝",
"url": "https://sipeed.taobao.com/",
"target": "_blank"
},
{
"label": "网站地图",
"url": "/sitemap.xml"
},
{
"label": "网站使用 teedoc 生成",
"url": "https://github.com/teedoc/teedoc",
"target": "_blank"
}
]
},
{
"label": "源码",
"items": [
{
"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": "github",
"url": "https://github.com/sipeed",
"target": "_blank"
},
{
"label": "<a>微信公众号</a><img src='/static/image/wechat.png'>"
}
]
},
{
"label": "联系我们",
"items": [
{
"label": "电话: +86 0755-27808509"
},
{
"label": "商业支持: support@sipeed.com"
},
{
"label": "地址: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101D"
},
{
"label": "加入我们",
"url": "/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>"
}