Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
GMDB_UserDefaults // Remove a useless key.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Oct 11, 2024
1 parent e4a079b commit 96da3c9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ extension Defaults.Keys {
}(),
suite: .gmdbSuite
)
/// 用来标记当前 App 本地的抽卡记录是否有做过系统性的 ItemID 修复工作。
public static let localGachaRecordItemIDsFixed = Key<Bool>(
"localGachaRecordItemIDsFixed",
default: false,
suite: .gmdbSuite
)
/// 针对 UIGF v2.3 及之前版本的文件导入时所使用的垫底时区,预设值为 nil。
public static let fallbackTimeForGIGFFileImport = Key<TimeZone?>(
"fallbackTimeForGIGFFileImport",
Expand Down

0 comments on commit 96da3c9

Please sign in to comment.