Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ import { SiteNavbar } from "@/components/site-navbar";
const BIO_FIRST_LINE = "动物界|脊索动物门|哺乳纲|灵长目|人科|人属|智人";

const BIO_PARAGRAPHS = [
"学生党,励志成为全栈开发者,喜欢编程与游戏。",
"探索新技术,分享知识。",
"苦命学生党,计算机科学&软件工程",
"魔方爱好者,游戏爱好者,编程技术宅",
"超低浓度二次元,业余推理小说&美剧狂热",
"后端开发学习中,偶尔玩前端,分享知识",
];

const TECH_TAGS = [
"FastAPI",
"SpringBoot",
"Next.js",
"LLM",
"Next.js",
"Linux",
"Docker",
];
Expand Down
9 changes: 9 additions & 0 deletions app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ const PROJECTS: Project[] = [
image: "/images/projects/project3.png",
href: "https://github.com/Iamnotphage/MortarAid4PUBG",
},
{
id: "4",
title: "myDBMS",
preview: "精简SQL编译器实现",
description: "西电编译原理大作业:精简SQL编译器实现",
techStack: "C, C++, Lex, Yacc",
image: "/images/projects/project4.png",
href: "https://github.com/Iamnotphage/myDBMS",
}
];

export default function ProjectsPage() {
Expand Down
Binary file added public/images/projects/project4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading