浏览代码

chore: Proxy Bypass placeholder (#901)

dongchengjie 1 年之前
父节点
当前提交
75f87044f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/setting/mods/sysproxy-viewer.tsx

+ 1 - 0
src/components/setting/mods/sysproxy-viewer.tsx

@@ -128,6 +128,7 @@ export const SysproxyViewer = forwardRef<DialogRef>((props, ref) => {
             rows={3}
             sx={{ width: 280 }}
             value={value.bypass}
+            placeholder={sysproxy?.bypass || `-`}
             onChange={(e) =>
               setValue((v) => ({ ...v, bypass: e.target.value }))
             }