first commit

This commit is contained in:
2026-02-17 08:54:43 +00:00
commit 6ab40e6d65
662 changed files with 80994 additions and 0 deletions

View File

@@ -0,0 +1 @@
function generateApiKey(){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let a="";for(let e=0;e<25;e++){var n=Math.floor(Math.random()*t.length);a+=t[n]}document.getElementById("apiKeyInput").value=a}new ClipboardJS("[data-clipboard-target]");