update pay function

This commit is contained in:
2025-11-22 16:03:53 +08:00
parent a15830c97e
commit 70376b3544
2 changed files with 4 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
// 最小化 PostCSS 配置
// Tailwind 由 Hero UI 内部处理,我们只需要 autoprefixer
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
}