sbd-npm 1.2.57 → 1.2.58

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/README.md CHANGED
@@ -10,6 +10,12 @@ yum install -y nodejs
10
10
 
11
11
  [https://nodejs.org/en/download/releases/](https://nodejs.org/en/download/releases/)
12
12
 
13
+ ## NPM 版本
14
+
15
+ ```
16
+ npm -v
17
+ ```
18
+
13
19
  ## 登录 [NPM](https://www.npmjs.com/)
14
20
 
15
21
  ```
package/constant.js CHANGED
@@ -133,8 +133,8 @@ const MenuList = [
133
133
  'name': '概念股',
134
134
  'icon': 'retweet',
135
135
  'menu': [
136
- {'key': 'concept_recommend', 'name': '关注1', 'url': '/27ca098faad33a8e4d109efe0112fd16'},
137
- {'key': 'concept_dhs', 'name': '关注2', 'url': '/b979e29e7eaffcf4e6b3d21a84481c43'},
136
+ {'key': 'concept_recommend', 'name': '关注', 'url': '/27ca098faad33a8e4d109efe0112fd16'},
137
+ {'key': 'concept_macd', 'name': 'MACD', 'url': '/3400774e910fb611625b31d049d571fb'},
138
138
  {'key': 'concept_bellwether', 'name': '龙头股', 'url': '/2995afdea420471e00c536182e711bef'},
139
139
  {'key': 'concept_market_situation', 'name': '市值风云', 'url': '/02fdaf4d66cdecb092bcd65f569aa493'},
140
140
  {'key': 'concept_wen', 'name': '崇文不尚武', 'url': '/b6fd64a2c54250b8ac039123e74e9b7e'},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {