iv-npm 1.6.6 → 1.6.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.6.6",
3
+ "version": "1.6.8",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -383,7 +383,7 @@ function getAmountByUnit(amount) {
383
383
  for (const key in capitalUnits) {
384
384
  resultStr = resultStr.replaceAll(key, capitalUnits[key]);
385
385
  }
386
- return (plusOrMinusFlag ? "- " : "") + resultStr;
386
+ return (plusOrMinusFlag ? "\u8D1F " : "") + resultStr;
387
387
  }
388
388
  var amountToFixed = (_v) => {
389
389
  if (!_v)