From ae13a14ed35bbbc2a4694921a4caa49403eb8e61 Mon Sep 17 00:00:00 2001 From: 88825 <98692822+88825@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:35:32 +0800 Subject: [PATCH] Update config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 5a1a59b..d598833 100644 --- a/src/config.ts +++ b/src/config.ts @@ -3,4 +3,4 @@ export const UserAgentForWeb = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) export const UserAgentForApp = "WeRead/7.4.2 (iPhone; iOS 17.1; Scale/3.00)" // 每月下载限额 -export const MAX_DOWNLOAD_COUNT_PER_MONTH = 100; +export const MAX_DOWNLOAD_COUNT_PER_MONTH = 30;