refactor: remove duplicated route and UI code

This commit is contained in:
2026-07-06 17:14:09 +08:00
parent f385f9747b
commit 2fdbaa8876
10 changed files with 1362 additions and 300 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"scripts": {
"build:css": "tailwindcss -i ./static/css/app.src.css -o ./static/css/app.css --minify",
"watch:css": "tailwindcss -i ./static/css/app.src.css -o ./static/css/app.css --watch"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"tailwindcss": "^3.4.17"
}
}