Skip to content

Commit

Permalink
perf: change Niutrans free quota to 300*10000
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 18, 2023
1 parent 7026dfb commit e8d24d6
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 3 * 10000;
return 300 * 10000;
}

#pragma mark - NiuTrans API
Expand Down

0 comments on commit e8d24d6

Please sign in to comment.