mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
add MaixCAM2 docs
This commit is contained in:
@@ -4,7 +4,7 @@ title: MaixVision Workstation Official Website
|
||||
|
||||
|
||||
<div>
|
||||
<script src="/static/css/tailwind.css"></script>
|
||||
<script src="/static/js/tailwind.js"></script>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
16
pages/index/zh/maixcam2.md
Normal file
16
pages/index/zh/maixcam2.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: MaixCAM2 -- 快速落地 AI 视觉、听觉类项目
|
||||
---
|
||||
|
||||
|
||||
<script>
|
||||
var hash = window.location.hash
|
||||
var url_language = "zh"
|
||||
|
||||
if( navigator.language.indexOf("zh") == -1 )
|
||||
{
|
||||
url_language = "en"
|
||||
}
|
||||
location.href = window.location.origin + "/hardware/" + url_language + "/maixcam/maixcam2.html"
|
||||
</script>
|
||||
|
||||
@@ -4,7 +4,7 @@ title: MaixVision 工作站官网
|
||||
|
||||
|
||||
<div>
|
||||
<script src="/static/css/tailwind.css"></script>
|
||||
<script src="/static/js/tailwind.js"></script>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user