From f1cfa97c39a122d09fc668c3932f6dbac690fa3a Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Sun, 24 Nov 2024 15:36:06 +0800 Subject: [PATCH] adjust --- changelog.md | 6 +++--- src/renderer/src/components/resources/proxy-provider.tsx | 8 +++++--- src/renderer/src/components/resources/rule-provider.tsx | 2 ++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index f60bbf50..302a4ae8 100644 --- a/changelog.md +++ b/changelog.md @@ -7,9 +7,9 @@ ### Features -- 连接详情支持复制规则 +- 支持编辑/查看外部资源 +- 支持重置应用 ### Bug Fixes -- 修复 Sub-Store 代理问题 -- 实时保存窗口位置 +- 修复某些系统下应用白屏的问题 diff --git a/src/renderer/src/components/resources/proxy-provider.tsx b/src/renderer/src/components/resources/proxy-provider.tsx index e7361a55..f189ecd3 100644 --- a/src/renderer/src/components/resources/proxy-provider.tsx +++ b/src/renderer/src/components/resources/proxy-provider.tsx @@ -9,7 +9,7 @@ import useSWR from 'swr' import SettingCard from '../base/base-setting-card' import SettingItem from '../base/base-setting-item' import { Button, Chip } from '@nextui-org/react' -import { IoMdRefresh, IoMdEye } from 'react-icons/io' +import { IoMdRefresh } from 'react-icons/io' import { CgLoadbarDoc } from 'react-icons/cg' import { MdEditDocument } from 'react-icons/md' import dayjs from 'dayjs' @@ -116,11 +116,12 @@ const ProxyProvider: React.FC = () => { >
{dayjs(provider.updatedAt).fromNow()}
- + */}