配方管理后台
用心调制每一杯美好
请使用管理员密码登录后台管理系统
调酒诗经配方管理后端 - 连接微信云开发数据库
开始添加您的第一个鸡尾酒配方,或同步现有数据
支持单个配方或配方数组的JSON格式导入,系统会自动解析并填充字段:
{
"cnName": "午后之死",
"enName": "Death in the Afternoon",
"type": "master",
"tags": ["经典", "香槟", "苦艾酒"],
"desc": "由作家海明威在1935年提出的配方...",
"ingredients": [
"30ml 苦艾酒(Absinthe)",
"90ml 香槟"
],
"steps": [
"将苦艾酒倒入香槟杯中",
"缓缓加入冰镇香槟至满杯",
"轻轻搅拌,不需装饰,直接享用"
],
"difficulty": "简单",
"alcoholStrength": "中等",
"color": "淡绿色",
"glass": "香槟杯",
"master": "海明威",
"year": "1935"
}
{
"cnName": "春樱花语",
"enName": "Spring Sakura",
"type": "seasonal",
"season": "春季",
"theme": "樱花",
"tags": ["季节限定", "粉色", "花香"],
"ingredients": ["30ml 樱花酒", "20ml 柠檬汁"],
"steps": ["调制步骤..."]
}
{
"cnName": "意式浓情",
"enName": "Italian Romance",
"type": "regional",
"region": "意大利",
"culture": "地中海风情",
"tags": ["意式", "浓郁", "经典"],
"ingredients": ["40ml 意式苦酒", "20ml 甜酒"],
"steps": ["意式调制法..."]
}
[
{
"cnName": "春季鸡尾酒",
"type": "seasonal",
"season": "春季"
},
{
"cnName": "法式优雅",
"type": "regional",
"region": "法国"
}
]