update pay function

This commit is contained in:
2025-11-22 20:11:10 +08:00
parent 4879121d2b
commit 1ad68bca6c
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ module.exports = {
},
// 日期/日历库
calendar: {
test: /[\\/]node_modules[\\/](dayjs|date-fns|@fullcalendar|react-big-calendar)[\\/]/,
test: /[\\/]node_modules[\\/](dayjs|date-fns|@fullcalendar)[\\/]/,
name: 'calendar-lib',
priority: 18,
reuseExistingChunk: true,