精油编辑统一保存到 DB + 导出增加功效列 #41

Merged
fam merged 2 commits from fix/oil-card-persist into main 2026-04-16 11:11:14 +00:00
Showing only changes of commit e8af6e2565 - Show all commits

View File

@@ -900,7 +900,7 @@ async function exportExcel() {
for (const name of sortedNames) {
const meta = getMeta(name)
if (!meta) continue
const en = getEnglishName(name)
const en = meta.enName || getEnglishName(name)
const vol = volumeLabel(meta.dropCount, name)
const unit = oilPriceUnit(name)
const ppdNum = oils.pricePerDrop(name)