重构:将 "lobster" 重命名为 "claw" 并添加国际化支持 (i18n)

This commit is contained in:
richarjiang
2026-03-13 12:07:28 +08:00
parent fa4c458eda
commit 9e30771180
38 changed files with 1003 additions and 344 deletions

View File

@@ -6,7 +6,7 @@ export interface HeatmapPoint {
lat: number;
lng: number;
weight: number;
lobsterCount: number;
clawCount: number;
city: string;
country: string;
}