Initial commit: 风影 OA 全栈源码(API/Web/Flutter/IM)

含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。
排除 node_modules、构建产物、安装包与 .env 密钥。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-02 10:04:03 +00:00
commit 76f266645d
507 changed files with 99891 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "enterprise-ops",
"private": true,
"description": "企业综合运营管理平台(Web 先行)",
"scripts": {
"dev:api": "pnpm --filter api start:dev",
"dev:web": "pnpm --filter web dev",
"build": "pnpm --filter api build && pnpm --filter web build",
"lint": "pnpm --filter api lint && pnpm --filter web lint",
"test": "pnpm --filter api test",
"test:e2e": "pnpm --filter api test:e2e",
"db:migrate": "pnpm --filter api prisma:migrate",
"db:seed": "pnpm --filter api prisma:seed",
"db:reset": "pnpm --filter api exec prisma migrate reset --force"
},
"packageManager": "pnpm@10.15.1",
"engines": {
"node": ">=22"
}
}