diff --git a/client/src/pages/Auctions.tsx b/client/src/pages/Auctions.tsx index 74f1f12..957cda0 100644 --- a/client/src/pages/Auctions.tsx +++ b/client/src/pages/Auctions.tsx @@ -6,13 +6,6 @@ import { Card, CardContent } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Badge } from "@/components/ui/badge"; import { Dialog, DialogContent, DialogHeader, DialogTitle } from "@/components/ui/dialog"; -import { - Sheet, - SheetContent, - SheetDescription, - SheetHeader, - SheetTitle, -} from "@/components/ui/sheet"; import { useAuth } from "@/hooks/useAuth"; import { useToast } from "@/hooks/use-toast"; import { apiRequest } from "@/lib/queryClient"; @@ -42,7 +35,6 @@ export default function Auctions() { qualityScore: "" }); const [isLoginModalOpen, setIsLoginModalOpen] = useState(false); - const [isGuideOpen, setIsGuideOpen] = useState(false); const [theme, setTheme] = useState(() => localStorage.getItem('theme') || 'light'); const [language, setLanguage] = useState(() => localStorage.getItem('language') || 'en'); @@ -257,14 +249,15 @@ export default function Auctions() {
- 1
- System Overview
-
- - This platform applies the advertising bidding method to media management rights auctions. -
-
- 2
- Ranking Calculation
-
-
- 3
- Quality Score Levels
-
-
- 4
- Media Outlet Types
-
-
- 5
- Bidding Strategy
-
- 💡 Effective Tips
--
-
- • Prioritize quality score improvement -
- • Analyze competition patterns -
- • Bid gradually, not in large jumps -
- • Consider auction closing timing -
⚠️ Avoid These Mistakes
--
-
- • Don't ignore quality score -
- • Avoid emotional bidding -
- • Don't neglect profitability analysis -