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