From da0b4f46ed797807d07be46c191d649af1548a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E5=85=AE?= Date: Thu, 4 Jun 2026 11:35:03 +0800 Subject: [PATCH] fix: remove hero title punctuation --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 22a3f2d..c6b03bb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,7 @@ const labels = { themeLight: "浅色", themeDark: "深色", heroEyebrow: "Frontend Engineer · AI Product Systems · Cross-platform", - heroTitle: "把复杂前端系统做成可交付的产品。", + heroTitle: "把复杂前端系统做成可交付的产品", viewProjects: "查看项目案例", profileAria: "候选人摘要", mapAria: "项目能力地图",