diff --git a/frontend/wechat/bun.lockb b/frontend/wechat/bun.lockb index 3fb4616..2cd5551 100755 Binary files a/frontend/wechat/bun.lockb and b/frontend/wechat/bun.lockb differ diff --git a/frontend/wechat/package.json b/frontend/wechat/package.json index 87dc980..eed3e4c 100644 --- a/frontend/wechat/package.json +++ b/frontend/wechat/package.json @@ -9,12 +9,12 @@ "preview": "vite preview" }, "dependencies": { - "@tailwindcss/vite": "^4.1.4", + "@tailwindcss/vite": "^4.1.6", "@vueuse/core": "^13.1.0", "axios": "^1.8.4", "pinia": "^3.0.2", "sha1": "^1.1.1", - "tailwindcss": "^4.1.4", + "tailwindcss": "3.4.1", "vue": "^3.5.13", "vue-icons-plus": "^0.1.8", "vue-router": "^4.5.0", @@ -27,8 +27,8 @@ "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", "@vitejs/plugin-vue": "^5.2.2", - "autoprefixer": "^10.4.21", - "postcss": "^8.5.3", + "autoprefixer": "10.4.17", + "postcss": "8.4.35", "rollup-plugin-visualizer": "^5.14.0", "terser": "^5.39.0", "vite": "^6.3.0", diff --git a/frontend/wechat/postcss.config.js b/frontend/wechat/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/frontend/wechat/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/frontend/wechat/src/styles.css b/frontend/wechat/src/styles.css index dfee755..e6dd751 100644 --- a/frontend/wechat/src/styles.css +++ b/frontend/wechat/src/styles.css @@ -1,6 +1,6 @@ -@import "tailwindcss/preflight"; -@import "tailwindcss/components"; -@import "tailwindcss/utilities"; +@tailwind base; +@tailwind components; +@tailwind utilities; @layer base { html, body { diff --git a/frontend/wechat/stats.html b/frontend/wechat/stats.html index cf4f1be..5e43c30 100644 --- a/frontend/wechat/stats.html +++ b/frontend/wechat/stats.html @@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {