sbd-npm 1.1.83 → 1.1.84
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/.npmignore +1 -0
- package/menu.js +1 -0
- package/package.json +1 -1
package/.npmignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
sbd-npm.md
|
package/menu.js
CHANGED
@@ -21,6 +21,7 @@ const MenuList = [
|
|
21
21
|
'icon': 'th',
|
22
22
|
'menu': [
|
23
23
|
{'key': 'daily_price_top', 'name': '每日新高', 'url': '/947b66233a7bddda51a0ae0bb735ef3d'},
|
24
|
+
{'key': 'daily_price_up_limit', 'name': '每日涨停', 'url': '/393762e465bc20efd911d25518754caa'},
|
24
25
|
{'key': 'daily_margin', 'name': '融资融券', 'url': '/b3c3792c371ad62f28b1eacc1d6edf31'},
|
25
26
|
{'key': 'daily_volume', 'name': '成交量(大量)', 'url': '/5f3f29dc703951cd66f5c6320fa369ae'},
|
26
27
|
{'key': 'daily_gap', 'name': '缺口', 'url': '/d058569e38097c2e55539d181a135552'},
|