From 3a0067db09411a445626a15cebfd8c5c387fab4a Mon Sep 17 00:00:00 2001 From: whitelonng Date: Tue, 14 Jul 2026 00:02:09 +0800 Subject: [PATCH 1/2] docs: add website link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89741b1..fab7b81 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@

English · + 官网 · 安装方法 · 使用方法

From 8b968f126b0daa301ac333ac743586b8a1c693af Mon Sep 17 00:00:00 2001 From: whitelonng Date: Tue, 14 Jul 2026 00:07:34 +0800 Subject: [PATCH 2/2] fix: preserve lowercase mode commands --- .github/workflows/deploy-website.yml | 2 +- website/docs.css | 1 + website/styles.css | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 7897d61..e2f49b8 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -22,7 +22,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - uses: actions/checkout@v6 - - uses: actions/configure-pages@v5 + - uses: actions/configure-pages@v6 - uses: actions/upload-pages-artifact@v4 with: path: website diff --git a/website/docs.css b/website/docs.css index 963503a..10542c1 100644 --- a/website/docs.css +++ b/website/docs.css @@ -501,6 +501,7 @@ margin: 12px 0 11px; color: var(--docs-text); font-size: 32px; + text-transform: none; } .mode-guide p { diff --git a/website/styles.css b/website/styles.css index 9c02e34..ae92859 100644 --- a/website/styles.css +++ b/website/styles.css @@ -886,7 +886,7 @@ h1 .orange { font-size: 27px; line-height: 0.9; letter-spacing: -0.02em; - text-transform: uppercase; + text-transform: none; } .mode-tabs small { @@ -937,7 +937,7 @@ h1 .orange { color: var(--orange); font-size: 10px; letter-spacing: 0.18em; - text-transform: uppercase; + text-transform: none; } .mode-panel h3 { @@ -2222,6 +2222,7 @@ html[data-theme="light"] .site-footer p { margin: 48px 0 14px; font-size: 34px; line-height: 0.9; + text-transform: none; } .mode-guide-home p {