From deccb6bf84380e822d0962c2b212a84f4cd85f37 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Thu, 16 Oct 2025 22:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Deditor=E5=86=8Dci=E4=B8=8A?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 4 ++-- packages/editor-app/src/components/AboutDialog.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index 886a0acd..6d80d52b 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -93,8 +93,8 @@ jobs: TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }} with: projectPath: packages/editor-app - tagName: ${{ github.event.inputs.version || github.ref_name }} - releaseName: 'ECS Editor ${{ github.event.inputs.version || github.ref_name }}' + tagName: ${{ github.event_name == 'workflow_dispatch' && format('editor-v{0}', github.event.inputs.version) || github.ref_name }} + releaseName: 'ECS Editor v${{ github.event.inputs.version || github.ref_name }}' releaseBody: 'See the assets to download this version and install.' releaseDraft: false prerelease: false diff --git a/packages/editor-app/src/components/AboutDialog.tsx b/packages/editor-app/src/components/AboutDialog.tsx index 166b2da5..a894496f 100644 --- a/packages/editor-app/src/components/AboutDialog.tsx +++ b/packages/editor-app/src/components/AboutDialog.tsx @@ -150,7 +150,7 @@ export function AboutDialog({ onClose, locale = 'en' }: AboutDialogProps) {

ECS Framework Editor

- {t('version')}: {version} + {t('version')}: Editor {version}

{t('description')}