add Atom class

This commit is contained in:
Gitshaoxiang
2020-01-03 17:01:13 +08:00
parent e2d0285fa5
commit 0c74926649
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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>");
}
+5
View File
@@ -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>");
}