static List<String> getAvoid(DateTime date) { final lunar = fromDate(date); return lunar.getDayJi(); }