首次提交

This commit is contained in:
2024-04-07 09:46:14 +08:00
commit d1b1ee6e11
409 changed files with 46850 additions and 0 deletions

View File

@@ -0,0 +1 @@
function r(e){const n=Array.isArray(e)?[]:{};if(e&&typeof e=="object")for(const t in e)e[t]&&typeof e[t]=="object"?n[t]=r(e[t]):n[t]=e[t];return n}export{r as d};