From 159fb8cd3a7787db9c17e346128c3c190c2f57fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 14 Nov 2025 13:05:29 +0800 Subject: [PATCH] Rename workflow job from Build-LiteLoader to Build-Framework Updated workflow job names and dependencies in auto-release.yml, build.yml, and release.yml from 'Build-LiteLoader' to 'Build-Framework' for clarity and consistency. Also updated bug report template to reference version location in WebUI instead of settings page. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/auto-release.yml | 4 ++-- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4853bf9b..1763651e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -30,7 +30,7 @@ body: id: napcat-version attributes: label: NapCat 版本 - description: 可在 LiteLoaderQQNT 的设置页或是 QQNT 的设置页侧栏中找到 + description: 可在 WebUI 的「系统信息」页中找到 placeholder: 1.0.0 validations: required: true diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index de03b405..a95007d4 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -14,7 +14,7 @@ env: RELEASE_NAME: "NapCat" jobs: - Build-LiteLoader: + Build-Framework: runs-on: ubuntu-latest steps: - name: Clone Main Repository @@ -148,7 +148,7 @@ jobs: path: NapCat.Shell.Windows.Node release-napcat: - needs: [Build-LiteLoader, Build-Shell, Download-QNX64] + needs: [Build-Framework, Build-Shell, Download-QNX64] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab4ce0d2..8fc07c56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: permissions: write-all jobs: - Build-LiteLoader: + Build-Framework: runs-on: ubuntu-latest steps: - name: Clone Main Repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e5b6ab4..f685f5bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: permissions: write-all jobs: - Build-LiteLoader: + Build-Framework: runs-on: ubuntu-latest steps: - name: Clone Main Repository @@ -57,7 +57,7 @@ jobs: path: shell-dist release-napcat: - needs: [Build-LiteLoader, Build-Shell] + needs: [Build-Framework, Build-Shell] runs-on: ubuntu-latest steps: - name: Download All Artifact