Browse Source

update readme

Yaavi 8 months ago
parent
commit
d1dc9fad9c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README.en.md
  2. 2 2
      README.md

+ 2 - 2
README.en.md

@@ -8,13 +8,13 @@
 
 
 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.
 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 2024, including the extended Spring Festival of 2020.
++ **Holidays**: Supports the years 2004 to 2025, including the extended Spring Festival of 2020.
 + **24 Solar Terms**: Supports the years 1900 to 2100.
 + **24 Solar Terms**: Supports the years 1900 to 2100.
 + **Lunar Days**: Supports the years 1900 to 2100.
 + **Lunar Days**: Supports the years 1900 to 2100.
 
 
 ## Subscribe to Calendar
 ## Subscribe to Calendar
 
 
-The subscribed calendar includes holidays and adjusted working days for the past three years (2022-2024).
+The subscribed calendar includes holidays and adjusted working days for the past three years (2023-2025).
 
 
 Subscription URL: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.ics](https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.ics) (default language is Chinese)
 Subscription URL: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.ics](https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.ics) (default language is Chinese)
 
 

+ 2 - 2
README.md

@@ -8,7 +8,7 @@
 
 
 每日会执行 `Action` 自动抓取数据,节假日变化时发送邮件提醒,信息会跟随国务院发布进行更新。
 每日会执行 `Action` 自动抓取数据,节假日变化时发送邮件提醒,信息会跟随国务院发布进行更新。
 
 
-+ **节假日**:支持 2004年 至 2024年,包括 2020年 的春节延长
++ **节假日**:支持 2004年 至 2025年,包括 2020年 的春节延长
 + **24节气**:支持 1900年 至 2100年。
 + **24节气**:支持 1900年 至 2100年。
 + **农历日**:支持 1900年 至 2100年。
 + **农历日**:支持 1900年 至 2100年。
 
 
@@ -22,7 +22,7 @@
 
 
 For English: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics](https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics)
 For English: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics](https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics)
 
 
-订阅的日历包含近三年(2022-2024年)的节假日和调休日。
+订阅的日历包含近三年(2023-2025年)的节假日和调休日。
 
 
 ## 快速开始
 ## 快速开始