From c65b1945e0fd024271cceec56d37e30464bb90d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Sun, 8 Mar 2026 08:56:21 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20soul-admin=20=E7=BB=84=E4=BB=B6=20|=20?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0:=20=E5=89=8D=E7=AB=AF=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soul-admin/src/components/modules/user/UserDetailModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soul-admin/src/components/modules/user/UserDetailModal.tsx b/soul-admin/src/components/modules/user/UserDetailModal.tsx index aa4474d1..d8934480 100644 --- a/soul-admin/src/components/modules/user/UserDetailModal.tsx +++ b/soul-admin/src/components/modules/user/UserDetailModal.tsx @@ -24,12 +24,12 @@ import { Save, X, Tag, - TrendingUp, Zap, Search, CheckCircle2, Crown, Navigation, + Smartphone, } from 'lucide-react' import { get, put, post } from '@/api/client'