Skip to content

Commit

Permalink
update home
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Feb 1, 2024
1 parent ce206b8 commit 0f5d72d
Show file tree
Hide file tree
Showing 39 changed files with 793 additions and 656 deletions.
68 changes: 47 additions & 21 deletions layout/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,68 +90,94 @@
head: [
// 图片分辨率为: 1800x600, 左右两边各留 200px 不包含实际内容只有背景,中间 1400px 是内容
{
img: "{{_('/static/home/ax650_presell.jpg')}}",
img: "{{_('/static/home/LicheeRV-Nano.jpg')}}",
btns: [
{
lable: "{{_('文档')}}",
link: "https://wiki.sipeed.com/m4ndock",
link: "/licheerv-nano",
},
{
lable: "{{_('购买')}}",
link: "{{_('https://item.taobao.com/item.htm?id=744014549573')}}",
link: "{{_('https://item.taobao.com/item.htm?id=764939520376')}}",
},
],
},
{
img: "{{_('/static/home/licheepi4a_post.jpg')}}",
img: "{{_('/static/home/LonganPi3H.jpg')}}",
btns: [
{
lable: "{{_('文档')}}",
link: "/licheepi4a",
link: "/lpi3h.html",
},
{
lable: "{{_('购买')}}",
link: "https://item.taobao.com/item.htm?id=715508771884",
link: "{{_('https://item.taobao.com/item.htm?ft=t&id=758221950525')}}",
},
],
},
{
img: "{{_('/static/home/maixiii_axpi.jpg')}}",
img: "{{_('/static/home/console-4A.jpg')}}",
btns: [
{
lable: "{{_('文档')}}",
link: "/hardware/zh/maixIII/ax-pi/axpi.html",
link: "/licheeconsole4a",
},
{
lable: "{{_('购买')}}",
link: "https://item.taobao.com/item.htm?id=682169792430",
link: "/store",
},
],
},
{
img: "/static/home/maixsense.jpg",
img: "/static/home/25K.jpg",
btns: [
{
lable: "{{_('文档')}}",
link: "/maixsense",
link: "/tang25k",
},
{
lable: "{{_('购买')}}",
link: "https://item.taobao.com/item.htm?id=684566484141",
link: "/store",
},
],
},
{
img: "/static/image/maixhub_banner.jpg",
img: "/static/home/138K.jpg",
btns: [
{
lable: "{{_('分享广场')}}",
link: "https://maixhub.com/share",
},
{
lable: "{{_('MaixHub 官网')}}",
link: "https://maixhub.com",
},
{
lable: "{{_('文档')}}",
link: "/tang138k",
},
{
lable: "{{_('购买')}}",
link: "/store",
},
],
},
{
img: "/static/home/banner_slogic.jpg",
btns: [
{
lable: "{{_('文档')}}",
link: "/slogic",
},
{
lable: "{{_('购买')}}",
link: "{{_('https://item.taobao.com/item.htm?id=737788586308')}}",
},
],
},
{
img: "/static/home/LicheePi-4A.jpg",
btns: [
{
lable: "{{_('文档')}}",
link: "/licheepi4a",
},
{
lable: "{{_('购买')}}",
link: "{{_('https://item.taobao.com/item.htm?id=737788586308')}}",
},
],
},
],
Expand Down
Loading

0 comments on commit 0f5d72d

Please sign in to comment.