feat: update wallet punch point and report success

This commit is contained in:
2026-07-09 14:27:18 +08:00
parent 2970f1514b
commit 43e6133c21
34 changed files with 6671 additions and 71 deletions

View File

@ -38,9 +38,9 @@ enum HomeCollectionLayoutBuilder {
let section = sectionIndex < sections.count ? sections[sectionIndex] : .commonApps
switch section {
case .workStatus:
return fullWidthSection(height: AppSpacing.formRowHeight)
return fullWidthSection(height: 84)
case .locationReport:
return fullWidthSection(height: 100)
return fullWidthSection(height: 132)
case .quickActions:
return fullWidthSection(height: 72)
case .store: