修复简体中文名称依然使用繁体名称的问题。

This commit is contained in:
Amazing Watermelon 2024-10-18 03:21:14 +00:00
parent 5e5851029d
commit ec412164dc

View file

@ -10,7 +10,7 @@ const supportLangs = [
icon: "🇮🇷", icon: "🇮🇷",
}, },
{ {
name: "簡體中文", name: "简体中文",
value: "zh-CN", value: "zh-CN",
icon: "🇨🇳", icon: "🇨🇳",
}, },