Skip to content

Commit

Permalink
perf: increase Niutrans free quota to 800w
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 4, 2024
1 parent a2a51f9 commit 721dcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/Feature/Service/Niutrans/EZNiuTransTranslate.m
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ - (BOOL)hasPrivateAPIKey {
}

- (NSInteger)totalFreeQueryCharacterCount {
return 300 * 10000;
return 800 * 10000;
}

#pragma mark - NiuTrans API
Expand Down

0 comments on commit 721dcd7

Please sign in to comment.