sbd-npm 1.3.82 → 1.3.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/constant.js CHANGED
@@ -5,6 +5,7 @@ const MenuList = [
5
5
  'menu': [
6
6
  {'key': 'summary_daily', 'name': '每日概要', 'url': '/0x2168175717a03ec7544549dcfe0018b80a1973c6'},
7
7
  {'key': 'summary_week', 'name': '每周概要', 'url': '/0x6e7bdba064724aea8149d883db1fcd88cdcf43ea'},
8
+ {'key': 'summary_month', 'name': '每月概要', 'url': '/0xb73a5708dc3c4ed26a6baf9e4f6e82229662a319'},
8
9
  {'key': 'summary_breadth', 'name': '市场宽度', 'url': '/0x7dbef7e8cff8988ed176da59b54e558e749609c4'},
9
10
  {'key': 'summary_industry', 'name': '板块涨跌', 'url': '/0x0ec5d38a4cbe9e381088bcc3a5810383aa61336a'},
10
11
  {'key': 'summary_momentum', 'name': '板块动量', 'url': '/0x7c8eb093d142bdc6cca0650d6399a0d5766c27de'},
@@ -153,6 +154,7 @@ const MenuList = [
153
154
  {'key': 'portfolio_star50', 'name': '科创50', 'url': '/0x378b2601d83c467f81f1d4e323c8bfbc72f6cc0d'},
154
155
  {'key': 'portfolio_bellwether', 'name': '龙头股', 'url': '/0x7cdfb14131c3693c439a90333790eeb5fce70a12'},
155
156
  {'key': 'portfolio_market_situation', 'name': '市值风云', 'url': '/0x3720c6de05378152ef0e758b56199bfcbc15274b'},
157
+ {'key': 'portfolio_huawei', 'name': '华为产业链', 'url': '/0xb0705c802705f225d8a4a8d726ad5eeb42c7c22d'},
156
158
  {'key': 'portfolio_chip', 'name': '芯片半导体', 'url': '/0x05ad16cc1cc6b9ee1f3bb134e798a83037878de3'},
157
159
  {'key': 'portfolio_auto_intelligent', 'name': '智能电动车', 'url': '/0xa4dd0bd98c5924bf4c9f944ea97a93cbb0a6cb35'},
158
160
  {'key': 'portfolio_hk', 'name': '港股', 'url': '/0x64616c9e7d2445c983368baebc4a19eb71b551d8'},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.3.82",
3
+ "version": "1.3.84",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/summary_daily.js CHANGED
@@ -76,10 +76,6 @@ $(function () {
76
76
  });
77
77
  },
78
78
 
79
- hide_loaded: function () {
80
- Util.hide_tips();
81
- },
82
-
83
79
  /**
84
80
  * 当前行情指数
85
81
  */
@@ -380,7 +376,7 @@ $(function () {
380
376
  DailySummary.set_cache("index", j["index"]);
381
377
  DailySummary.set_cache("change_percent", j["change_percent"]);
382
378
  DailySummary.set_cache("news", j["news"]);
383
- DailySummary.hide_loaded();
379
+ Util.hide_tips();
384
380
  if (DailySummary.is_trade_time === 1) {
385
381
  setTimeout(DailySummary.fetch_statistics_daily, 9876);
386
382
  }