修复LunarFestival中重复节日问题(issue#ICC8X3@Gitee)

This commit is contained in:
Looly 2025-06-09 11:32:19 +08:00
parent 37fb3afce7
commit fe597605cf
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# 🚀Changelog # 🚀Changelog
------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------
# 5.8.39(2025-05-27) # 5.8.39(2025-06-09)
### 🐣新特性 ### 🐣新特性
* 【ai 】 增加SSE流式返回函数参数callback豆包、grok新增文生图接口豆包生成视频支持使用model * 【ai 】 增加SSE流式返回函数参数callback豆包、grok新增文生图接口豆包生成视频支持使用model
@ -15,6 +15,7 @@
* 【core 】 修复`UUID`equals的问题改为final类issue#3948@Github * 【core 】 修复`UUID`equals的问题改为final类issue#3948@Github
* 【core 】 修复`Money`中金额分配的问题bugissue#IC9Y35@Gitee * 【core 】 修复`Money`中金额分配的问题bugissue#IC9Y35@Gitee
* 【poi 】 修复`ExcelPicUtil`中可能的空指针异常 * 【poi 】 修复`ExcelPicUtil`中可能的空指针异常
* 【core 】 修复`LunarFestival`中重复节日问题issue#ICC8X3@Gitee
------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------
# 5.8.38(2025-05-13) # 5.8.38(2025-05-13)

View File

@ -59,7 +59,6 @@ public class LunarFestival {
// 七月 // 七月
L_FTV.put(new Pair<>(7, 7), "七夕"); L_FTV.put(new Pair<>(7, 7), "七夕");
L_FTV.put(new Pair<>(7, 14), "鬼节(南方)"); L_FTV.put(new Pair<>(7, 14), "鬼节(南方)");
L_FTV.put(new Pair<>(7, 15), "中元节");
L_FTV.put(new Pair<>(7, 15), "盂兰盆节 中元节"); L_FTV.put(new Pair<>(7, 15), "盂兰盆节 中元节");
L_FTV.put(new Pair<>(7, 30), "地藏节"); L_FTV.put(new Pair<>(7, 30), "地藏节");