sbd-npm 1.3.1 → 1.3.2

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 +1 -0
  2. package/package.json +1 -1
package/constant.js CHANGED
@@ -177,6 +177,7 @@ const MenuList = [
177
177
  {'key': 'hk_hsm25', 'name': '恒生中国25指数', 'url': '/0x51c9cebe97e898875fba107e53fad29c79e1a1bb'},
178
178
  {'key': 'hk_hsh35', 'name': '恒生香港35指数', 'url': '/0x5eff66742c612a2423c451e7d112014ecccc6af9'},
179
179
  {'key': 'hk_hsm100', 'name': '恒生中国100指数', 'url': '/0x759fcb84a0a322125df6748dffad66d7b2b44c2d'},
180
+ {'key': 'hk_biotechnology', 'name': '生物科技', 'url': '/0xa131be85db2beb939e93207d0966c3710c7b761a'},
180
181
  ]
181
182
  },
182
183
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {