feat: 中国驻外使领馆通知订阅源 add 驻马来西亚大使馆支持 (#5736)

This commit is contained in:
Jonathan Goh 2020-09-27 00:15:05 +08:00 committed by GitHub
parent b0584950d1
commit 48a95c138f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -380,6 +380,12 @@ pageClass: routes
* * *
#### 马来西亚 `MY`
- 大使馆: `/embassy/my`
* * *
#### 新加坡 `SG`
- 大使馆: `/embassy/sg`

View File

@ -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: '新加坡',