This commit is contained in:
pengxiaolong
2025-07-21 22:10:59 +08:00
parent 31527ba8a6
commit 7116e57fc3
157 changed files with 2793 additions and 405 deletions

View File

@@ -0,0 +1 @@
"use strict";exports.generateId=function(){const r=Math.random()>=.5;return`${String.fromCharCode(Math.floor(26*Math.random())+(r?65:97))}${Array.from({length:5},(()=>{const r=Math.random();return r<.3?String.fromCharCode(Math.floor(26*Math.random())+97):r<.6?String.fromCharCode(Math.floor(26*Math.random())+65):Math.floor(10*Math.random())})).join("")}${Date.now().toString(16).slice(-4)}`};