sbd-npm 1.2.86 → 1.2.88
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 +3 -2
- package/package.json +1 -1
- package/util.js +1 -1
package/constant.js
CHANGED
@@ -81,6 +81,7 @@ const MenuList = [
|
|
81
81
|
{'key': 'macro_new_investor', 'name': '新增投资者', 'url': '/2268c61c6d62cdc8c1c7143aa524e2f1'},
|
82
82
|
{'key': 'macro_gold', 'name': '黄金ETF(GLD)', 'url': '/584b9ceb0c85571831f7211903147d47'},
|
83
83
|
{'key': 'macro_crude', 'name': '原油', 'url': '/78f8b798631b52153ff029fd301f9b8a'},
|
84
|
+
{'key': 'macro_lithium_carbonate', 'name': '碳酸锂', 'url': '/0a807cf25435fb72861c0935bccb3720'},
|
84
85
|
]
|
85
86
|
},
|
86
87
|
{
|
@@ -185,12 +186,12 @@ const MenuList = [
|
|
185
186
|
{'key': 'us_sp500', 'name': '标普500', 'url': '/33f59986534947d63d6ca1dcebac15d7'},
|
186
187
|
{'key': 'us_qqq', 'name': '纳斯达克100', 'url': '/2ce5bc68a55b5671613b66093d93b40c'},
|
187
188
|
{'key': 'us_cn', 'name': '中国概念股', 'url': '/bff1b2e208757edb89df6e62385a8c1b'},
|
188
|
-
{'key': 'us_marijuana', 'name': '工业大麻', 'url': '/d3e38cb2006f647d269763f3f9df942b'},
|
189
|
-
{'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
|
190
189
|
{'key': 'us_dollar_index', 'name': '美元指数', 'url': '/2cba34f3658ea00c047aba2f4b790877'},
|
191
190
|
{'key': 'us_bond_yield', 'name': '美十年国债收益率', 'url': '/3d1ba074a5d8e2e0162fce0db80753d4'},
|
192
191
|
{'key': 'us_usd_cnh', 'name': '美元离岸人民币汇率', 'url': '/f1e85a31b0829c6de701d5f6c0b97494'},
|
192
|
+
{'key': 'us_vix', 'name': 'VIX恐慌指数', 'url': '/a6b45ab5c3c0ac28b33da9899d00aaeb'},
|
193
193
|
{'key': 'us_pe', 'name': '标普500历史PE', 'url': '/aad2760a6cdbc1311cad07f7951d3b08'},
|
194
|
+
{'key': 'us_short_rank', 'name': '做空排行', 'url': '/918871a5e9af5bd87bcb54a4b1677595'},
|
194
195
|
]
|
195
196
|
},
|
196
197
|
{
|
package/package.json
CHANGED
package/util.js
CHANGED