From d258f71beb1872fa8a5004e061f03383df270bdc Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 10:24:37 +0800 Subject: [PATCH 1/2] fix: changelog --- .github/workflows/Deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index f0ea340..18d3e20 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -57,6 +57,11 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + + - name: Set up Bun + uses: oven-sh/setup-bun@v1 + with: + bun-version: "latest" - name: Changelog run: bun x changelogithub From 0cd78f230fe0ef02b79e25aa58617c388975cd09 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 3 Dec 2024 11:18:01 +0800 Subject: [PATCH 2/2] fix: pwa color --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2021515..048e5ce 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -31,7 +31,7 @@ export const metadata: Metadata = { appleWebApp: { capable: true, title: customTitle || "NezhaDash", - statusBarStyle: "black-translucent", + statusBarStyle: "default", }, robots: { index: disableIndex ? false : true,