针对个人主页与照片显示做了修改

This commit is contained in:
2026-07-27 21:47:14 +08:00
parent 4d086758e8
commit fa781cc6a6
60 changed files with 2770 additions and 683 deletions
+10
View File
@@ -83,6 +83,16 @@ export interface OrderItem {
sku: string
}
/** 收货地址 */
export interface AddressItem {
id: string
name: string
phone: string
region: string[] // [province, city, district]
detail: string // 门牌号/详细地址
isDefault: boolean
}
/** 编辑器中的图片状态(向后兼容) */
export interface ImageState {
id: string