第一次上传

This commit is contained in:
xxk
2026-06-11 09:53:11 +08:00
commit e257f2009e
89 changed files with 4336 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
"use strict";function r(r){return Math.max(0,Math.round(100*(Number(r)||0)))}exports.clampPercent=function(t){return`${Math.min(100,r(t))}%`},exports.formatCurrency=function(r){return`¥${Number(r||0).toFixed(2)}`},exports.formatPercent=function(t){return`${r(t)}%`};