# HolidaysPanel **Repository Path**: koma/HolidaysPanel ## Basic Information - **Project Name**: HolidaysPanel - **Description**: No description available - **Primary Language**: JavaScript - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一,说明 根据[中国政府网](http://www.gov.cn)每年公布的假期安排制作这个假日面板,用来作为根据年月日数据判断节假日的标准。数据从2018年开始收集。如有变动会尽快更新,也欢迎大家提醒更新,谢谢。 ## 二,已采集年份 - [2018](https://gitee.com/koma/HolidaysPanel/raw/master/dist/2018.json),对应[国家标准](http://www.gov.cn/xinwen/2017-11/30/content_5243589.htm) - [2019](https://gitee.com/koma/HolidaysPanel/raw/master/dist/2019.json),对应[国家标准](http://www.gov.cn/xinwen/2018-12/06/content_5346287.htm) - [2020](https://gitee.com/koma/HolidaysPanel/raw/master/dist/2020.json),对应[国家标准](http://www.gov.cn/fuwu/2019-11/21/content_5454287.htm) ## 三,数据格式 ```json { "月份": { "holidays": [], //该月份法定假期日期, "special_weekdays": [] //该月份特殊工作日期(一般为周六末正常上班情况) } }