|
@@ -4,8 +4,6 @@
|
|
|
[](https://github.com/vsme/chinese-days/blob/main/LICENSE)
|
|
|
[](https://github.com/vsme/chinese-days/blob/main/README.md)
|
|
|
|
|
|
-> Translated by ChatGPT-4, PRs are welcome.
|
|
|
-
|
|
|
This project provides a series of functions for querying Chinese holidays, adjusted working days, working days, 24 solar terms, and converting between lunar and solar calendars. Additionally, it supports ics file subscription for holidays, which can be subscribed to by Google Calendar, Apple Calendar, Microsoft Outlook, and other clients. The holiday information will be updated according to the announcements from the State Council.
|
|
|
|
|
|
+ **Holidays**: Supports the years 2004 to 2025, including the extended Spring Festival of 2020.
|
|
@@ -24,7 +22,7 @@ For English: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics](ht
|
|
|
|
|
|
A `JSON` file of Chinese holidays is provided and can be directly referenced through this link: [chinese-days.json](https://cdn.jsdelivr.net/npm/chinese-days/dist/chinese-days.json).
|
|
|
|
|
|
-- Java:[Warnier-zhang/java-chinese-days](https://github.com/Warnier-zhang/java-chinese-days), just for querying Chinese holidays, adjusted working days, working days;
|
|
|
+For example, in `Java`, you can refer to [Warnier-zhang/java-chinese-days](https://github.com/Warnier-zhang/java-chinese-days), which is only for querying Chinese holidays, in-lieu days, and regular workdays.
|
|
|
|
|
|
## Quick Start
|
|
|
|