update pay function

This commit is contained in:
2025-11-22 16:12:09 +08:00
parent 5e333ad7e7
commit 75696b9e52
5 changed files with 23 additions and 109 deletions

View File

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