From c0003ac0989ede3f86f42b2eef5ed3fb163f1865 Mon Sep 17 00:00:00 2001 From: lofyer Date: Tue, 11 Aug 2026 21:43:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Pages=20=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E5=8F=91=E5=B8=83=E5=B9=B6=E7=B2=BE=E7=AE=80=E6=88=AA?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 2 ++ docs/index.html | 4 ---- docs/styles.css | 24 ------------------------ 3 files changed, 2 insertions(+), 28 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 232c894..2722434 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,6 +30,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/configure-pages@v5 + with: + enablement: true - name: 上传网站 uses: actions/upload-pages-artifact@v3 diff --git a/docs/index.html b/docs/index.html index e6d0434..60bcaf3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,10 +46,6 @@
-
- - PeopleLib -
PeopleLib 本地书库界面
diff --git a/docs/styles.css b/docs/styles.css index d89c223..ab646c1 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -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; }