更新技术栈

This commit is contained in:
SepComet 2026-05-07 16:40:32 +08:00
parent b949e0d9f0
commit 530c9178d2
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export const site = {
description:
'记录开发过程,整理项目输出,把日常构建沉淀成可浏览、可复盘的公开主页。',
avatar: '/images/avatar.svg',
location: 'Shanghai / Remote',
location: 'Changsha / Remote',
gitea: {
url: publicGiteaUrl,
username: publicGiteaUsername,
@ -24,5 +24,5 @@ export const site = {
{ name: 'Gitea', url: publicGiteaUrl },
{ name: 'Blog', url: publicBlogUrl },
].filter((link) => link.url),
stacks: ['Unity', 'Astro', 'TypeScript', 'Docker'],
stacks: ['Unity', 'CSharp', 'C++', 'CI/CD'],
} as const;