mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add Atom class
This commit is contained in:
@@ -90,6 +90,8 @@
|
||||
{a:"/#/en/core/m5stick", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stick_01.png", p:"M5Stick"},
|
||||
{a:"/#/en/core/m5stickc", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stickc_01.webp", p:"M5StickC"},
|
||||
{a:"/#/en/core/m5stickv", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/m5stickv_01.jpg", p:"M5StickV"}
|
||||
//Atom
|
||||
// {a:"/#/en/core/m5stick", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stick_01.png", p:"Atom"}
|
||||
];
|
||||
|
||||
var module_list = [
|
||||
@@ -289,6 +291,9 @@
|
||||
if(product_class[class_num][i].p == "M5Stick"){
|
||||
$("#"+product_class_name[class_num]).append("<p><strong>M5Stick</strong></p>");
|
||||
}
|
||||
if(product_class[class_num][i].p == "Atom Lite"){
|
||||
$("#"+product_class_name[class_num]).append("<p><strong>Atom</strong></p>");
|
||||
}
|
||||
if(product_class[class_num][i].p == "LoRa (433MHz)"){
|
||||
$("#"+product_class_name[class_num]).append("<p><strong>Communication Modules</strong></p>");
|
||||
}
|
||||
|
||||
@@ -90,6 +90,8 @@
|
||||
{a:"/#/zh_CN/core/m5stick", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stick_01.png", p:"M5Stick"},
|
||||
{a:"/#/zh_CN/core/m5stickc", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stickc_01.webp", p:"M5StickC"},
|
||||
{a:"/#/zh_CN/core/m5stickv", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/m5stickv_01.jpg", p:"M5StickV"}
|
||||
//Atom
|
||||
// {a:"/#/en/core/m5stick", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_m5stick_01.png", p:"Atom"}
|
||||
];
|
||||
|
||||
var module_list = [
|
||||
@@ -287,6 +289,9 @@
|
||||
if(product_class[class_num][i].p == "M5Stick"){
|
||||
$("#"+product_class_name[class_num]).append("<p><strong>M5Stick</strong></p>");
|
||||
}
|
||||
if(product_class[class_num][i].p == "Atom Lite"){
|
||||
$("#"+product_class_name[class_num]).append("<p><strong>Atom</strong></p>");
|
||||
}
|
||||
if(product_class[class_num][i].p == "LoRa (433MHz)"){
|
||||
$("#"+product_class_name[class_num]).append("<p><strong>Communication Modules</strong></p>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user