feat: update admin frontend

This commit is contained in:
Rogee
2025-03-31 17:39:23 +08:00
parent d016934d83
commit 88ec28b7f4
4 changed files with 13 additions and 9 deletions

BIN
frontend/admin/bun.lockb Executable file

Binary file not shown.

View File

@@ -1,13 +1,17 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title> <title>Admin</title>
</head> <link rel="stylesheet" href="/src/style.css" />
<body> </head>
<body>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html>
</html>

View File

@@ -9,9 +9,9 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/vite": "^4.0.15", "@tailwindcss/vite": "^4.0.17",
"daisyui": "^5.0.9", "daisyui": "^5.0.9",
"tailwindcss": "^4.0.15", "tailwindcss": "^4.0.17",
"vue": "^3.5.13" "vue": "^3.5.13"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -1,2 +1,2 @@
@import "tailwindcss"; @import "tailwindcss";
@plugin "daisyui"; /* @plugin "daisyui"; */