76f266645d
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。 排除 node_modules、构建产物、安装包与 .env 密钥。 Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
467 B
Markdown
14 lines
467 B
Markdown
# 风影办公 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 业务代码,包含通话状态同步和工作台业务卡片转发功能。
|