From 7519a81c880ae7c1c7891c76a7213988df0998a2 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Fri, 24 Oct 2025 22:04:48 +0800 Subject: [PATCH] awa --- src/component/Admin/Common/ProDialog.tsx | 56 +++++++++++------------- 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/src/component/Admin/Common/ProDialog.tsx b/src/component/Admin/Common/ProDialog.tsx index 373e842..f797e78 100755 --- a/src/component/Admin/Common/ProDialog.tsx +++ b/src/component/Admin/Common/ProDialog.tsx @@ -72,35 +72,34 @@ const ProDialog = ({ open, onClose }: ProDialogProps) => { > - {t("pro.description")} - - - - {t("pro.proInclude")} + Cloudreve的sb pro玩意 - {features.map((feature) => ( - - - - - - {t(`pro.${feature}`)} - - - ))} + + + 谁用Pro我骂谁 + + + + + 写代码程序猿万岁! + + {showPromotion && ( { }} > - - {t("pro.learnMore")} - );