首次提交

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 a(t){const o={...t};return Object.keys(o).forEach(r=>{try{o[r]=JSON.parse(o[r])}catch{}}),o}function c(t){const o={...t};return Object.keys(o).forEach(r=>{typeof o[r]=="object"&&(o[r]=JSON.stringify(o[r]))}),o}export{c as a,a as f};