MrShi
2026-05-14 e9a7cddce776382916e975402986144a88899ac5
small-program/utils/utils.js
@@ -41,4 +41,3 @@
  // 保留前3位和后4位,中间4位用*代替
  return cleaned.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
}