update pay function

This commit is contained in:
2025-11-22 21:54:04 +08:00
parent 7191dd3202
commit a8e20e0774
3 changed files with 3 additions and 9 deletions

View File

@@ -1,9 +1,6 @@
// PostCSS 配置 - Tailwind CSS v4
// 文档: https://tailwindcss.com/docs/upgrade-guide
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
// Tailwind v4 已内置 autoprefixer不再需要单独配置
},
}