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
构建与发布 / 单测与集成测试 (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:
@@ -30,6 +30,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/configure-pages@v5
|
- uses: actions/configure-pages@v5
|
||||||
|
with:
|
||||||
|
enablement: true
|
||||||
|
|
||||||
- name: 上传网站
|
- name: 上传网站
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|||||||
@@ -46,10 +46,6 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="product-shot" aria-label="PeopleLib 应用预览">
|
<section class="product-shot" aria-label="PeopleLib 应用预览">
|
||||||
<div class="window-bar">
|
|
||||||
<span></span><span></span><span></span>
|
|
||||||
<strong>PeopleLib</strong>
|
|
||||||
</div>
|
|
||||||
<img src="screenshots/PeopleLib_bAecy2Izab.png" alt="PeopleLib 本地书库界面">
|
<img src="screenshots/PeopleLib_bAecy2Izab.png" alt="PeopleLib 本地书库界面">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -241,30 +241,6 @@ h1 {
|
|||||||
box-shadow: 0 18px 45px rgba(42, 53, 78, 0.1);
|
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 {
|
.section {
|
||||||
padding: 120px 0;
|
padding: 120px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user