From 390ec9ef653b2612566a6976e97594b17a97029e Mon Sep 17 00:00:00 2001 From: ChenKaiLiuG <141424456+ChenKaiLiuG@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:08:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20custom=5Fspecial.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fortune_generator/json/custom_special.json | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/fortune_generator/json/custom_special.json b/fortune_generator/json/custom_special.json index 2d07d60..5f5d9e9 100644 --- a/fortune_generator/json/custom_special.json +++ b/fortune_generator/json/custom_special.json @@ -1,5 +1,26 @@ { "special_events": [ + { + "event": "惡臭日", + "triggerDate": { + "year": "2025", + "month": "5", + "date": "14" + }, + "status_index": "0", + "goodFortunes": { + "l_1_event": "追劇", + "l_1_desc": "享受仲夏夜之淫夢", + "l_2_event": "吃大餐", + "l_2_desc": "造訪會員制餐廳" + }, + "badFortunes": { + "r_1_event": "", + "r_1_desc": "", + "r_2_event": "", + "r_2_desc": "" + } + }, { "event": "夏至", "triggerDate": { @@ -21,6 +42,27 @@ "r_2_desc": "" } }, + { + "event": "是芥末日", + "triggerDate": { + "year": "2025", + "month": "7", + "date": "5" + }, + "status_index": "0", + "goodFortunes": { + "l_1_event": "", + "l_1_desc": "", + "l_2_event": "", + "l_2_desc": "" + }, + "badFortunes": { + "r_1_event": "逃跑", + "r_1_desc": "逃向遠方", + "r_2_event": "道別", + "r_2_desc": "再見了這個世界" + } + }, { "event": "中秋節", "triggerDate": { From 740473ff472f98ba3f23f4103db7abc0159fff51 Mon Sep 17 00:00:00 2001 From: ChenKaiLiuG <141424456+ChenKaiLiuG@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:13:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20custom=5Fspecial.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fortune_generator/json/custom_special.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortune_generator/json/custom_special.json b/fortune_generator/json/custom_special.json index 5f5d9e9..2917c92 100644 --- a/fortune_generator/json/custom_special.json +++ b/fortune_generator/json/custom_special.json @@ -51,8 +51,8 @@ }, "status_index": "0", "goodFortunes": { - "l_1_event": "", - "l_1_desc": "", + "l_1_event": "拯救末日", + "l_1_desc": "末日時在做什麼?有沒有空?可以來拯救嗎?", "l_2_event": "", "l_2_desc": "" },