sbd-npm 1.5.53 → 1.5.55

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/package.json +1 -1
  2. package/util.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.5.53",
3
+ "version": "1.5.55",
4
4
  "description": "Stock Big Data",
5
5
  "author": "DHQ <dhq314@gmail.com>",
6
6
  "license": "ISC",
package/util.js CHANGED
@@ -3536,7 +3536,7 @@ const Util = {
3536
3536
  let html = [];
3537
3537
  data.forEach(function (item) {
3538
3538
  html.push("<tr>");
3539
- html.push("<td>", Util.snowball_url(item.code), "</td>");
3539
+ html.push("<td>", Util.pack_html_link('https://www.xueqiu.com/S/' + Util.code_to_fund_symbol(item.code), item.code), "</td>");
3540
3540
  html.push("<td><a class='link_cls' data-toggle='modal' data-target='.public_fund_modal' data-val='", item.code, "'>", item.name, "</a></td>");
3541
3541
  let change_quotient = "--";
3542
3542
  if (item.start_quotient && item.end_quotient) {