Skip to content

Commit

Permalink
fix: remove duplicated EZTencentAPIKey
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored and Jerry23011 committed Nov 29, 2023
1 parent 345c340 commit 08d6880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Easydict/Feature/Service/Model/EZConstKey.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ static NSString *const EZDeepLAuthKey = @"EZDeepLAuthKey";
static NSString *const EZBingCookieKey = @"EZBingCookieKey";
static NSString *const EZNiuTransAPIKey = @"EZNiuTransAPIKey";
static NSString *const EZCaiyunToken = @"EZCaiyunToken";
static NSString *const EZTencentAPIKey = @"EZTencentAPIKey";

@interface EZConstKey : NSObject

Expand Down
5 changes: 1 addition & 4 deletions Easydict/Feature/Utility/EZLinkParser/EZSchemeParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,9 @@ - (NSArray *)allowedReadWriteKeys {
EZDeepLTranslationAPIKey,
EZNiuTransAPIKey,
EZCaiyunToken,

EZTencentAPIKey,
EZBingCookieKey,

EZIntelligentQueryModeKey,

EZBingCookieKey,
];

return readWriteKeys;
Expand Down

0 comments on commit 08d6880

Please sign in to comment.