feat(data): 添加胖东来精酿啤酒数据

- 在常量文件中新增胖东来产品信息
- 设置产品名称为胖东来,品类为精酿啤酒
- 酒精度数设定为4.5度,分组为craft类型
This commit is contained in:
cg
2026-08-20 22:30:07 +08:00
parent f98d25d752
commit c0d4d1a219
+1
View File
@@ -70,6 +70,7 @@ export const BRANDS = {
{ name: '柏龙', product: '小麦啤', degree: 5.5, group: 'wheat' },
{ name: '艾丁格', product: '小麦啤', degree: 5.3, group: 'wheat' },
// 精酿
{ name: '胖东来', product: '精酿啤酒', degree: 4.5, group: 'craft' },
{ name: '鹅岛', product: 'IPA', degree: 5.9, group: 'craft' },
{ name: '熊猫精酿', product: '蜂蜜生姜艾尔', degree: 5.0, group: 'craft' },
{ name: '京A', product: '工人淡色艾尔', degree: 5.0, group: 'craft' },