Android featured post widget

This commit is contained in:
2024-12-15 18:57:54 +08:00
parent abc21f858b
commit 00678c0ac8
6 changed files with 177 additions and 12 deletions

View File

@ -60,7 +60,7 @@ struct CheckInEntry: TimelineEntry {
struct CheckInWidgetEntryView : View {
var entry: CheckInProvider.Entry
private let resultTierSymbols: [String] = ["大凶", "", "中平", "", ""]
private let resultTierSymbols: [String] = ["大凶", "", "中平", "", ""]
func checkIn() -> Void {}