merge: 集成V2.6 性能增强与小宝后台化

# Conflicts:
#	apps/server/prisma/schema.prisma
#	apps/server/src/app.module.ts
#	apps/web/components/layout/Sidebar.tsx
#	docs/architecture.md
#	docs/decisions.md
#	docs/roadmap.md
This commit is contained in:
2026-07-08 18:04:39 +08:00
60 changed files with 4933 additions and 46 deletions

View File

@@ -7,6 +7,9 @@
"lint": "turbo lint",
"type-check": "turbo type-check",
"test": "turbo test",
"perf:seed": "node scripts/seed-large-dataset.mjs",
"perf:check": "node scripts/perf-check.mjs",
"perf:explain": "node scripts/explain-hot-queries.mjs",
"deploy:verify": "node scripts/verify-production-deploy.mjs",
"deploy:check-runtime": "node scripts/check-runtime-version.mjs",
"appdata:archive:export": "node scripts/export-appdata-archive.mjs",