feat: implement ScanTerminalDashboard with integrated monitoring, paywall, and AI-driven city analysis features

This commit is contained in:
2569718930@qq.com
2026-05-14 02:32:56 +08:00
parent 294ac30026
commit f5acae3c81
4 changed files with 59 additions and 44 deletions
@@ -14,7 +14,7 @@ const TELEGRAM_GROUP_URL = String(
const SUBSCRIPTION_HELP_HREF = "/subscription-help";
type ProFeaturePaywallProps = {
feature: "today" | "history" | "future" | "assistant" | "scan";
feature: "today" | "history" | "future" | "assistant" | "scan" | "monitor";
onClose?: () => void;
};