From e0668c1685c6ed469bb3854f8142ea0e0dc33f74 Mon Sep 17 00:00:00 2001 From: “wangming” <“wangming@antissoft.com”> Date: Mon, 9 Mar 2026 21:16:22 +0800 Subject: [PATCH] 理解不到,哈哈哈 --- 美国版/Food Labeling Management App UniApp/src/pages/labels/labels.vue | 154 ---------------------------------------------------------------------------------------------------------------------------------------------------------- 1 file changed, 0 insertions(+), 154 deletions(-) diff --git a/美国版/Food Labeling Management App UniApp/src/pages/labels/labels.vue b/美国版/Food Labeling Management App UniApp/src/pages/labels/labels.vue index 01906fc..2fd3241 100644 --- a/美国版/Food Labeling Management App UniApp/src/pages/labels/labels.vue +++ b/美国版/Food Labeling Management App UniApp/src/pages/labels/labels.vue @@ -168,7 +168,6 @@ onShow(() => { const labelCategories = [ { id: 'prep', name: 'Prep', icon: 'chef', iconColor: 'green' as const, bgClass: 'green' }, { id: 'grabngo', name: "Grab'n'Go", icon: 'package', iconColor: 'orange' as const, bgClass: 'orange' }, - { id: 'expiry', name: 'Expiry', icon: 'calendar', iconColor: 'red' as const, bgClass: 'red' }, ] interface LabelType { @@ -218,31 +217,6 @@ const productCategoriesByLabel: Record = { { id: 'heated', name: 'Heated', desc: 'For heated/cooked items' }, ], }, - { - id: 'beef', - name: 'Beef', - image: 'https://images.unsplash.com/photo-1607623488235-e2e6794c30b5?w=400', - templateSize: '2"x2"', - templateName: 'Basic', - lastEdited: '2025.12.04 09:20', - labelTypes: [ - { id: 'defrost', name: 'Defrost', desc: 'For defrosted items' }, - { id: 'opened', name: 'Opened/Preped', desc: 'For opened or prepared items' }, - { id: 'heated', name: 'Heated', desc: 'For heated/cooked items' }, - ], - }, - { - id: 'bacon', - name: 'Bacon', - image: 'https://images.unsplash.com/photo-1528607929212-2636ec44253e?w=400', - templateSize: '2"x2"', - templateName: 'Basic', - lastEdited: '2025.12.03 14:30', - labelTypes: [ - { id: 'raw', name: 'Raw Bacon', desc: 'Uncooked, requires refrigeration' }, - { id: 'cooked', name: 'Cooked Bacon', desc: 'Fully cooked, ready to eat' }, - ], - }, ], }, ], @@ -263,134 +237,6 @@ const productCategoriesByLabel: Record = { lastEdited: '2025.12.03 11:45', labelTypes: [], }, - { - id: 'turkey-club', - name: 'Turkey Club', - image: 'https://images.unsplash.com/photo-1534422298391-e4f8c172dddb?w=400', - templateSize: '2"x6"', - templateName: "G'n'G", - lastEdited: '2025.12.04 09:30', - labelTypes: [], - }, - { - id: 'cheese-burger', - name: 'Cheese Burger', - image: 'https://images.unsplash.com/photo-1568901346375-23c9450c58cd?w=400', - templateSize: '2"x6"', - templateName: "G'n'G", - lastEdited: '2025.12.03 15:20', - labelTypes: [], - }, - ], - }, - { - id: 'salads', - name: 'Salads', - icon: 'food', - iconColor: 'green', - colorClass: 'bg-green', - products: [ - { - id: 'caesar-salad', - name: 'Caesar Salad', - image: 'https://images.unsplash.com/photo-1546793665-c74683f339c1?w=400', - templateSize: '2"x4"', - templateName: "G'n'G", - lastEdited: '2025.12.04 09:00', - labelTypes: [], - }, - { - id: 'greek-salad', - name: 'Greek Salad', - image: 'https://images.unsplash.com/photo-1540189543-6e6f32e2c1f0?w=400', - templateSize: '2"x4"', - templateName: "G'n'G", - lastEdited: '2025.12.03 12:30', - labelTypes: [], - }, - ], - }, - { - id: 'beverages', - name: 'Beverages', - icon: 'food', - iconColor: 'blue', - colorClass: 'bg-blue', - products: [ - { - id: 'fresh-juice', - name: 'Fresh Juice', - image: 'https://images.unsplash.com/photo-1621506289937-a8e4df240d0b?w=400', - templateSize: '2"x2"', - templateName: "G'n'G", - lastEdited: '2025.12.04 07:45', - labelTypes: [], - }, - { - id: 'smoothie', - name: 'Smoothie', - image: 'https://images.unsplash.com/photo-1553530666-ba11a7da3888?w=400', - templateSize: '2"x2"', - templateName: "G'n'G", - lastEdited: '2025.12.03 11:00', - labelTypes: [], - }, - ], - }, - ], - expiry: [ - { - id: 'dairy', - name: 'Dairy', - icon: 'food', - iconColor: 'blue', - colorClass: 'bg-blue', - products: [ - { - id: 'milk', - name: 'Milk', - image: 'https://images.unsplash.com/photo-1563636619-e9143da7973b?w=400', - templateSize: '2"x2"', - templateName: 'Basic', - lastEdited: '2025.12.04 08:30', - labelTypes: [], - }, - { - id: 'cheese', - name: 'Cheese', - image: 'https://images.unsplash.com/photo-1486297678162-eb2a19b0a32d?w=400', - templateSize: '2"x2"', - templateName: 'Basic', - lastEdited: '2025.12.03 11:15', - labelTypes: [], - }, - ], - }, - { - id: 'deli', - name: 'Deli', - icon: 'food', - iconColor: 'red', - colorClass: 'bg-red', - products: [ - { - id: 'sliced-ham', - name: 'Sliced Ham', - image: 'https://images.unsplash.com/photo-1529692236671-f1f6cf9683ba?w=400', - templateSize: '2"x2"', - templateName: 'Basic', - lastEdited: '2025.12.04 10:00', - labelTypes: [], - }, - { - id: 'turkey-deli', - name: 'Turkey Deli', - image: 'https://images.unsplash.com/photo-1607623488235-e2e6794c30b5?w=400', - templateSize: '2"x2"', - templateName: 'Basic', - lastEdited: '2025.12.03 14:20', - labelTypes: [], - }, ], }, ], -- libgit2 0.21.4