新增举报摄影师模块并接入首页路由,桌面应用名改为随心瞰商家版。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-01 16:51:22 +08:00
parent 19d681192c
commit fcb86d43f5
25 changed files with 5515 additions and 48 deletions

View File

@ -54,6 +54,8 @@ enum HomeIconCatalog {
"circle.grid.2x2.fill"
case "location_report", "location_report_history":
"mappin.circle.fill"
case "photographer_report":
"shield.fill"
case "registration_invitation", "photographer_invite":
"envelope.open.fill"
case "store":

View File

@ -86,6 +86,8 @@ extension HomeRoute {
LocationReportView()
case .locationReportHistory:
LocationReportHistoryView()
case .photographerReport:
WildPhotographerReportHomeView()
case .depositOrders:
DepositOrderEntryView()
case .withdrawalAudit: