refactor: 拆分小程序 vue 结构

This commit is contained in:
2026-03-11 14:11:26 +08:00
commit b050c01a24
141 changed files with 24904 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import type { CartLine } from '@/stores/cart'
export interface CartDrawerLineItem extends CartLine {
lineAmount: number
lineAmountText: string
unitPriceText: string
specText: string
}