From 32a7fa31a9b12d532c37ef13afb7767c76f1e6e0 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 18 Jul 2024 22:56:47 +0800 Subject: [PATCH] vip --- site/components/pricing/index.tsx | 40 +++++++++++++++++++++++++++++++ site/pages/docs/bestpractice.md | 2 +- site/pages/docs/faq.mdx | 36 +++++++++++++++++++++------- 3 files changed, 68 insertions(+), 10 deletions(-) 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千 +