1
0
mirror of synced 2025-12-25 14:38:02 +08:00

Merge pull request #34 from Stitch-June/patch-1

bugfix getDayXiongSha
This commit is contained in:
6tail
2024-02-28 21:16:08 +08:00
committed by GitHub

View File

@@ -5215,7 +5215,7 @@
}
var xs = left.substring(left.indexOf(',')+1);
for (var i = 0, j = xs.length; i < j; i += 2) {
l.push(this.SHEN_SHA[parseInt(m = xs.substring(i, i+2), 16)]);
l.push(this.SHEN_SHA[parseInt(xs.substring(i, i+2), 16)]);
}
}
if(l.length<1){