feat: 套装方案对比与导出功能 #32

Merged
hera merged 37 commits from feat/kit-comparison-export into main 2026-04-14 13:32:34 +00:00
Showing only changes of commit 142ad88cff - Show all commits

View File

@@ -103,10 +103,10 @@ describe('Kit Configuration', () => {
expect(kit.oils).toHaveLength(11)
})
it('居家呵护 has 22 oils at ¥3988', () => {
it('居家呵护 has 23 oils at ¥3988', () => {
const kit = KITS.find(k => k.id === 'home3988')
expect(kit.price).toBe(3988)
expect(kit.oils).toHaveLength(22)
expect(kit.oils).toHaveLength(23)
})
it('全精油 has 80 oils at ¥17700 with bottleCount for coconut oil', () => {