Maikscau

Results 2 issues of Maikscau

我把一个月的公历的全部日子都转换为农历,发现大概需要1.5-2秒,感觉有点慢,不知道是不是使用的方式不对? 语法是kotlin,我单独测试过`Date.from(day.atStartOfDay().atZone(ZoneId.systemDefault()).toInstant())`这个是不耗时的 ``` kotlin val lunarDate = Lunar.fromDate(Date.from(day.atStartOfDay().atZone(ZoneId.systemDefault()).toInstant())) val subText = if (lunarDate.day == 1) { lunarDate.monthInChinese + "月" } else { lunarDate.dayInChinese } ```

`###` Verify latest release - [X] I verified that the issue exists in the latest `chatgpt` release ### Verify webapp is working - [X] I verify that the ChatGPT webapp...