chore: update translations (#101)

* chore: update translations

* fix: form values type conversion

* feat: terminal fullscreen mode

* fix
This commit is contained in:
UUBulb
2025-01-19 21:09:52 +08:00
committed by GitHub
parent 53a937af4b
commit ff11783945
16 changed files with 188 additions and 168 deletions

View File

@@ -1,3 +1,5 @@
import animatePlugin from "tailwindcss-animate"
/** @type {import('tailwindcss').Config} */
export default {
darkMode: ["class"],
@@ -56,5 +58,5 @@ export default {
},
},
},
plugins: [require("tailwindcss-animate")],
plugins: [animatePlugin],
}