diff --git a/docs/government.md b/docs/government.md index cd973be0a..fdf5ca977 100644 --- a/docs/government.md +++ b/docs/government.md @@ -380,6 +380,12 @@ pageClass: routes * * * +#### 马来西亚 `MY` + +- 大使馆: `/embassy/my` + +* * * + #### 新加坡 `SG` - 大使馆: `/embassy/sg` diff --git a/lib/routes/embassy/supportedList.js b/lib/routes/embassy/supportedList.js index 1a37e2e12..e2327ff6b 100644 --- a/lib/routes/embassy/supportedList.js +++ b/lib/routes/embassy/supportedList.js @@ -147,6 +147,15 @@ module.exports = { }, }, }, + my: { + country: 'my', + countryCN: '马来西亚', + link: 'http://my.china-embassy.org/chn/zytz/', + list: 'div[class=nbox_ul] > ul a', + title: '#News_Body_Title', + description: '#News_Body_Txt_A', + pubDate: '#News_Body_Time', + }, sg: { country: 'sg', countryCN: '新加坡',