feat: add UnlockProOverlay component for Pro subscription and point redemption.
This commit is contained in:
@@ -48,10 +48,14 @@ type UnlockProOverlayProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const FEATURES = {
|
const FEATURES = {
|
||||||
"zh-CN": ["15天高精度趋势预报", "实时多源雷达图", "全平台智能气象推送"],
|
"zh-CN": [
|
||||||
|
"今日日内深度分析(含高温时段)",
|
||||||
|
"历史对账 + 未来日期分析",
|
||||||
|
"全平台智能气象推送",
|
||||||
|
],
|
||||||
"en-US": [
|
"en-US": [
|
||||||
"15-day precision forecast",
|
"Intraday deep analysis with peak-time window",
|
||||||
"Real-time radar panel",
|
"Historical reconciliation + future-date analysis",
|
||||||
"Cross-platform alerts",
|
"Cross-platform alerts",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user