This commit is contained in:
2025-11-22 16:11:04 +08:00
parent cba231ab3d
commit d3311926ea

View File

@@ -415,7 +415,9 @@ const EditProfilePage: React.FC = () => {
}
};
const handleAddGroup = () => {}
const handleAddGroup = () => {
console.log("加入社群~")
}
const getDefaultOption = (options) => {
if (!Array.isArray(options) || options.length === 0) {