fix(route): embassy sg (#12537)
This commit is contained in:
parent
42ff32c757
commit
bc243b607a
|
|
@ -178,11 +178,11 @@ module.exports = {
|
|||
sg: {
|
||||
country: 'sg',
|
||||
countryCN: '新加坡',
|
||||
link: 'http://sg.china-embassy.org/chn/lsfw/zytzs/',
|
||||
list: '#docMore a',
|
||||
link: 'http://sg.china-embassy.gov.cn/lsfw_0/zytz/',
|
||||
list: 'div.news-list a[target=_blank]',
|
||||
title: '#News_Body_Title',
|
||||
description: '#News_Body_Txt_A',
|
||||
pubDate: '#News_Body_Time',
|
||||
description: 'div.trs_editor_view',
|
||||
pubDate: 'div.view-date',
|
||||
},
|
||||
uk: {
|
||||
country: 'uk',
|
||||
|
|
|
|||
Loading…
Reference in New Issue