From c9b62206991bc6e0b141f09728b366977a48cd91 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sat, 10 Sep 2022 18:41:52 +0800 Subject: [PATCH] =?UTF-8?q?project(UPS):=20=E6=B7=BB=E5=8A=A0=20UPS=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/projectsData.js | 14 ++++++-------- pages/projects.js | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/data/projectsData.js b/data/projectsData.js index 1692be3..7f3dde2 100644 --- a/data/projectsData.js +++ b/data/projectsData.js @@ -1,12 +1,10 @@ const projectsData = [ - // { - // title: 'A Search Engine', - // description: `What if you could look up any information in the world? Webpages, images, videos - // and more. Google has many features to help you find exactly what you're looking - // for.`, - // imgSrc: '/static/images/google.png', - // href: 'https://www.google.com', - // }, + { + title: 'UPS', + description: `一个不间断电源(UPS)的全栈项目。核心硬件使用乐鑫×安信可的 ESP32-C3-32S 模块作为主控,软件部分使用了 Rust + ESP-IDF 开发。`, + // imgSrc: '/static/images/google.png', + href: 'https://git.ivanli.cc/Ivan/ups-esp32c3-rust', + }, // { // title: 'The Time Machine', // description: `Imagine being able to travel back in time or to the future. Simple turn the knob diff --git a/pages/projects.js b/pages/projects.js index c336e50..4ad42e8 100644 --- a/pages/projects.js +++ b/pages/projects.js @@ -13,7 +13,7 @@ export default function Projects() { Projects

- Showcase your projects with a hero image (16 x 9) + 我的项目橱窗,欢迎交流。