mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
12 lines
196 B
JavaScript
12 lines
196 B
JavaScript
supportLangs = [
|
|
{
|
|
name : "English",
|
|
value : "en_US",
|
|
icon : "🇺🇸"
|
|
},
|
|
{
|
|
name : "汉语",
|
|
value : "zh_Hans",
|
|
icon : "🇨🇳"
|
|
},
|
|
] |