feat: support simple obfuscation (#13)

This commit is contained in:
ReaJason
2025-03-30 15:33:31 +08:00
parent e3a59e9f21
commit d57e691e1f
19 changed files with 78 additions and 34 deletions
+7 -7
View File
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/router-plugin": "^1.114.29",
"@tanstack/router-plugin": "^1.114.30",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/react-copy-to-clipboard": "^5.0.7",
@@ -42,22 +42,22 @@
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.17",
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-query": "^5.70.0",
"@tanstack/react-router": "^1.114.29",
"@tanstack/router-devtools": "^1.114.29",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^24.2.3",
"lucide-react": "^0.484.0",
"react": "^19.0.0",
"lucide-react": "^0.485.0",
"react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"react-i18next": "^15.4.1",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.2",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.1",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},