Use Pro paywall for scan access

This commit is contained in:
2569718930@qq.com
2026-04-25 00:19:30 +08:00
parent 55461c20c2
commit 5177d4be83
3 changed files with 41 additions and 7 deletions
@@ -14,7 +14,7 @@ const TELEGRAM_GROUP_URL = String(
const SUBSCRIPTION_HELP_HREF = "/subscription-help";
type ProFeaturePaywallProps = {
feature: "today" | "history" | "future" | "assistant";
feature: "today" | "history" | "future" | "assistant" | "scan";
onClose?: () => void;
};