feat 同步为商业版同一套代码

This commit is contained in:
bootx
2025-04-27 21:00:10 +08:00
parent c4be491948
commit a47acbe5d9
199 changed files with 8560 additions and 3107 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "daxpay-single-ui",
"name": "daxpay-multi-ui",
"version": "2.11.5",
"homepage": "",
"license": "Apache License v2",
@@ -9,7 +9,7 @@
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode build",
"build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
"build:no-cache": "pnpm store prune && npm run build",
"dev": "pnpm vite --mode admin --port=13333",
"dev": "pnpm vite --port=13333",
"preinstall": "npx only-allow pnpm",
"postinstall": "turbo run stub",
"lint": "turbo run lint",