v1.0.93
变更 / Changes
Fixed
- 提案卡面重新显示「怎样算办完」,待验收卡面永远显示「☐ 验收清单」(owner 决策 D43):原生看板一直把这两块放在卡面上——批准一张提案就是批准它的验收标准,验收时逐条对照的清单也该在眼前;web 移植把它们与真正的详情积木一起收进了右侧详情侧栏,卡面上一条不剩。自本版起两块以紧凑形回到卡面:最多前 3 条、其余折成一行「+N」,每条单行截断(悬停看全文),全文清单仍在「展开详情 ▸」的侧栏里;待验收卡的方框跟着 AI 评语走——评语是「建议验收」时画成 ☑(AI 判断,悬停有说明),其余情况一律 ☐;没有验收标准的卡仍给「该任务未定义验收标准,请自行判断」。验收 / 打回 / 批准按钮不多不少,卡上不长任何开合。看板两张视觉基准图随之更新。
安装 / Install
macOS
下载下方的 ZelinAIAssistant-*.pkg 双击安装。装完后菜单栏会自动出现小图标(首启弹权限设置页)。
这个安装包目前没有 Apple 开发者签名,所以 macOS 第一次会拦下它说"无法打开"。这不是故障,也不是恶意软件——用 3 步绕过(只需做这一次):
- 在 Finder 里右键点击 .pkg 文件 → 选「打开」;
- 弹窗里再点一次「打开」;
- 如果 macOS Sequoia 仍然拒绝:打开 系统设置 → 隐私与安全性,拉到底部,点「仍要打开」,输一次密码。
Download ZelinAIAssistant-*.pkg below and double-click it. The build is not yet signed with an Apple Developer ID, so macOS blocks the first open — expected, not malware. Bypass it once: right-click the .pkg in Finder → Open → Open; if macOS Sequoia still refuses, go to System Settings → Privacy & Security, scroll to the bottom, click Open Anyway and enter your password.
Windows / Linux
Windows 和 Linux 是纯 Python(无需编译)。下载对应的源码包,解压,然后从解压出的目录里运行安装脚本:
- Windows:下载
ZelinAIAssistant-*-windows.zip,解压后运行install.ps1(指南:docs/WINDOWS.md)。 - Linux:下载
ZelinAIAssistant-*-linux.tar.gz,解压后运行bash install-linux.sh(指南:docs/LINUX.md)。
Windows and Linux are pure Python (no build step). Download the matching source bundle, unpack it, and run the install script from the extracted folder:
- Windows: download
ZelinAIAssistant-*-windows.zip, extract, runinstall.ps1— see docs/WINDOWS.md. - Linux: download
ZelinAIAssistant-*-linux.tar.gz, unpack, runbash install-linux.sh— see docs/LINUX.md.
完整安装指南 / full install guide: docs/INSTALL.md · 卸载 / uninstall: bash uninstall.sh
What's Changed
Other changes
Full Changelog: v1.0.92...v1.0.93