add vite obfuscator

This commit is contained in:
landaiqing
2024-10-21 17:42:05 +08:00
parent 4aeb94063a
commit b114996e1c
12 changed files with 393 additions and 137 deletions

View File

@@ -11,7 +11,7 @@ export const generateClientId = () => {
},
cacheFor: {
mode: "restore",
expire: 1000 * 60 * 60 * 24 * 7
expire: 1000 * 60 * 60 * 24
}
}
);