change style of header & download tailwindv4
All checks were successful
自动构建并部署Astro博客 / build-and-deploy (push) Successful in 1m19s

This commit is contained in:
2026-05-07 16:39:11 +08:00
parent 701f4700e4
commit 65960f41ba
8 changed files with 667 additions and 64 deletions

View File

@@ -15,7 +15,10 @@
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.1.5",
"sharp": "^0.34.3"
"lightningcss": "^1.32.0",
"sharp": "^0.34.3",
"tailwindcss": "^4.2.4"
}
}
}