mirror of
https://gitee.com/dromara/hutool.git
synced 2025-06-28 13:34:09 +08:00
修复LunarFestival
中重复节日问题(issue#ICC8X3@Gitee)
This commit is contained in:
parent
37fb3afce7
commit
fe597605cf
@ -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`中金额分配的问题bug(issue#IC9Y35@Gitee)
|
* 【core 】 修复`Money`中金额分配的问题bug(issue#IC9Y35@Gitee)
|
||||||
* 【poi 】 修复`ExcelPicUtil`中可能的空指针异常
|
* 【poi 】 修复`ExcelPicUtil`中可能的空指针异常
|
||||||
|
* 【core 】 修复`LunarFestival`中重复节日问题(issue#ICC8X3@Gitee)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
# 5.8.38(2025-05-13)
|
# 5.8.38(2025-05-13)
|
||||||
|
@ -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), "地藏节");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user