From f5c8f5d0efe752f59e13e0b2a33656e1b43c246b Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Wed, 16 Jul 2025 18:01:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(mac):=E6=98=BE=E7=A4=BAwindows?= =?UTF-8?q?=E7=AA=97=E4=BD=93(=E6=98=BE=E7=A4=BA=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=8C=96=E6=8C=89=E9=92=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Mac 系统中添加编辑菜单 - 注释掉全屏和还原菜单项 - 移除无边框窗口设置 - 调整搜索框和表格样式 - 优化设置页面布局 --- frontend/src/components/SelectStock.vue | 14 +++++++------- frontend/src/components/settings.vue | 8 ++++---- main.go | 23 ++++++++++++----------- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/frontend/src/components/SelectStock.vue b/frontend/src/components/SelectStock.vue index df54c79..94c5382 100644 --- a/frontend/src/components/SelectStock.vue +++ b/frontend/src/components/SelectStock.vue @@ -128,7 +128,7 @@ function openCenteredWindow(url, width, height) {