mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +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}
|
||||
onSelectionChange={(key: Key) => setValues({ ...values, stack: key as TunStack })}
|
||||
>
|
||||
<Tab key="gvisor" title="用户" />
|
||||
<Tab key="mixed" title="混合" />
|
||||
<Tab key="system" title="系统" />
|
||||
<Tab key="gvisor" title="gVisor" />
|
||||
<Tab key="mixed" title="Mixed" />
|
||||
<Tab key="system" title="System" />
|
||||
</Tabs>
|
||||
</SettingItem>
|
||||
{platform !== 'darwin' && (
|
||||
|
|
Loading…
Reference in New Issue
Block a user