"use client" import { useState } from "react" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs" import { Button } from "@/components/ui/button" import { Input } from "@/components/ui/input" import { Search, Filter, Download, Users, UserPlus, UserCheck, UserX } from "lucide-react" import { UserProfileOverview } from "@/components/user-profile/user-profile-overview" import { UserProfileSegments } from "@/components/user-profile/user-profile-segments" import { UserProfileTags } from "@/components/user-profile/user-profile-tags" import { UserProfileAnalytics } from "@/components/user-profile/user-profile-analytics" export default function UserProfilePage() { const [activeTab, setActiveTab] = useState("overview") const [searchQuery, setSearchQuery] = useState("") return (
较上月增长 8%
活跃率 68.7%
较上月增长 12%
流失率 1.4%