sbd-npm 1.2.85 → 1.2.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/constant.js +2 -1
  2. package/package.json +1 -1
package/constant.js CHANGED
@@ -187,9 +187,10 @@ const MenuList = [
187
187
  {'key': 'us_cn', 'name': '中国概念股', 'url': '/bff1b2e208757edb89df6e62385a8c1b'},
188
188
  {'key': 'us_marijuana', 'name': '工业大麻', 'url': '/d3e38cb2006f647d269763f3f9df942b'},
189
189
  {'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
190
+ {'key': 'us_dollar_index', 'name': '美元指数', 'url': '/2cba34f3658ea00c047aba2f4b790877'},
190
191
  {'key': 'us_bond_yield', 'name': '美十年国债收益率', 'url': '/3d1ba074a5d8e2e0162fce0db80753d4'},
192
+ {'key': 'us_usd_cnh', 'name': '美元离岸人民币汇率', 'url': '/f1e85a31b0829c6de701d5f6c0b97494'},
191
193
  {'key': 'us_pe', 'name': '标普500历史PE', 'url': '/aad2760a6cdbc1311cad07f7951d3b08'},
192
- {'key': 'us_dollar', 'name': '美元关系图', 'url': '/6f9cfb3962d6c60c2364af35354e1298'},
193
194
  ]
194
195
  },
195
196
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.85",
3
+ "version": "1.2.86",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {