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
+13
View File
@@ -0,0 +1,13 @@
# 风影办公 Windows 3.1.7 构建
在 Windows PowerShell 中解压源码后执行:
```powershell
flutter config --enable-windows-desktop
flutter pub get
flutter build windows --release
```
产物目录:`build\windows\x64\runner\Release\`。发布时请连同该目录内 DLL 和 `data` 目录一起分发,不能只复制 exe。
本版本的 Android 与 Windows 共用 Flutter 业务代码,包含通话状态同步和工作台业务卡片转发功能。