From d9f91b77e35ee5835c3b5a527c6c99d7de2f51e7 Mon Sep 17 00:00:00 2001 From: zhangzijienbplus <17738440858@163.com> Date: Fri, 17 Oct 2025 14:18:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(electron):=20=E5=AE=9E=E7=8E=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=89=98=E7=9B=98=E5=92=8C=E5=85=B3=E9=97=AD=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA=E9=85=8D=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加系统托盘创建和销毁逻辑- 实现窗口关闭行为配置(退出/最小化/托盘) - 添加配置文件读写功能 - 实现下载取消和清理功能 - 添加待更新文件检查机制 - 优化文件下载进度和错误处理 - 添加自动更新配置选项- 实现平滑滚动动画效果 - 添加试用期过期类型检查 -优化VIP状态刷新逻辑 --- ruoyi-ui/src/views/monitor/version/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/monitor/version/index.vue b/ruoyi-ui/src/views/monitor/version/index.vue index 9a1ad1f..ec2352d 100644 --- a/ruoyi-ui/src/views/monitor/version/index.vue +++ b/ruoyi-ui/src/views/monitor/version/index.vue @@ -43,6 +43,9 @@ + + + { this.$modal.msgSuccess("版本文件上传成功"); this.uploadVisible = false;