-
优化
{updateInfo.releaseNotes ? (
) : (
diff --git a/src/pages/SettingsPage.tsx b/src/pages/SettingsPage.tsx
index 7f36e75..ae49e8e 100644
--- a/src/pages/SettingsPage.tsx
+++ b/src/pages/SettingsPage.tsx
@@ -2061,7 +2061,6 @@ function SettingsPage({ onClose }: SettingsPageProps = {}) {
{isCheckingUpdate ? '检查中...' : '检查更新'}
-
)}
From bdc7f8a8a841e409f03b5cca0799557add00ed95 Mon Sep 17 00:00:00 2001
From: xuncha <1658671838@qq.com>
Date: Sat, 14 Mar 2026 15:40:44 +0800
Subject: [PATCH 10/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=93=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/release.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 58b8b58..477da32 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,6 +8,9 @@ on:
permissions:
contents: write
+env:
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
+
jobs:
release-mac-arm64:
runs-on: macos-14
@@ -21,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
- node-version: 22.12
+ node-version: 24
cache: "npm"
- name: Install Dependencies
@@ -73,7 +76,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
- node-version: 22.12
+ node-version: 24
cache: 'npm'
- name: Install Dependencies
From 009a0d64b82952562c59da4122a607d86b02d470 Mon Sep 17 00:00:00 2001
From: xuncha <1658671838@qq.com>
Date: Sat, 14 Mar 2026 15:58:50 +0800
Subject: [PATCH 11/11] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=89=93=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/release.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 477da32..c46b41b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,12 +17,12 @@ jobs:
steps:
- name: Check out git repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
node-version: 24
cache: "npm"
@@ -69,12 +69,12 @@ jobs:
steps:
- name: Check out git repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
node-version: 24
cache: 'npm'