Check in iOS small widget

This commit is contained in:
2024-12-14 19:23:42 +08:00
parent 026a4dfb27
commit e395ac87c5
2 changed files with 52 additions and 8 deletions

View File

@ -16,5 +16,6 @@ struct SolarUser: Codable {
struct SolarCheckInRecord: Codable {
let id: Int
let resultTier: Int
let resultExperience: Int
let createdAt: Date
}