From 821b80d09af4ad341096f6d77b1fdb84f1a41018 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:00:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(picture):=20=E4=BC=98=E5=8C=96=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增MinIO存储服务选项支持 - 集成CoiImageViewer组件替换原生NImage组件 - 改进网格视图和表格视图的图片展示效果 - 移除冗余的图片错误处理函数,使用组件内置处理 - 统一存储服务类型的标签显示样式 - 提升图片预览和下载功能的用户体验 --- src/views/system/picture/index.vue | 37 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/views/system/picture/index.vue b/src/views/system/picture/index.vue index 652540e..021a593 100644 --- a/src/views/system/picture/index.vue +++ b/src/views/system/picture/index.vue @@ -191,13 +191,16 @@