feat: 统一应用品牌图标并修复 macOS 打包路径

This commit is contained in:
电摇小子
2026-07-14 11:07:35 +08:00
parent ce4b00bcd9
commit aebf56b3f7
10 changed files with 36 additions and 35 deletions
+7 -18
View File
@@ -59,27 +59,16 @@ body {
display: grid;
place-items: center;
border: 0;
border-radius: var(--wxex-radius-md);
background: var(--wxex-brand);
color: #ffffff;
border-radius: 12px;
background: transparent;
-webkit-app-region: no-drag;
}
.app-brand svg {
width: 34px;
height: 34px;
}
.app-brand path {
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.app-brand circle {
fill: currentColor;
.app-brand img {
display: block;
width: 42px;
height: 42px;
border-radius: 12px;
}
.primary-navigation {