From 753f5aa9b4b65530131e0a3c5cedb4c83dd95aaf Mon Sep 17 00:00:00 2001 From: Cooper-X-Oak Date: Sat, 2 May 2026 01:23:22 +0800 Subject: [PATCH] =?UTF-8?q?docs(windows):=20=E4=B8=BA=20issue=20141=20?= =?UTF-8?q?=E5=BB=BA=E7=AB=8B=E4=B8=BB=E7=AA=97=E5=8F=A3=E5=A4=96=E6=A1=86?= =?UTF-8?q?=E5=8D=A0=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../issue-141-main-frame.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/windows-ui-tracking/issue-141-main-frame.md diff --git a/docs/windows-ui-tracking/issue-141-main-frame.md b/docs/windows-ui-tracking/issue-141-main-frame.md new file mode 100644 index 00000000..12b68269 --- /dev/null +++ b/docs/windows-ui-tracking/issue-141-main-frame.md @@ -0,0 +1,23 @@ +# Issue #141 Placeholder / 占位 + +## 中文摘要 + +本 PR 是 issue #141 的 draft 占位,专门跟踪 Windows 主窗口圆角贴合与外框不完整问题。 +当前只沉淀调查结论、证据入口和后续修复范围,不引入功能性改动。 + +## Scope / 范围 + +- Windows main window +- frameless / custom chrome +- Mica / transparent / shadow +- first-paint visual consistency + +## Evidence / 证据入口 + +- `openless-all/app/src-tauri/tauri.conf.json` +- `openless-all/app/src-tauri/src/lib.rs` +- `openless-all/app/src/components/WindowChrome.tsx` + +## Merge Rule / 合并规则 + +- 仅当 issue #141 的根因修复、验证和回归检查完成后才允许从 draft 转为 ready。