mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
adjust display name
This commit is contained in:
parent
0ea63a78b4
commit
2fec36d41b
@ -159,9 +159,9 @@ const Tun: React.FC = () => {
|
|||||||
selectedKey={values.stack}
|
selectedKey={values.stack}
|
||||||
onSelectionChange={(key: Key) => setValues({ ...values, stack: key as TunStack })}
|
onSelectionChange={(key: Key) => setValues({ ...values, stack: key as TunStack })}
|
||||||
>
|
>
|
||||||
<Tab key="gvisor" title="用户" />
|
<Tab key="gvisor" title="gVisor" />
|
||||||
<Tab key="mixed" title="混合" />
|
<Tab key="mixed" title="Mixed" />
|
||||||
<Tab key="system" title="系统" />
|
<Tab key="system" title="System" />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
{platform !== 'darwin' && (
|
{platform !== 'darwin' && (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user