forked from Seeed-Studio/wiki-documents
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lisha
committed
Sep 20, 2024
1 parent
8ce5c55
commit 1631bf9
Showing
5 changed files
with
593 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
export const hadwareList = [ | ||
{ | ||
id: 1, | ||
name: 'reComputer', | ||
img: '17.png', | ||
brands: [ | ||
{ | ||
name: 'reComputer J10 SerieseComputer J10 Series', | ||
img: '17.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '18.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '18.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '18.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '18.png', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
], | ||
}, | ||
{ | ||
id: 3, | ||
name: 'Mini AI PC', | ||
img: '17.png', | ||
brands: [ | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '18.png', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
}, | ||
], | ||
}, | ||
{ | ||
id: 3, | ||
name: 'Mini AI PC', | ||
img: '17.png', | ||
brands: [ | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '18.png', | ||
}, | ||
], | ||
}, | ||
{ | ||
id: 3, | ||
name: 'Mini AI PC', | ||
img: '17.png', | ||
brands: [ | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
}, | ||
{ | ||
name: 'reComputer J10 Series', | ||
img: '17.png', | ||
}, | ||
], | ||
}, | ||
] | ||
|
||
export const communityList = [ | ||
{ | ||
name: 'Qualia S3 Fireplace', | ||
img: 'com1', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'Simplifying Qualia CircuitPython Projects', | ||
img: 'com2', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'Adafruit Qualia ESP32-S3 for RGB-666 Displays', | ||
img: 'com3', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'Edge-Lit Tavern Sign with WLED - Control with WiFi...', | ||
img: 'com4', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'ESP32-S2 Reverse TFT Digital Clock Display featuring...', | ||
img: 'com5', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'No-Code IKEA Vindriktning Air Quality Sensor Hack...', | ||
img: 'com6', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'LEGO Set Lighting', | ||
img: 'com7', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
{ | ||
name: 'Qualia S3 Space Clock', | ||
img: 'com8', | ||
href: 'https://www.seeedstudio.com/', | ||
}, | ||
] |
Oops, something went wrong.