Filter RSS

Your rating
Review this project

2019-12-04 11:04
评论由 yaya

Rating:
(1 of 1 people found this review helpful)
使わせていただいてます。 山の日対応は入っているのですが、今年(2020年)だけ海の日スポーツの日を7/23と7/24にするとかいうわけ分からない変更が入っているそうで このままだとその日が判定できないようです。

2019-01-25 16:15
评论由 naka

Rating:
(0 of 0 people found this review helpful)
queryHoliday関数にバグがあります このままメンテされないのであればgithubに移行ですかね
Pros
ver3.5の591行目から下に他の関数と同じく、以下の文を追加したらそれらしく動くようになりました。 // ver3.3 平成の次の即位日 or 即位礼正殿の儀 if (year == 2019){ if (month==5){ mb.setBundleclass(new Class<?>[]{ HeiseiNextDayBundle.class, KenpoukikenDayBundle.class, MidoriDayBundle.class, KodomoDayBundle.class }); }else if(month==10){ mb.setBundleclass(new Class<?>[]{ HealthSportsDayBundle.class, SokuiReiSeidenDayBundle.class }); } }