chore: update from master.

This commit is contained in:
2022-10-07 14:40:51 +08:00
parent 2bd6937564
commit ae952694d7
7 changed files with 17 additions and 9 deletions

View File

@@ -1,4 +1,11 @@
const projectsData = [
interface ProjectData {
title?: string
description?: string
imgSrc?: string
href?: string
}
const projectsData: ProjectData[] = [
{
title: 'UPS',
description: `一个不间断电源UPS的全栈项目。核心硬件使用乐鑫×安信可的 ESP32-C3-32S 模块作为主控,软件部分使用了 Rust + ESP-IDF 开发。`,