mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/RSILauncherEnhance.git
synced 2024-12-22 13:03:42 +08:00
fix no_10n
This commit is contained in:
parent
c7c1b470fe
commit
8f1e0e6d43
14
main.js
14
main.js
@ -48989,7 +48989,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}), zx = [{
|
}), zx = [{
|
||||||
label: "不限速",
|
label: "Unlimited",
|
||||||
value: 0
|
value: 0
|
||||||
}, {
|
}, {
|
||||||
label: "25 MB/s",
|
label: "25 MB/s",
|
||||||
@ -49022,20 +49022,20 @@
|
|||||||
label: "128 KB/s",
|
label: "128 KB/s",
|
||||||
value: 131072
|
value: 131072
|
||||||
}], Fx = SC_TOOLBOX_ENABLE_DOWNLOADER_BOOST ? [{
|
}], Fx = SC_TOOLBOX_ENABLE_DOWNLOADER_BOOST ? [{
|
||||||
label: "增强-1024",
|
label: "!1024",
|
||||||
value: 1024
|
value: 1024
|
||||||
}, {
|
}, {
|
||||||
label: "增强-512",
|
label: "!512",
|
||||||
value: 512
|
value: 512
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "增强-256",
|
label: "!256",
|
||||||
value: 256
|
value: 256
|
||||||
}, {
|
}, {
|
||||||
label: "增强-128",
|
label: "!128",
|
||||||
value: 128
|
value: 128
|
||||||
}, {
|
}, {
|
||||||
label: "25",
|
label: "CIG-MAX (25)",
|
||||||
value: 25
|
value: 25
|
||||||
}, {
|
}, {
|
||||||
label: "20",
|
label: "20",
|
||||||
@ -49050,7 +49050,7 @@
|
|||||||
label: "5",
|
label: "5",
|
||||||
value: 5
|
value: 5
|
||||||
}] : [{
|
}] : [{
|
||||||
label: "最高(25)",
|
label: "Max (25)",
|
||||||
value: 25
|
value: 25
|
||||||
}, {
|
}, {
|
||||||
label: "20",
|
label: "20",
|
||||||
|
Loading…
Reference in New Issue
Block a user