sbd-npm 1.2.86 → 1.2.87

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 -2
  2. package/package.json +1 -1
package/constant.js CHANGED
@@ -185,12 +185,12 @@ const MenuList = [
185
185
  {'key': 'us_sp500', 'name': '标普500', 'url': '/33f59986534947d63d6ca1dcebac15d7'},
186
186
  {'key': 'us_qqq', 'name': '纳斯达克100', 'url': '/2ce5bc68a55b5671613b66093d93b40c'},
187
187
  {'key': 'us_cn', 'name': '中国概念股', 'url': '/bff1b2e208757edb89df6e62385a8c1b'},
188
- {'key': 'us_marijuana', 'name': '工业大麻', 'url': '/d3e38cb2006f647d269763f3f9df942b'},
189
- {'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
190
188
  {'key': 'us_dollar_index', 'name': '美元指数', 'url': '/2cba34f3658ea00c047aba2f4b790877'},
191
189
  {'key': 'us_bond_yield', 'name': '美十年国债收益率', 'url': '/3d1ba074a5d8e2e0162fce0db80753d4'},
192
190
  {'key': 'us_usd_cnh', 'name': '美元离岸人民币汇率', 'url': '/f1e85a31b0829c6de701d5f6c0b97494'},
191
+ {'key': 'us_vix', 'name': 'VIX恐慌指数', 'url': '/a6b45ab5c3c0ac28b33da9899d00aaeb'},
193
192
  {'key': 'us_pe', 'name': '标普500历史PE', 'url': '/aad2760a6cdbc1311cad07f7951d3b08'},
193
+ {'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
194
194
  ]
195
195
  },
196
196
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.86",
3
+ "version": "1.2.87",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {