sbd-npm 1.3.3 → 1.3.4
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
@@ -139,6 +139,7 @@ const MenuList = [
|
|
139
139
|
{'key': 'concept_cloud', 'name': '心似白云常自在', 'url': '/0xaacc2078f38307e8a6855ecd96c69af39e1d69d3'},
|
140
140
|
{'key': 'concept_vegetable', 'name': 'Veget', 'url': '/0xbd14b9e9686c14863ea0849fb60ba90acf4e35eb'},
|
141
141
|
{'key': 'concept_zan', 'name': 'zangyn', 'url': '/0xbdc27e0a9908ee586033dbb801c57369e687810c'},
|
142
|
+
{'key': 'concept_follow', 'name': '跟我走吧14', 'url': '/0x70da61572340cef1dd3506f6505b1d2fc8d45156'},
|
142
143
|
{'key': 'concept_peng', 'name': '吴小朋同学', 'url': '/0x02073ae93ccbbda6e2f6a9d7588ba4f7c30a9af8'},
|
143
144
|
{'key': 'concept_xiong', 'name': '王朝雄', 'url': '/0x7bf85e4b9a10a5a144cb079425581844d185a52e'},
|
144
145
|
{'key': 'concept_penny', 'name': '梁斌penny', 'url': '/0xe796e2ec1b573ab027f72072147f8dfddc5d3368'},
|
@@ -147,7 +148,7 @@ const MenuList = [
|
|
147
148
|
{'key': 'concept_star50', 'name': '科创50', 'url': '/0x9b4e2daac43b0391842cb8e62c8b9aa07662d8bd'},
|
148
149
|
{'key': 'concept_bellwether', 'name': '龙头股', 'url': '/0x4acb881cf7b392df48e10b52fe77115836d4cc10'},
|
149
150
|
{'key': 'concept_market_situation', 'name': '市值风云', 'url': '/0xa2df531f71114d2001427d83d9955d2ab0a50cdf'},
|
150
|
-
{'key': 'concept_down_top', 'name': '15-21
|
151
|
+
{'key': 'concept_down_top', 'name': '15-21年超跌股', 'url': '/0x4f30e7aa31c910be8b4cecf1ec5cbcfa0fcd74b7'},
|
151
152
|
{'key': 'concept_auto_intelligent', 'name': '智能电动车', 'url': '/0x4594dd03fe141df964e980080769c5e171243ef0'},
|
152
153
|
{'key': 'concept_hk', 'name': '港股', 'url': '/0xd63fedf985a711ff5b3b6567ee94e1ba49d3787c'},
|
153
154
|
{'key': 'concept_us', 'name': '美股', 'url': '/0x77b7acd63bd93517f933bf0a02dafe82260f4791'},
|
package/package.json
CHANGED
package/util.js
CHANGED
@@ -230,7 +230,7 @@ const Util = {
|
|
230
230
|
* @returns {string}
|
231
231
|
*/
|
232
232
|
stock_url: function (code, name) {
|
233
|
-
return "
|
233
|
+
return Util.pack_html_link("/stock/" + code, name);
|
234
234
|
},
|
235
235
|
|
236
236
|
/**
|