mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
chore: Proxy Bypass placeholder (#901)
This commit is contained in:
parent
11e0f49ada
commit
c545521cd9
@ -128,6 +128,7 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
|
|||||||
rows={3}
|
rows={3}
|
||||||
sx={{ width: 280 }}
|
sx={{ width: 280 }}
|
||||||
value={value.bypass}
|
value={value.bypass}
|
||||||
|
placeholder={sysproxy?.bypass || `-`}
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
setValue((v) => ({ ...v, bypass: e.target.value }))
|
setValue((v) => ({ ...v, bypass: e.target.value }))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user