Conversation
- 在首页中新增流量数据图表,使用 Recharts 库展示近7日流量情况。 - 优化常见问题模块的布局,提升用户体验。 - 引入 Chart 组件以支持图表的样式和交互功能。
- 在下载过程中检测可能的杀毒软件拦截,并在 Windows 系统上提供友好的提示。 - 新增 AntivirusWarningDialog 组件,显示被拦截的下载信息及解决方法。 - 更新下载逻辑,提供更详细的错误信息以帮助用户识别问题。
- 新增 CloseConfirmDialog 组件,允许用户在关闭窗口时选择最小化到托盘或完全退出应用。 - 更新 App 组件以处理窗口关闭请求,并根据用户设置执行相应操作。 - 引入 useCloseBehavior 钩子管理关闭行为设置,支持用户在设置页面进行配置。 - 优化系统托盘功能,允许用户通过托盘图标控制窗口显示和退出。
- 在 TunnelCard 组件中引入上下文菜单,允许用户通过右键点击删除隧道。 - 新增 deleteTunnel API 函数以处理隧道删除请求。 - 更新 useTunnelList 钩子以支持刷新隧道列表功能。 - 在 TunnelList 组件中集成 refreshTunnels 方法以更新状态。
- 在 TunnelList 组件中引入 CreateTunnelDialog 组件,允许用户创建新隧道。 - 更新 API 服务以支持获取节点信息和创建隧道的功能。 - 新增多个 UI 组件,包括 Button、Dialog、Input、Label 和 Tooltip,以提升用户交互体验。 - 调整 TunnelCard 组件以支持根据隧道类型动态显示链接地址。 - 更新 package.json 和 pnpm-lock.yaml,添加 Radix UI 相关依赖。
- 更新 CreateTunnelDialog 组件,增加动态宽度和高度调整,提升用户体验。 - 为标题和描述添加动画效果,使界面更具交互性。 - 在 Toaster 组件中引入 createPortal,确保通知在文档主体中渲染,提升可见性和层级管理。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.