refactor(frontend):修正美洲地区名称翻译

- 将美国地区的翻译从 "美国" 修改为 "美洲"
- 此修改提高了地区名称的准确性和一致性
This commit is contained in:
ArvinLovegood 2025-04-27 10:49:12 +08:00
parent e77c23e42a
commit 24e24f8236

View File

@ -105,7 +105,7 @@ window.onresize = () => {
function getAreaName(code){ function getAreaName(code){
switch (code) { switch (code) {
case "america": case "america":
return "美" return "美"
case "europe": case "europe":
return "欧洲" return "欧洲"
case "asia": case "asia":