feat: 中国驻外使领馆通知订阅源 add 驻马来西亚大使馆支持 (#5736)
This commit is contained in:
parent
b0584950d1
commit
48a95c138f
|
|
@ -380,6 +380,12 @@ pageClass: routes
|
|||
|
||||
* * *
|
||||
|
||||
#### 马来西亚 `MY`
|
||||
|
||||
- 大使馆: `/embassy/my`
|
||||
|
||||
* * *
|
||||
|
||||
#### 新加坡 `SG`
|
||||
|
||||
- 大使馆: `/embassy/sg`
|
||||
|
|
|
|||
|
|
@ -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: '新加坡',
|
||||
|
|
|
|||
Loading…
Reference in New Issue