Feat(fortune): Add new fortune events

Co-authored-by: ChenKaiLiuG <141424456+ChenKaiLiuG@users.noreply.github.com>
This commit is contained in:
2024-12-25 13:47:14 +08:00
parent 7852572f26
commit 5121d38837

View File

@@ -101,7 +101,9 @@
{
"event": "網購",
"description": [
"心儀商品皆促銷"
"心儀商品皆促銷",
"花錢買開心",
"幫荷包君瘦身"
]
},
{
@@ -194,6 +196,14 @@
"挑戰自我",
"促進健康"
]
},
{
"event": "送禮",
"description": [
"讓對方開心",
"促進互動",
"增進感情"
]
}
],
"badFortunes": [
@@ -313,6 +323,14 @@
"光害嚴重",
"烏雲密布"
]
},
{
"event": "送禮",
"description": [
"被拒絕",
"斷絕聯絡",
"不合心意"
]
}
]
}