diff --git a/site/components/pricing/index.tsx b/site/components/pricing/index.tsx index 46fc316..845400f 100644 --- a/site/components/pricing/index.tsx +++ b/site/components/pricing/index.tsx @@ -5,6 +5,7 @@ import { RocketOutlined, SendOutlined, } from "@ant-design/icons"; +import { ReactNode } from "react"; const AppText = () => ( @@ -24,6 +25,33 @@ const HotUpdateText = () => ( 热更包 ); +const CheckLimitText = ({ children }: { children: ReactNode }) => ( + <> +
+ 所有应用累加 +
+ 每天 + + 指每次客户端向服务器端发起更新检查请求,无论检查结果是否存在新版本。如日更新检查次数超过百万次,请点此查看 + + 大客户方案 + + 。 + + } + > + {children}次 + + 更新查询 +
+ +); function Pricing() { return ( @@ -78,6 +106,9 @@ function Pricing() { ,每个最大3M +
  • + 1千 +