master
章文轩 2 years ago
parent 31de633004
commit c1b3c0c0a7

@ -10,7 +10,7 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="18463f0e-cf10-4ee2-975b-376476396e12" name="Default Changelist" comment="Default Changelist"> <list default="true" id="18463f0e-cf10-4ee2-975b-376476396e12" name="Default Changelist" comment="Default Changelist">
<change beforePath="$PROJECT_DIR$/lib/utils/solar_term_util.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/utils/solar_term_util.dart" afterDir="false" /> <change beforePath="$PROJECT_DIR$/lib/utils/lunar_util.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/utils/lunar_util.dart" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

@ -1021,7 +1021,7 @@ class LunarUtil {
* @return * @return
*/ */
static List<String?> getSpecialFestivals(int year) { static List<String?> getSpecialFestivals(int year) {
List<String?> festivals = []; List<String?> festivals = ['','',''];
DateTime dateTime = new DateTime(year, 5, 1); DateTime dateTime = new DateTime(year, 5, 1);
// //

Loading…
Cancel
Save