mirror of
https://github.com/purofle/remake_bot.git
synced 2025-02-06 17:13:29 +08:00
变得更好吃
This commit is contained in:
parent
602ed91ef6
commit
e7b3d98851
@ -10,5 +10,6 @@ FROM alpine:latest
|
||||
WORKDIR /src
|
||||
COPY --from=build /bot bot
|
||||
COPY --from=build /src/countries.json countries.json
|
||||
COPY --from=build /src/user_list.json user_list.json
|
||||
|
||||
CMD [ "/src/bot" ]
|
||||
|
@ -110,7 +110,7 @@ func CommandEat(c tele.Context) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
method := []string{"炒", "蒸", "煮"}
|
||||
method := []string{"炒", "蒸", "煮", "红烧", "爆炒", "烤", "炸", "煎", "炖", "焖", "炖", "卤"}
|
||||
|
||||
// 获取时间段
|
||||
hour := time.Now().Hour()
|
||||
|
Loading…
Reference in New Issue
Block a user