update pay ui

This commit is contained in:
2025-12-13 11:38:19 +08:00
parent 646bc25b4f
commit 235cbf48a8
8 changed files with 567 additions and 28 deletions

View File

@@ -108,6 +108,9 @@
"test": "craco test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "bash scripts/deploy-from-local.sh",
"deploy:cos": "node scripts/deploy-to-cos.js",
"deploy:cos:clean": "node scripts/deploy-to-cos.js --clear",
"deploy:cdn": "npm run build && npm run deploy:cos",
"deploy:setup": "bash scripts/setup-deployment.sh",
"rollback": "bash scripts/rollback-from-local.sh",
"lint:check": "eslint . --ext=js,jsx,ts,tsx; exit 0",
@@ -126,6 +129,7 @@
"@typescript-eslint/parser": "^8.46.4",
"ajv": "^8.17.1",
"concurrently": "^8.2.2",
"cos-nodejs-sdk-v5": "^2.15.4",
"env-cmd": "^11.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",