Add Mid-Autumn Festival
This commit is contained in:
parent
21260d579e
commit
07d4898567
@ -17,3 +17,4 @@ node build/create.js 节日英文名称(不带标点符号)
|
||||
## TODO
|
||||
|
||||
- [ ] Dragon Boat Festival 古诗
|
||||
- [ ] Mid-Autumn Festival 古诗
|
@ -20,4 +20,6 @@ template['englishName'] = holidayId;
|
||||
template['skip'] = false;
|
||||
template['subFestival'] = [];
|
||||
template['commemorator'] = [];
|
||||
template['nationalCulturalHeritage'] = '';
|
||||
template['worldCulturalHeritage'] = '';
|
||||
fs.writeFileSync(path.join(__dirname, `../data/holiday/${holidayId}.json`), JSON.stringify(template, null, 4));
|
||||
|
50
data/holiday/Mid-Autumn Festival.json
Normal file
50
data/holiday/Mid-Autumn Festival.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"id": "Mid-Autumn Festival",
|
||||
"skip": false,
|
||||
"name": "中秋节",
|
||||
"fullName": "中秋节",
|
||||
"englishName": "Mid-Autumn Festival",
|
||||
"alias": [
|
||||
"祭月节",
|
||||
"月光诞",
|
||||
"月夕",
|
||||
"秋节",
|
||||
"仲秋节",
|
||||
"拜月节",
|
||||
"月娘节",
|
||||
"月亮节",
|
||||
"团圆节",
|
||||
"秋夕"
|
||||
],
|
||||
"friendlyDate": "农历八月十五",
|
||||
"date": "8/15",
|
||||
"calendar": "lunar",
|
||||
"friendlyType": "中国四大传统节日之一",
|
||||
"type": "Chinese-4",
|
||||
"statutory": true,
|
||||
"solarTerms": false,
|
||||
"desc": "中秋节,又称祭月节、月光诞、月夕、秋节、仲秋节、拜月节、月娘节、月亮节、团圆节等,是中国民间传统节日。中秋节源自对天象的崇拜,由上古时代秋夕祭月演变而来。中秋节自古便有祭月、赏月、吃月饼、看花灯、赏桂花、饮桂花酒等民俗,流传至今,经久不息。",
|
||||
"subFestival": [],
|
||||
"activity": [
|
||||
"拜月",
|
||||
"赏月",
|
||||
"舞火龙",
|
||||
"玩花灯"
|
||||
],
|
||||
"food": [
|
||||
"月饼"
|
||||
],
|
||||
"origin": "天象崇拜,秋夕祭月",
|
||||
"meaning": "传承与弘扬传统文化",
|
||||
"process": "",
|
||||
"location": "",
|
||||
"organization": "民间流传约定俗成",
|
||||
"startingTime": "上古时代",
|
||||
"popularAreas": "中国及周边国家或地区",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "文化和旅游部",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E4%B8%AD%E7%A7%8B%E8%8A%82/128234",
|
||||
"poetry": []
|
||||
}
|
@ -4,5 +4,6 @@
|
||||
"Cold food festival",
|
||||
"Tomb-Sweeping Day",
|
||||
"International Workers Day",
|
||||
"Dragon Boat Festival"
|
||||
"Dragon Boat Festival",
|
||||
"Mid-Autumn Festival"
|
||||
]
|
117
holiday.json
117
holiday.json
@ -33,7 +33,10 @@
|
||||
"organization": "中国人民政治协商会议",
|
||||
"startingTime": "1949年9月27日",
|
||||
"popularAreas": "世界各地",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E5%85%83%E6%97%A6/137017",
|
||||
"poetry": [
|
||||
{
|
||||
@ -370,7 +373,10 @@
|
||||
"organization": "",
|
||||
"startingTime": "上古时代",
|
||||
"popularAreas": "中国,东亚、东南亚等华人华侨聚集地",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "文化和旅游部",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E6%98%A5%E8%8A%82/136876",
|
||||
"poetry": []
|
||||
},
|
||||
@ -417,7 +423,10 @@
|
||||
"organization": "晋文公",
|
||||
"startingTime": "春秋",
|
||||
"popularAreas": "东亚文化圈",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E5%AF%92%E9%A3%9F%E8%8A%82/90690",
|
||||
"poetry": [
|
||||
{
|
||||
@ -531,7 +540,10 @@
|
||||
"organization": "",
|
||||
"startingTime": "",
|
||||
"popularAreas": "中国、东亚、东南亚等华人华侨聚集地",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "文化和旅游部",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E6%B8%85%E6%98%8E%E8%8A%82/137575",
|
||||
"poetry": [
|
||||
{
|
||||
@ -619,8 +631,113 @@
|
||||
"organization": "第二国际",
|
||||
"startingTime": "1890年",
|
||||
"popularAreas": "世界绝大部分国家",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E4%BA%94%E4%B8%80%E5%9B%BD%E9%99%85%E5%8A%B3%E5%8A%A8%E8%8A%82/810559",
|
||||
"poetry": []
|
||||
},
|
||||
{
|
||||
"id": "Dragon Boat Festival",
|
||||
"skip": false,
|
||||
"name": "端午节",
|
||||
"fullName": "端午节",
|
||||
"englishName": "Dragon Boat Festival",
|
||||
"alias": [
|
||||
"端阳节",
|
||||
"龙节",
|
||||
"正阳节",
|
||||
"龙舟节",
|
||||
"天中节"
|
||||
],
|
||||
"friendlyDate": "农历五月初五",
|
||||
"date": "5/5",
|
||||
"calendar": "lunar",
|
||||
"friendlyType": "中国四大传统节日之一",
|
||||
"type": "Chinese-4",
|
||||
"statutory": true,
|
||||
"solarTerms": false,
|
||||
"desc": "端午节,又称端阳节、龙舟节、重五节、天中节等,是集拜神祭祖、祈福辟邪、欢庆娱乐和饮食为一体的民俗大节。端午节源于自然天象崇拜,由上古时代祭龙演变而来。仲夏端午,苍龙七宿飞升于正南中央,处在全年最“中正”之位,正如《易经·乾卦》第五爻:“飞龙在天”。端午是“飞龙在天”吉祥日,龙及龙舟文化始终贯穿在端午节的传承历史中。",
|
||||
"subFestival": [],
|
||||
"activity": [
|
||||
"扒龙船",
|
||||
"放纸鸢",
|
||||
"挂艾草菖蒲"
|
||||
],
|
||||
"food": [
|
||||
"粽子",
|
||||
"五黄",
|
||||
"咸鸭蛋",
|
||||
"绿豆糕"
|
||||
],
|
||||
"origin": "天象崇拜,龙图腾祭祀",
|
||||
"meaning": "传承与弘扬非物质文化",
|
||||
"process": "",
|
||||
"location": "",
|
||||
"organization": "",
|
||||
"startingTime": "上古时代",
|
||||
"popularAreas": "中国及汉字文化圈诸国",
|
||||
"commemorator": [
|
||||
"屈原",
|
||||
"伍子胥",
|
||||
"曹娥",
|
||||
"介子推"
|
||||
],
|
||||
"intangibleCulturalHeritageProtectionUnit": "非物质文化遗产保护单位",
|
||||
"nationalCulturalHeritage": "2006年5月20日列入第一批名录",
|
||||
"worldCulturalHeritage": "2009年9月30日入选世界名录",
|
||||
"baike": "https://baike.baidu.com/item/%E7%AB%AF%E5%8D%88%E8%8A%82/1054",
|
||||
"poetry": []
|
||||
},
|
||||
{
|
||||
"id": "Mid-Autumn Festival",
|
||||
"skip": false,
|
||||
"name": "中秋节",
|
||||
"fullName": "中秋节",
|
||||
"englishName": "Mid-Autumn Festival",
|
||||
"alias": [
|
||||
"祭月节",
|
||||
"月光诞",
|
||||
"月夕",
|
||||
"秋节",
|
||||
"仲秋节",
|
||||
"拜月节",
|
||||
"月娘节",
|
||||
"月亮节",
|
||||
"团圆节",
|
||||
"秋夕"
|
||||
],
|
||||
"friendlyDate": "农历八月十五",
|
||||
"date": "8/15",
|
||||
"calendar": "lunar",
|
||||
"friendlyType": "中国四大传统节日之一",
|
||||
"type": "Chinese-4",
|
||||
"statutory": true,
|
||||
"solarTerms": false,
|
||||
"desc": "中秋节,又称祭月节、月光诞、月夕、秋节、仲秋节、拜月节、月娘节、月亮节、团圆节等,是中国民间传统节日。中秋节源自对天象的崇拜,由上古时代秋夕祭月演变而来。中秋节自古便有祭月、赏月、吃月饼、看花灯、赏桂花、饮桂花酒等民俗,流传至今,经久不息。",
|
||||
"subFestival": [],
|
||||
"activity": [
|
||||
"拜月",
|
||||
"赏月",
|
||||
"舞火龙",
|
||||
"玩花灯"
|
||||
],
|
||||
"food": [
|
||||
"月饼"
|
||||
],
|
||||
"origin": "天象崇拜,秋夕祭月",
|
||||
"meaning": "传承与弘扬传统文化",
|
||||
"process": "",
|
||||
"location": "",
|
||||
"organization": "民间流传约定俗成",
|
||||
"startingTime": "上古时代",
|
||||
"popularAreas": "中国及周边国家或地区",
|
||||
"commemorator": [],
|
||||
"intangibleCulturalHeritageProtectionUnit": "文化和旅游部",
|
||||
"nationalCulturalHeritage": "",
|
||||
"worldCulturalHeritage": "",
|
||||
"baike": "https://baike.baidu.com/item/%E4%B8%AD%E7%A7%8B%E8%8A%82/128234",
|
||||
"poetry": []
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user