From b28b1c7f62c112868000d22db019060678f62d2c Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 15:07:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=87=BAisMlUnit=E5=87=BD?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E4=BF=AE=E5=A4=8D=E7=B2=BE=E6=B2=B9=E4=BB=B7?= =?UTF-8?q?=E7=9B=AE=E9=A1=B5=E7=82=B9=E5=87=BB=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/stores/oils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/stores/oils.js b/frontend/src/stores/oils.js index 071942f..c2a549c 100644 --- a/frontend/src/stores/oils.js +++ b/frontend/src/stores/oils.js @@ -125,6 +125,7 @@ export const useOilsStore = defineStore('oils', () => { loadOils, saveOil, deleteOil, + isMlUnit, isPortionUnit, unitLabel, unitLabelPlural,