适配最新的食谱
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
version: 43
|
||||||
|
jobs:
|
||||||
|
- name: 构建项目
|
||||||
|
steps:
|
||||||
|
- type: CheckoutStep
|
||||||
|
name: 拉取代码
|
||||||
|
cloneCredential:
|
||||||
|
type: DefaultCredential
|
||||||
|
withLfs: false
|
||||||
|
withSubmodules: false
|
||||||
|
checkoutPath: '@project_path@'
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
|
- type: BuildImageStep
|
||||||
|
name: 构建docker镜像
|
||||||
|
buildPath: '@project_path@'
|
||||||
|
output:
|
||||||
|
type: RegistryOutput
|
||||||
|
tags: latest
|
||||||
|
condition: SUCCESSFUL
|
||||||
|
optional: false
|
||||||
|
jobExecutor: docker
|
||||||
|
retryCondition: never
|
||||||
|
maxRetries: 3
|
||||||
|
retryDelay: 30
|
||||||
|
timeout: 14400
|
||||||
@@ -0,0 +1,677 @@
|
|||||||
|
{
|
||||||
|
"success": true,
|
||||||
|
"data": {
|
||||||
|
"menuId": "menu-1778406540393",
|
||||||
|
"weekNumber": "",
|
||||||
|
"title": {
|
||||||
|
"zh": "食谱",
|
||||||
|
"en": "Recipe"
|
||||||
|
},
|
||||||
|
"days": [
|
||||||
|
{
|
||||||
|
"code": 1,
|
||||||
|
"name": {
|
||||||
|
"zh": "星期一"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": 2,
|
||||||
|
"name": {
|
||||||
|
"zh": "星期二"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": 3,
|
||||||
|
"name": {
|
||||||
|
"zh": "星期三"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": 4,
|
||||||
|
"name": {
|
||||||
|
"zh": "星期四"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": 5,
|
||||||
|
"name": {
|
||||||
|
"zh": "星期五"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"mealCategories": [
|
||||||
|
{
|
||||||
|
"code": "breakfast",
|
||||||
|
"name": {
|
||||||
|
"zh": "早餐"
|
||||||
|
},
|
||||||
|
"sort": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "fruit",
|
||||||
|
"name": {
|
||||||
|
"zh": "水果餐"
|
||||||
|
},
|
||||||
|
"sort": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "lunch",
|
||||||
|
"name": {
|
||||||
|
"zh": "中餐"
|
||||||
|
},
|
||||||
|
"sort": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "special",
|
||||||
|
"name": {
|
||||||
|
"zh": "体弱儿专属"
|
||||||
|
},
|
||||||
|
"sort": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "snack",
|
||||||
|
"name": {
|
||||||
|
"zh": "午点"
|
||||||
|
},
|
||||||
|
"sort": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"meals": [
|
||||||
|
{
|
||||||
|
"dayCode": 1,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "淮山鸡丝粥"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "豆沙包"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "胡萝卜炒蛋"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "蒸玉米块"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 1,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "苹果"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "千禧圣女果"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "提子干"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 1,
|
||||||
|
"mealCode": "fruit",
|
||||||
|
"dishList": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 1,
|
||||||
|
"mealCode": "lunch",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "1-lunch-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "二米饭"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-lunch-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "腰果虾仁"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-lunch-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "肉丝炒西蓝花"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-lunch-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "蒜香菜心"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "1-lunch-5",
|
||||||
|
"name": {
|
||||||
|
"zh": "陈皮薏米大骨汤"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 1,
|
||||||
|
"mealCode": "special",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "1-special-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "肉末紫菜汤米线"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 1,
|
||||||
|
"mealCode": "snack",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "1-snack-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "口蘑肉丸汤细面"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 2,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "2-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "纯牛奶"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "水煮初生蛋"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "紫薯玫瑰卷"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 2,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "2-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "沃柑"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "香瓜"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "南瓜籽"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 2,
|
||||||
|
"mealCode": "fruit",
|
||||||
|
"dishList": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 2,
|
||||||
|
"mealCode": "lunch",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "2-lunch-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "二米饭"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-lunch-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "冬菇蒸鸡"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-lunch-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "西芹香干炒肉丝"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-lunch-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "清香娃娃菜"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-lunch-5",
|
||||||
|
"name": {
|
||||||
|
"zh": "猪肝枸杞瘦肉汤"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 2,
|
||||||
|
"mealCode": "special",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "2-special-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "菜心排骨粥"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 2,
|
||||||
|
"mealCode": "snack",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "2-snack-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "苹果百合四神汤"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "2-snack-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "柠檬蛋糕"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 3,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "3-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "番茄肉丝汤五彩面"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "椰蓉面包"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "盐水鹰嘴豆"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 3,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "3-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "红提"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "贡梨"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "山楂片"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 3,
|
||||||
|
"mealCode": "fruit",
|
||||||
|
"dishList": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 3,
|
||||||
|
"mealCode": "lunch",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "3-lunch-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "二米饭"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-lunch-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "土豆焖排骨"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-lunch-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "莴笋炒蛋"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-lunch-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "蒜香奶白菜"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-lunch-5",
|
||||||
|
"name": {
|
||||||
|
"zh": "木瓜鲫鱼汤"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 3,
|
||||||
|
"mealCode": "special",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "3-special-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "南瓜小米肉末粥"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 3,
|
||||||
|
"mealCode": "snack",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "3-snack-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "三豆饮"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3-snack-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "胡萝卜馒头"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 4,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "瑶柱排骨粥"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "枣泥发糕"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "卤鹌鹑蛋"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "香菇炒油菜碎"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 4,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "香蕉"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "火龙果"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "桑葚干"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 4,
|
||||||
|
"mealCode": "fruit",
|
||||||
|
"dishList": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 4,
|
||||||
|
"mealCode": "lunch",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "4-lunch-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "二米饭"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-lunch-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "杏鲍菇粒炒牛肉"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-lunch-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "冬瓜炒肉丝"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-lunch-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "海米小白菜"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4-lunch-5",
|
||||||
|
"name": {
|
||||||
|
"zh": "黄花菜瘦肉汤"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 4,
|
||||||
|
"mealCode": "special",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "4-special-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "高汤青菜肉丝面"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 4,
|
||||||
|
"mealCode": "snack",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "4-snack-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "生菜大骨汤河粉"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 5,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "5-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "三丝酱汁拌米粉"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "菠菜肉丝汤"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "蜂蜜小面包"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 5,
|
||||||
|
"mealCode": "breakfast",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "5-breakfast-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "哈密瓜"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-breakfast-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "杨桃"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-breakfast-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "红薯干"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 5,
|
||||||
|
"mealCode": "fruit",
|
||||||
|
"dishList": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 5,
|
||||||
|
"mealCode": "lunch",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "5-lunch-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "二米饭"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-lunch-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "萝卜焖鸭"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-lunch-3",
|
||||||
|
"name": {
|
||||||
|
"zh": "西红柿炒鸡蛋"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-lunch-4",
|
||||||
|
"name": {
|
||||||
|
"zh": "蚝油生菜"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-lunch-5",
|
||||||
|
"name": {
|
||||||
|
"zh": "海带黄豆猪骨汤"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 5,
|
||||||
|
"mealCode": "special",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "5-special-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "菜干咸骨粥"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"dayCode": 5,
|
||||||
|
"mealCode": "snack",
|
||||||
|
"dishList": [
|
||||||
|
{
|
||||||
|
"id": "5-snack-1",
|
||||||
|
"name": {
|
||||||
|
"zh": "纯牛奶"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "5-snack-2",
|
||||||
|
"name": {
|
||||||
|
"zh": "蒸小米糕"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user