update pay function

This commit is contained in:
2025-11-22 21:54:04 +08:00
parent 6b9be7dad0
commit c5f21a517d
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不再需要单独配置
},
}