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")} - );