sbd-npm 1.2.66 → 1.2.68
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 +2 -1
- package/package.json +1 -1
- package/util.js +1 -1
package/constant.js
CHANGED
@@ -138,9 +138,10 @@ const MenuList = [
|
|
138
138
|
{'key': 'concept_cloud', 'name': '心似白云常自在', 'url': '/1d883188398a3a8c743748c5eb81fe7b'},
|
139
139
|
{'key': 'concept_vegetable', 'name': 'Veget', 'url': '/b1769a58f0f3d4a92bad61c97a2232f0'},
|
140
140
|
{'key': 'concept_zan', 'name': 'zangyn', 'url': '/860a3a9647efad436894b4aa3843da42'},
|
141
|
+
{'key': 'concept_peng', 'name': '吴小朋同学', 'url': '/8aa7536ca01724a5d2b580b22dea15de'},
|
142
|
+
{'key': 'concept_penny', 'name': '梁斌penny', 'url': '/8c1660155f89650a471edf54414cac49'},
|
141
143
|
{'key': 'concept_wen', 'name': '崇文不尚武', 'url': '/b6fd64a2c54250b8ac039123e74e9b7e'},
|
142
144
|
{'key': 'concept_dao', 'name': '成长股事(大道)', 'url': '/7b7ea877f6793752e2b981d82da81e1b'},
|
143
|
-
{'key': 'concept_peng', 'name': '吴小朋同学', 'url': '/8aa7536ca01724a5d2b580b22dea15de'},
|
144
145
|
{'key': 'concept_bellwether', 'name': '龙头股', 'url': '/2995afdea420471e00c536182e711bef'},
|
145
146
|
{'key': 'concept_market_situation', 'name': '市值风云', 'url': '/02fdaf4d66cdecb092bcd65f569aa493'},
|
146
147
|
{'key': 'concept_down_top', 'name': '15-21年的超跌股', 'url': '/ae3bbf97a358392cfaa0ceb35cb3fb57'},
|
package/package.json
CHANGED
package/util.js
CHANGED
@@ -2404,7 +2404,7 @@ const Util = {
|
|
2404
2404
|
rate_val = -rate_val
|
2405
2405
|
}
|
2406
2406
|
}
|
2407
|
-
return "<b title='" + (year_price + " - " price) + "' class='" + cls + "'>" + rate_val + "%</b>";
|
2407
|
+
return "<b title='" + (year_price + " - " + price) + "' class='" + cls + "'>" + rate_val + "%</b>";
|
2408
2408
|
},
|
2409
2409
|
|
2410
2410
|
/**
|