1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Add the National Day of the People's Republic of China

This commit is contained in:
2022-11-20 00:55:07 +08:00
parent 07d4898567
commit 5340ca612f
17 changed files with 303 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
],
"friendlyDate": "清明节前一二日",
"date": "~4/3",
"holidayDate": "",
"calendar": "solar",
"friendlyType": "中国传统节日",
"type": "节日类型 Chinese",

View File

@@ -13,6 +13,7 @@
],
"friendlyDate": "农历五月初五",
"date": "5/5",
"holidayDate": "",
"calendar": "lunar",
"friendlyType": "中国四大传统节日之一",
"type": "Chinese-4",

View File

@@ -10,6 +10,7 @@
],
"friendlyDate": "公历5月1日",
"date": "5/1",
"holidayDate": "",
"calendar": "solar",
"type": "World",
"friendlyType": "世界上80多个国家的全国性节日",

View File

@@ -18,6 +18,7 @@
],
"friendlyDate": "农历八月十五",
"date": "8/15",
"holidayDate": "",
"calendar": "lunar",
"friendlyType": "中国四大传统节日之一",
"type": "Chinese-4",

View File

@@ -11,6 +11,7 @@
],
"friendlyDate": "公历1月1日",
"date": "1/1",
"holidayDate": "",
"calendar": "solar",
"friendlyType": "世界节日",
"type": "World",

View File

@@ -14,6 +14,7 @@
],
"friendlyDate": "农历正月初一",
"date": "1/1",
"holidayDate": "",
"calendar": "lunar",
"friendlyType": "中国四大传统节日之一",
"type": "Chinese-4",

View File

@@ -12,6 +12,7 @@
],
"friendlyDate": "斗指乙太阳黄经15°公历4月5日前后",
"date": "~4/4-4/6",
"holidayDate": "",
"calendar": "solar",
"friendlyType": "中国四大传统节日之一",
"type": "Chinese-4",

View File

@@ -0,0 +1,43 @@
{
"id": "the National Day of the Peoples Republic of China",
"skip": false,
"name": "国庆节",
"fullName": "中华人民共和国国庆节",
"englishName": "the National Day of the People's Republic of China",
"alias": [
"十一",
"国庆节",
"国庆日",
"中国国庆节",
"国庆黄金周"
],
"friendlyDate": "公历10月1日",
"date": "10/1",
"holidayDate": "10/1-10/7",
"calendar": "solar",
"friendlyType": "国庆日",
"type": "Others",
"statutory": true,
"solarTerms": false,
"desc": "中华人民共和国中央人民政府宣布自1949年起以每年的10月1日即中华人民共和国宣告成立的日子称为国庆节。",
"subFestival": [],
"activity": [
"举国同庆",
"阅兵仪式",
"国庆长假"
],
"food": [],
"origin": "中华人民共和国成立",
"meaning": "庆祝中华人民共和国成立",
"process": "",
"location": "中华人民共和国",
"organization": "中华人民共和国国务院",
"startingTime": "1950年",
"popularAreas": "中华人民共和国",
"commemorator": [],
"intangibleCulturalHeritageProtectionUnit": "",
"nationalCulturalHeritage": "",
"worldCulturalHeritage": "",
"baike": "https://baike.baidu.com/item/%E4%B8%AD%E5%8D%8E%E4%BA%BA%E6%B0%91%E5%85%B1%E5%92%8C%E5%9B%BD%E5%9B%BD%E5%BA%86%E8%8A%82/1041892",
"poetry": []
}

View File

@@ -5,5 +5,6 @@
"Tomb-Sweeping Day",
"International Workers Day",
"Dragon Boat Festival",
"Mid-Autumn Festival"
"Mid-Autumn Festival",
"the National Day of the Peoples Republic of China"
]

14
data/simplify_field.json Normal file
View File

@@ -0,0 +1,14 @@
[
"name",
"fullName",
"englishName",
"alias",
"friendlyDate",
"date",
"calendar",
"friendlyType",
"type",
"statutory",
"solarTerms",
"desc"
]

View File

@@ -7,8 +7,9 @@
"alias": [
"节日别名"
],
"friendlyDate": "友好日期 农历八月十五",
"friendlyDate": "友好日期 农历八月十五 公历1月1日",
"date": "日期 10/1 如果有多个以空格分隔格式10/1 10/12如果是时间范围以-连接格式1/1-12/31如果无法确定准确时间如清明节前面添加~代表不确定,例如~4/4-4/6或~4/5",
"holidayDate": "放假日期 格式同上",
"calendar": "阳历/阴历 solar/lunar",
"friendlyType": "友好节日类型",
"type": "节日类型 Chinese/Chinese-4/Western/World/Others中国传统节日/中国四大传统节日/西方传统节日/世界节日|国际节日/其他类型)",