From f834a43d17ee31479f85e672cca46e2a227c4719 Mon Sep 17 00:00:00 2001 From: wj-xiao Date: Mon, 2 Feb 2026 19:04:24 +0800 Subject: [PATCH] Update MaixCAM2 advertisement --- config/config_en.json | 359 +++++++++++++++++++++--------------------- site_config.json | 82 +++++----- 2 files changed, 222 insertions(+), 219 deletions(-) diff --git a/config/config_en.json b/config/config_en.json index 8247eacb..f8071025 100755 --- a/config/config_en.json +++ b/config/config_en.json @@ -9,187 +9,186 @@ "home_url": "/en/", "items": [ { - "label": "Products", - "url": "/en/", - "position": "left" + "label": "Products", + "url": "/en/", + "position": "left" + }, + { + "label": "Software Docs", + "desc": "software projects or general software documentation and tutorials", + "position": "left", + "type": "list", + "items": [ + { + "url": "/maixpy/en/", + "label": "MaixPy" + }, + { + "url": "/soft/maixpy/zh/index.html", + "label": "MaixPy_v1" + }, + { + "url": "/soft/Lichee/zh/index.html", + "label": "Lichee" + }, + { + "url": "/ai/en/index.html", + "label": "AI Guide" + } + ] + }, + { + "label": "MaixHub", + "position": "left", + "url": "https://maixhub.com", + "target": "_blank" + }, + { + "label": "News", + "url": "/news/", + "position": "left" + }, + { + "label": "FAQ", + "url": "/en/faq.html", + "position": "left" + }, + { + "label": "", + "url": "/en/store.html", + "position": "right" + }, + { + "label": "", + "position": "right", + "url": "https://github.com/sipeed", + "target": "_blank" + }, + { + "id": "language", + "label": " ", + "position": "right", + "type": "language" + } + ] + }, + "footer": { + "top": [ + { + "label": "links", + "items": [ + { + "label": "Sipeed", + "url": "https://www.sipeed.com", + "target": "_blank" + }, + { + "label": "MaixHub", + "url": "https://maixhub.com/", + "target": "_blank" + }, + { + "label": "Sipeed AliExpress", + "url": "https://sipeed.aliexpress.com/store/911876460", + "target": "_blank" + }, + { + "label": "Build by teedoc ", + "url": "https://github.com/neutree/teedoc", + "target": "_blank" + } + ] + }, + { + "label": "Source Code", + "items": [ + { + "label": "Wiki source", + "url": "https://github.com/sipeed/sipeed_wiki", + "target": "_blank" + }, + { + "label": "Open Source Projects", + "url": "https://github.com/sipeed", + "target": "_blank" + } + ] + }, + { + "label": "Follow us", + "items": [ + { + "label": "twitter", + "url": "https://twitter.com/SipeedIO", + "target": "_blank" + }, + { + "label": "AliExpress", + "url": "https://sipeed.aliexpress.com/store/911876460", + "target": "_blank" + }, + { + "label": "github", + "url": "https://github.com/sipeed", + "target": "_blank" + }, + { + "label": "Wechat" + } + ] + }, + { + "label": "Contact us", + "items": [ + { + "label": "Tel: +86 0755-27808509" + }, + { + "label": "Business support: support@sipeed.com" + }, + { + "label": "Address: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C" + }, + { + "label": "Join us", + "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": "Search", + "input_hint": "Input keyword. Using Space to separate multiple keywords", + "loading_hint": "Loading, please wait", + "download_err_hint": "Fail download, Please retry or check network", + "other_docs_result_hint": "Results form other doc", + "curr_doc_result_hint": "Result form current doc" + } }, - { - "label": "Software Docs", - "desc": "software projects or general software documentation and tutorials", - "position": "left", - "type": "list", - "items": [ - { - "url": "/maixpy/en/", - "label": "MaixPy" - }, - { - "url": "/soft/maixpy/zh/index.html", - "label": "MaixPy_v1" - }, - { - "url": "/soft/Lichee/zh/index.html", - "label": "Lichee" - }, - { - "url": "/ai/en/index.html", - "label": "AI Guide" - } - ] - }, - - { - "label": "MaixHub", - "position": "left", - "url":"https://maixhub.com", - "target": "_blank" - }, - { - "label":"News", - "url":"/news/", - "position":"left" - }, - { - "label": "FAQ", - "url": "/en/faq.html", - "position": "left" - }, - { - "label": "", - "url": "/en/store.html", - "position": "right" - }, - { - "label": "", - "position": "right", - "url": "https://github.com/sipeed", - "target": "_blank" - }, - { - "id": "language", - "label": " ", - "position": "right", - "type": "language" - } - ] -}, -"footer":{ - "top":[ - { - "label": "links", - "items": [ - { - "label": "Sipeed", - "url": "https://www.sipeed.com", - "target": "_blank" - }, - { - "label": "MaixHub", - "url": "https://maixhub.com/", - "target": "_blank" - }, - { - "label": "Sipeed AliExpress", - "url": "https://sipeed.aliexpress.com/store/911876460", - "target": "_blank" - }, - { - "label": "Build by teedoc ", - "url": "https://github.com/neutree/teedoc", - "target": "_blank" - } - ] - }, - { - "label": "Source Code", - "items": [ - { - "label": "Wiki source", - "url": "https://github.com/sipeed/sipeed_wiki", - "target": "_blank" - }, - { - "label": "Open Source Projects", - "url": "https://github.com/sipeed", - "target": "_blank" - } - ] - }, - { - "label": "Follow us", - "items": [ - { - "label": "twitter", - "url": "https://twitter.com/SipeedIO", - "target":"_blank" - }, - { - "label": "AliExpress", - "url": "https://sipeed.aliexpress.com/store/911876460", - "target":"_blank" - }, - { - "label": "github", - "url": "https://github.com/sipeed", - "target":"_blank" - }, - { - "label": "Wechat" - } - ] - }, - { - "label": "Contact us", - "items": [ - { - "label": "Tel: +86 0755-27808509" - }, - { - "label": "Business support: support@sipeed.com" - }, - { - "label": "Address: 深圳市宝安区新湖路4008号蘅芳科技办公大厦A座-2101C" - }, - { - "label": "Join us", - "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": "Search", - "input_hint": "Input keyword. Using Space to separate multiple keywords", - "loading_hint": "Loading, please wait", - "download_err_hint": "Fail download, Please retry or check network", - "other_docs_result_hint": "Results form other doc", - "curr_doc_result_hint": "Result form current doc" + "teedoc-plugin-ad-hint": { + "config": { + "type": "hint", + "label": "NEW", + "content": "Next-Gen 4K AI Camera MaixCAM2 is now crowdfunding! 10X faster than K230 in yolo task! ", + "show_after_s": 432000, + "date": "2026-03-02 19:00" + } } }, - "teedoc-plugin-ad-hint": { - "config": { - "type": "hint", - "label": "NEW", - "content": "New Maix series products MaixCAM online now, and new MaixPy,feature richer functionalities, enhanced performance, and user-friendly software, with comprehensive documentation", - "show_after_s": 432000, - "date": "2022-06-01 14:00" - } - } -}, -"show_source": "Edit this page" + "show_source": "Edit this page" } diff --git a/site_config.json b/site_config.json index 08b56a34..caf11e5a 100755 --- a/site_config.json +++ b/site_config.json @@ -15,7 +15,7 @@ "/soft/Tang/zh/": "docs/soft/Tang/zh", "/soft/maixpy/zh/": "docs/soft/maixpy/zh", "/soft/maixpy3/zh/": "docs/soft/maixpy3/zh", - "/soft/maixduino/zh/":"docs/soft/maixduino/zh", + "/soft/maixduino/zh/": "docs/soft/maixduino/zh", "/share_docs/zh/": "share_docs/zh", "/ai/zh/": "docs/soft/ai/zh" }, @@ -31,9 +31,9 @@ "/soft/Tang/assets/": "docs/soft/Tang/assets", "/soft/maixpy/assets/": "docs/soft/maixpy/assets", "/soft/maixpy3/assets/": "docs/soft/maixpy3/assets", - "/soft/maixduino/assets/":"docs/soft/maixduino/assets", - "/share_docs/assets/":"share_docs/assets", - "/ai/assets/":"docs/soft/ai/assets" + "/soft/maixduino/assets/": "docs/soft/maixduino/assets", + "/share_docs/assets/": "share_docs/assets", + "/ai/assets/": "docs/soft/ai/assets" }, "blog": { "/news/": "news" @@ -47,34 +47,40 @@ "src": "docs/hardware/en" } ], - "/soft/longan/zh/": [{ + "/soft/longan/zh/": [ + { "url": "/soft/longan/en/", "src": "docs/soft/longan/en" } ], - "/hardware/maixface/zh/": [{ + "/hardware/maixface/zh/": [ + { "url": "/hardware/maixface/en/", "src": "docs/hardware/maixface/en" } ], - "/soft/maixpy/zh/": [{ + "/soft/maixpy/zh/": [ + { "url": "/soft/maixpy/en/", - "src" : "docs/soft/maixpy/en" + "src": "docs/soft/maixpy/en" } ], - "/soft/Tang/zh/": [{ - "url": "/soft/Tang/en/", - "src" : "docs/soft/Tang/en" + "/soft/Tang/zh/": [ + { + "url": "/soft/Tang/en/", + "src": "docs/soft/Tang/en" } ], - "/share_docs/zh/": [{ - "url": "/share_docs/en/", - "src" : "share_docs/en" + "/share_docs/zh/": [ + { + "url": "/share_docs/en/", + "src": "share_docs/en" } ], - "/ai/zh/": [{ - "url": "/ai/en/", - "src" : "docs/soft/ai/en" + "/ai/zh/": [ + { + "url": "/ai/en/", + "src": "docs/soft/ai/en" } ] }, @@ -92,7 +98,7 @@ "pip": "pip3" }, "plugins": { - "teedoc-plugin-markdown-parser":{ + "teedoc-plugin-markdown-parser": { "from": "pypi", "config": { "toc_depth": 4 @@ -100,49 +106,45 @@ }, "teedoc-plugin-jupyter-notebook-parser": { "from": "pypi", - "config": { - - } + "config": {} }, "teedoc-plugin-google-translate": { "from": "pypi", - "config": { - } + "config": {} }, "teedoc-plugin-blog": { "from": "pypi", - "config": { - } + "config": {} }, - "teedoc-plugin-theme-default":{ + "teedoc-plugin-theme-default": { "from": "pypi", "config": { "dark": true, - "env":{ + "env": { "main_color": "#c62828" }, - "code_highlight_css": "/static/css/prism.css", + "code_highlight_css": "/static/css/prism.css", "code_highlight_js": "/static/js/prism.js" } }, - "teedoc-plugin-search":{ + "teedoc-plugin-search": { "from": "pypi", "config": { "search_hint": "Search", - "env":{ + "env": { "main_color": "#c62828", "main_color_dark": "#923732", "hint_shadow_color": "rgba(146, 55, 50, 0.38)" } } }, - "teedoc-plugin-baidu-tongji":{ + "teedoc-plugin-baidu-tongji": { "from": "pypi", "config": { "code": "9cb07365544a53067c56c346c838181a" } }, - "teedoc-plugin-google-analytics":{ + "teedoc-plugin-google-analytics": { "from": "pypi", "config": { "id": "UA-119047820-5" @@ -156,7 +158,10 @@ "clientSecret": "105f1bf3dee8f3b8c0cecfcfbdb1c273a3babb12", "repo": "sipeed_wiki", "owner": "sipeed", - "admin": ["Neutree", "wonderfullook"], + "admin": [ + "Neutree", + "wonderfullook" + ], "main_color": "#c62828", "second_color": "#e25d55", "adminAutoCreate": false @@ -168,9 +173,9 @@ "config": { "type": "hint", "label": "NEW", - "content": "全新 Maix 系列产品 MaixCAM 已上线, 全新 MaixPy 功能更丰富,性能更强大,软件更易用,文档更全面!", + "content": "新一代可本地运行多模态大模型的 MaixCAM2 正在预售中! YOLO 帧率可达 K230 10倍!", "show_after_s": 432000, - "date": "2022-06-01 14:00" + "date": "2026-03-02 19:00" } }, "teedoc-plugin-assets": { @@ -182,7 +187,7 @@ "footer_items": [ "/static/js/custom.js" ], - "env":{ + "env": { "main_color": "#b71c1c", "second_color": "#b71c1c" } @@ -198,12 +203,11 @@ } }, "rebuild_changes_delay": 1, - "robots":{ + "robots": { "User-agent": "*" }, "teedoc-plugin-google-translate": { "from": "pypi", - "config": { - } + "config": {} } }