From d3311926ead7b78511dafd1dded464c1657895f1 Mon Sep 17 00:00:00 2001 From: Ultrame <1019265060@qq.com> Date: Sat, 22 Nov 2025 16:11:04 +0800 Subject: [PATCH] . --- src/user_pages/edit/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/user_pages/edit/index.tsx b/src/user_pages/edit/index.tsx index c09d419..8d514c2 100644 --- a/src/user_pages/edit/index.tsx +++ b/src/user_pages/edit/index.tsx @@ -415,7 +415,9 @@ const EditProfilePage: React.FC = () => { } }; - const handleAddGroup = () => {} + const handleAddGroup = () => { + console.log("加入社群~") + } const getDefaultOption = (options) => { if (!Array.isArray(options) || options.length === 0) {