diff --git a/config.py b/config.py index fd2663f..1c89152 100644 --- a/config.py +++ b/config.py @@ -39,7 +39,7 @@ USER_LIMITS = { "daily_translations": 10, "max_pages": 50, "max_file_size": 30 * 1024 * 1024, # 30MB - "features": ["basic_translate", "compare_view", "retranslate", "history"], + "features": ["basic_translate", "retranslate", "export_pdf", "history"], }, "vip_basic": { # 基础会员 (月付 ¥29) "daily_translations": 50,