From 5ba9231473bc3678dc06b8b971057bd30292fc84 Mon Sep 17 00:00:00 2001 From: sladro Date: Sat, 11 Oct 2025 14:33:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A8=A1=E5=9E=8B=E5=BA=93=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E6=8B=96=E6=8B=BD=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加拖拽文件到界面打开模型功能 - 添加拖拽时的视觉反馈效果(蓝色虚线边框和背景高亮) - 重构文件加载逻辑,提取loadModelFiles函数复用代码 - 支持拖拽和点击两种方式打开模型文件 - 优化空状态提示文字颜色,从次要文字色改为主文字色,提升可读性 - 添加文件格式验证,只加载支持的3D模型格式 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/pages/ModelGalleryPage.vue | 617 ++++++++++++++++++---- 1 file changed, 505 insertions(+), 112 deletions(-) diff --git a/src/components/pages/ModelGalleryPage.vue b/src/components/pages/ModelGalleryPage.vue index c60ae9e..f58acb6 100644 --- a/src/components/pages/ModelGalleryPage.vue +++ b/src/components/pages/ModelGalleryPage.vue @@ -1,106 +1,425 @@ + +