From 5121d388378294fc9085e9c8ff981af03a1e883e Mon Sep 17 00:00:00 2001 From: tobiichi3227 Date: Wed, 25 Dec 2024 13:47:14 +0800 Subject: [PATCH] Feat(fortune): Add new fortune events Co-authored-by: ChenKaiLiuG <141424456+ChenKaiLiuG@users.noreply.github.com> --- fortune_generator/json/fortune.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/fortune_generator/json/fortune.json b/fortune_generator/json/fortune.json index 03e852d..ab862ba 100644 --- a/fortune_generator/json/fortune.json +++ b/fortune_generator/json/fortune.json @@ -101,7 +101,9 @@ { "event": "網購", "description": [ - "心儀商品皆促銷" + "心儀商品皆促銷", + "花錢買開心", + "幫荷包君瘦身" ] }, { @@ -194,6 +196,14 @@ "挑戰自我", "促進健康" ] + }, + { + "event": "送禮", + "description": [ + "讓對方開心", + "促進互動", + "增進感情" + ] } ], "badFortunes": [ @@ -313,6 +323,14 @@ "光害嚴重", "烏雲密布" ] + }, + { + "event": "送禮", + "description": [ + "被拒絕", + "斷絕聯絡", + "不合心意" + ] } ] } -- 2.49.1