"use client" import { useState } from "react" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { BarChart, LineChart } from "@/components/charts" import { Activity, ArrowUpRight, Download, Filter, RefreshCw, ShoppingCart, TrendingUp, MessageSquare, } from "lucide-react" import { Badge } from "@/components/ui/badge" import { Progress } from "@/components/ui/progress" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select" export default function ConversionPage() { const [timeRange, setTimeRange] = useState("30days") return (
促进用户交易与转化的功能集合