sbd-npm 1.2.33 → 1.2.34

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 (3) hide show
  1. package/constant.js +2 -0
  2. package/package.json +1 -1
  3. package/util.js +1 -0
package/constant.js CHANGED
@@ -239,6 +239,8 @@ const ClassifyList = [
239
239
  '中证500',
240
240
  '中证100',
241
241
  '科创50',
242
+ '上证',
243
+ '深证',
242
244
  '科创',
243
245
  '中小板',
244
246
  '创业板',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/util.js CHANGED
@@ -25,6 +25,7 @@ const Util = {
25
25
  load_token: "loading_div",
26
26
  interval_timer: null,
27
27
  stock_timer_id: 0,
28
+ is_init: 0,
28
29
  // 1年的天数
29
30
  one_year_day: 365,
30
31
  // 一天的秒数