Skip to content

Commit

Permalink
Update Easydict/NewApp/Configuration/Configuration+Defaults.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Feb 5, 2024
1 parent 6ff4806 commit 293180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/Configuration/Configuration+Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ extension Defaults.Keys {
static let tencentSecretId = Key<String?>("EZTencentSecretId")
static let tencentSecretKey = Key<String?>("EZTencentSecretKey")

// ALI
// Ali
static let aliAccessKeyId = Key<String?>("EZAliAccessKeyId")
static let aliAccessKeySecret = Key<String?>("EZAliAccessKeySecret")

Expand Down

0 comments on commit 293180b

Please sign in to comment.