From 84bd1514312df19d891c8cff7d3c752217085387 Mon Sep 17 00:00:00 2001 From: coder Date: Tue, 14 Apr 2026 18:06:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=85=8D=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9D=83=E7=9B=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增:不满意重新翻译、导出PDF格式 - 移除:原文译文对比查看(改为VIP专属) --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,