新增举报摄影师模块并接入首页路由,桌面应用名改为随心瞰商家版。
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -16,6 +16,10 @@ enum AppDesign {
|
||||
static let placeholder = Color(hex: 0xA8B2C1)
|
||||
static let success = Color(hex: 0x14964A)
|
||||
static let warning = Color(hex: 0xFF7B00)
|
||||
static let background = Color(hex: 0xF6F8FB)
|
||||
static let inputBorder = Color(hex: 0xDDE3EA)
|
||||
static let border = Color(hex: 0xE5E7EB)
|
||||
static let danger = Color(hex: 0xEF4444)
|
||||
|
||||
// MARK: - 订单列表专用色值(对齐 Android OrderListScreen)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user