From e04e0ccb9c5be312e3c07fb36e3a1d2a45d0e406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Mon, 9 Jun 2025 09:28:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=96=87=E6=9C=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/cliff.toml | 1 + .github/workflows/Compile AHK 2.0 and Release.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/cliff.toml b/.github/cliff.toml index a2f5dae..38e0111 100644 --- a/.github/cliff.toml +++ b/.github/cliff.toml @@ -54,6 +54,7 @@ body = """ footer = """ +[已有 Mirror酱 CDK?点击前往高速下载](https://mirrorchyan.com/zh/projects?rid=DoroHelper&source=doro-gh-release) """ [git] diff --git a/.github/workflows/Compile AHK 2.0 and Release.yml b/.github/workflows/Compile AHK 2.0 and Release.yml index 093d2e7..96fcb14 100644 --- a/.github/workflows/Compile AHK 2.0 and Release.yml +++ b/.github/workflows/Compile AHK 2.0 and Release.yml @@ -176,8 +176,8 @@ jobs: name: ${{ steps.get_version.outputs.VERSION_TAG }} body: | ${{ steps.read_changelog_content.outputs.CHANGELOG_BODY }} - --- - 测试版兼容性较差,请谨慎下载 + ${{ steps.prerelease_check.outputs.IS_PRERELEASE == 'true' && '---' || '' }} + ${{ steps.prerelease_check.outputs.IS_PRERELEASE == 'true' && '测试版兼容性较差,请谨慎下载' || '' }} draft: false prerelease: ${{ steps.prerelease_check.outputs.IS_PRERELEASE }} files: DoroHelper.exe