global: big snapshot

This commit is contained in:
nym21
2026-04-13 22:46:56 +02:00
parent c3cef71aa3
commit 765261648d
89 changed files with 4138 additions and 149 deletions

View File

@@ -65,5 +65,6 @@ export function stringToId(s) {
return s
.trim()
.replace(/[ /]+/g, "-")
.toLowerCase();
.toLowerCase()
.replace(/%/g, "%25");
}