Compare commits

..

No commits in common. "9731eeb5304f81532bd3654032575c617c52c28d" and "e7f947a6928e94a916d74b218379e8cc9dc77a79" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,8 @@ export default function MainLayout({ children }: DashboardProps) {
<Header /> <Header />
<AuthProtected> <AuthProtected>
<ServerDataProvider> <ServerDataProvider>
{children}
<DashCommand /> <DashCommand />
{children}
</ServerDataProvider> </ServerDataProvider>
</AuthProtected> </AuthProtected>
<Footer /> <Footer />

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "nezha-dash", "name": "nezha-dash",
"version": "2.6.1", "version": "2.6.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 3040", "dev": "next dev -p 3040",
@ -60,12 +60,12 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@next/bundle-analyzer": "^15.1.6", "@next/bundle-analyzer": "^15.1.6",
"@tailwindcss/postcss": "^4.0.2", "@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.13.0", "@types/node": "^22.12.0",
"@types/react": "^19.0.8", "@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.3",
"postcss": "^8.5.1", "postcss": "^8.5.1",
"tailwindcss": "^4.0.2", "tailwindcss": "^4.0.0",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"vercel": "^39.4.2" "vercel": "^39.4.2"
}, },