#上证指数
- platform: scrape
resource: [url]https://gupiao.baidu.com/stock/sh000001.html[/url]
name: szzs
select: ".stock-info strong:nth-of-type(1)"
#上证涨跌幅
- platform: scrape
resource: [url]https://gupiao.baidu.com/stock/sh000001.html[/url]
name: szzszd
select: ".stock-info span:nth-of-type(4)"
#深证成指
- platform: scrape
resource: [url]https://gupiao.baidu.com/stock/sz399001.html[/url]
name: szcz
select: ".stock-info strong:nth-of-type(1)"
#深证成指涨跌幅
- platform: scrape
resource: [url]https://gupiao.baidu.com/stock/sz399001.html[/url]
name: szczzd
select: ".stock-info span:nth-of-type(4)"
#创业板指数
- platform: scrape
resource: [url]https://gupiao.baidu.com/stock/sz399006.html[/url]
name: cyb
select: ".stock-info strong:nth-of-type(1)"
#创业板涨跌幅
- platform: scrape
resource: [url]https://gupiao.baidu.com/stock/sz399006.html[/url]
name: cybzd
select: ".stock-info span:nth-of-type(4)"