fix: sidebar mobile responsive and footer link clickability
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import type { OrderStatus } from "./types"
|
||||
|
||||
export const statusLabels: Record<OrderStatus, string> = {
|
||||
pending_payment: "待支付",
|
||||
pending_accept: "待接单",
|
||||
in_progress: "进行中",
|
||||
pending_close: "待结单",
|
||||
pending_review: "待评价",
|
||||
disputed: "争议中",
|
||||
completed: "已完成",
|
||||
cancelled: "已取消",
|
||||
}
|
||||
|
||||
export const roleLabels: Record<string, string> = {
|
||||
consumer: "消费者",
|
||||
player: "打手",
|
||||
owner: "店主",
|
||||
}
|
||||
Reference in New Issue
Block a user