mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
refactor(frontend):修正美洲地区名称翻译
- 将美国地区的翻译从 "美国" 修改为 "美洲" - 此修改提高了地区名称的准确性和一致性
This commit is contained in:
parent
e77c23e42a
commit
24e24f8236
@ -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":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user