修复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

@@ -59,7 +59,6 @@ public class LunarFestival {
// 七月
L_FTV.put(new Pair<>(7, 7), "七夕");
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, 30), "地藏节");