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,

View File

@@ -45,7 +45,6 @@
"posthog-js": "^1.295.0",
"react": "^19.0.0",
"react-apexcharts": "^1.3.9",
"react-big-calendar": "^0.33.2",
"react-circular-slider-svg": "^0.1.5",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "^19.0.0",
@@ -81,7 +80,8 @@
"overrides": {
"uuid": "^9.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-is": "^19.0.0"
},
"scripts": {
"prestart": "kill-port 3000",