chore(client): add digital employee check

This commit is contained in:
baiyanyun
2026-06-08 10:36:19 +08:00
parent 700f6a40b8
commit 8dc9ce73b9
3 changed files with 113 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
"build:renderer": "vite build",
"sync:sgrobot-digital": "node scripts/sync-sgrobot-digital.js",
"build:sgrobot-digital": "node scripts/build-sgrobot-digital.js",
"check:digital-employee": "node scripts/check-digital-employee.js",
"build": "dotenv -e .env.production -- cross-env NODE_ENV=production npm run build:main && npm run build:renderer",
"test": "vitest",
"test:run": "vitest run",