diff --git a/desktop/index.html b/desktop/index.html
index 1290cb4..744aa73 100644
--- a/desktop/index.html
+++ b/desktop/index.html
@@ -4,6 +4,10 @@
- {/* 无边框窗口自绘顶条(titleBarStyle Overlay:系统红绿灯悬浮于左上,留 76px);
- 样式对齐原型 MacWindow:surface-2 + 下边框,整条可拖拽 */}
+ // 透明窗口自绘 MacWindow 框(对齐原型):16px 阴影边距 + radius-md + border + shadow-window。
+ // 原生 NSWindow 底色在深色内容外露白边,故窗口 transparent、框由页面画。
+
+ {/* 自绘顶条:系统红绿灯悬浮于左上(trafficLightPosition 已对齐),留 76px;整条可拖拽 */}
dudu 设置
+
@@ -148,6 +155,7 @@ export function SettingsApp() {
+
);
}