fix: 修复 Pages 首次发布并精简截图
构建与发布 / 单测与集成测试 (push) Waiting to run
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, linux, ubuntu-24.04-arm) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, macos, macos-15) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, linux, ubuntu-24.04) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, windows, windows-2025) (push) Blocked by required conditions
发布网站 / 部署 GitHub Pages (push) Waiting to run
构建与发布 / 发布 GitHub Release (push) Blocked by required conditions

This commit is contained in:
lofyer
2026-08-11 21:43:34 +08:00
parent c9e3d30b33
commit c0003ac098
3 changed files with 2 additions and 28 deletions
-24
View File
@@ -241,30 +241,6 @@ h1 {
box-shadow: 0 18px 45px rgba(42, 53, 78, 0.1);
}
.window-bar {
display: flex;
align-items: center;
gap: 7px;
height: 42px;
padding: 0 15px;
border-bottom: 1px solid #e6eaf1;
background: #fbfcfe;
}
.window-bar span {
width: 9px;
height: 9px;
border-radius: 50%;
background: #d6dce8;
}
.window-bar strong {
margin: 0 auto 0 -33px;
color: #8b95a7;
font-size: 12px;
font-weight: 600;
}
.section {
padding: 120px 0;
}