sbd-npm 1.2.85 → 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.
- package/constant.js +4 -3
- package/package.json +1 -1
package/constant.js
CHANGED
@@ -185,11 +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': '
|
189
|
-
{'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
|
188
|
+
{'key': 'us_dollar_index', 'name': '美元指数', 'url': '/2cba34f3658ea00c047aba2f4b790877'},
|
190
189
|
{'key': 'us_bond_yield', 'name': '美十年国债收益率', 'url': '/3d1ba074a5d8e2e0162fce0db80753d4'},
|
190
|
+
{'key': 'us_usd_cnh', 'name': '美元离岸人民币汇率', 'url': '/f1e85a31b0829c6de701d5f6c0b97494'},
|
191
|
+
{'key': 'us_vix', 'name': 'VIX恐慌指数', 'url': '/a6b45ab5c3c0ac28b33da9899d00aaeb'},
|
191
192
|
{'key': 'us_pe', 'name': '标普500历史PE', 'url': '/aad2760a6cdbc1311cad07f7951d3b08'},
|
192
|
-
{'key': '
|
193
|
+
{'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
|
193
194
|
]
|
194
195
|
},
|
195
196
|
{
|