From d6b9e5841527a6bf332d51033ef91fa5910f2d7f Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Sat, 2 May 2026 00:12:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=B9=B6=E6=9B=B4=E6=96=B0README=E5=92=8CCI=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除不作为主分支的议题模板 在README中添加关于本net462分支的重要说明 将CI工作流中的构建配置从Debug改为Release Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-bug_report.yml | 66 ------------------- .github/ISSUE_TEMPLATE/02-feature_request.yml | 44 ------------- .github/ISSUE_TEMPLATE/03-bug_report.md | 36 ---------- .github/ISSUE_TEMPLATE/04-feature_request.md | 23 ------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/workflows/dotnet-desktop.yml | 2 +- README.md | 6 ++ 7 files changed, 7 insertions(+), 171 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/01-bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/02-feature_request.yml delete mode 100644 .github/ISSUE_TEMPLATE/03-bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/04-feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/01-bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug_report.yml deleted file mode 100644 index 98f56b0b..00000000 --- a/.github/ISSUE_TEMPLATE/01-bug_report.yml +++ /dev/null @@ -1,66 +0,0 @@ -name: Bug 报告 | Bug Report -description: 反馈软件缺陷或异常 | Report a bug to help us improve -type: Bug -body: - - type: markdown - attributes: - value: | - 感谢你的反馈!请详细填写以下内容,便于我们定位问题。 - Thank you for your feedback! Please fill out the following information to help us locate the issue. - - 在报告问题之前,请确保你的软件已经更新到最新Beta版本,否则我们可能会无条件直接关闭该Issue,感谢配合! - Before reporting the issue, please make sure your software has been updated to the latest Beta version. Otherwise, we may unconditionally close this Issue without any further notice. Thank you for your cooperation! - - type: input - id: version - attributes: - label: 软件版本 | App Version - description: 可在设置中的“关于”界面查看 | You can find it on the "About" interface in the settings - placeholder: 例如 v1.2.3 | e.g. v1.2.3 - validations: - required: true - - type: input - id: os - attributes: - label: 操作系统及版本 | OS & Version - placeholder: 例如 Windows 10 22H2 64位 | e.g. Windows 10 22H2 64bit - validations: - required: true - - type: textarea - id: description - attributes: - label: 问题描述 | Description - description: 简要描述遇到的问题 | Briefly describe the problem - validations: - required: true - - type: textarea - id: steps - attributes: - label: 复现步骤 | Steps to Reproduce - description: 如何复现该问题?如有必要可附截图/录屏/触发该问题的文件 | How to reproduce this bug? Screenshots/recordings/specific files if needed - placeholder: | - 1. - 2. - 3. - validations: - required: true - - type: textarea - id: expected - attributes: - label: 期望结果 | Expected Behavior - description: 你期望的正确行为或结果 | What did you expect to happen? - validations: - required: true - - type: textarea - id: extra - attributes: - label: 其他补充信息 | Additional Info - description: 其他相关信息(如日志文件、崩溃日志文件、配置文件、特殊环境等)| Any other context, logs, crash logs, configs, special environment, etc. - validations: - required: false - - type: upload - id: files - attributes: - label: 上传有关文件 | Upload relevant files - description: "你可以在此处上传相关文件 | You can upload relevant files here." - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature_request.yml deleted file mode 100644 index 1853437d..00000000 --- a/.github/ISSUE_TEMPLATE/02-feature_request.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: 功能请求 | Feature Request -description: 提出你对本项目的功能建议 | Suggest an idea for this project -type: Feature -body: - - type: markdown - attributes: - value: | - 感谢你的建议!请详细描述你的需求。 - Thank you for your suggestion! Please describe your needs in detail. - - type: textarea - id: description - attributes: - label: 功能描述 | Description - description: 请描述你希望添加的功能 | Describe the feature you want - validations: - required: true - - type: textarea - id: motivation - attributes: - label: 需求动机 | Motivation - description: 为什么需要这个功能?| Why do you need this feature? - validations: - required: true - - type: textarea - id: design - attributes: - label: 期望设计 | Expected Design - description: (可选)描述或画出你期望的界面或交互 | (Optional) Describe or sketch the expected UI/UX - validations: - required: false - - type: textarea - id: extra - attributes: - label: 其他补充信息 | Additional Info - description: 其他补充说明或建议 | Any other context or suggestions - validations: - required: false - - type: upload - id: files - attributes: - label: 上传有关文件 | Upload relevant files - description: "你可以在此处上传相关文件 | You can upload relevant files here." - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/03-bug_report.md b/.github/ISSUE_TEMPLATE/03-bug_report.md deleted file mode 100644 index 0627c2d3..00000000 --- a/.github/ISSUE_TEMPLATE/03-bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: (Markdown Template) Bug 报告 | Bug Report -about: 反馈软件缺陷或异常 | Report a bug to help us improve -title: "[Version x.x.x] " -type: Bug ---- - - - - - - - - - -### 软件版本 | App Version (必填 | Required) - - - -### 操作系统及版本 | OS & Version (必填 | Required) - - -### 问题描述 | Description (必填 | Required) - - -### 复现步骤 | Steps to Reproduce (必填 | Required) - -1. -2. -3. - -### 期望结果 | Expected Behavior (必填 | Required) - - -### 其他补充信息 | Additional Info (可选 | Optional) - diff --git a/.github/ISSUE_TEMPLATE/04-feature_request.md b/.github/ISSUE_TEMPLATE/04-feature_request.md deleted file mode 100644 index 8d5d06a2..00000000 --- a/.github/ISSUE_TEMPLATE/04-feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: (Markdown Template) 功能请求 | Feature Request -about: 提出你对本项目的功能建议 | Suggest an idea for this project -title: "[Feature Request] " -type: Feature ---- - - - - - - -### 功能描述 | Description (必填 | Required) - - -### 需求动机 | Motivation (必填 | Required) - - -### 期望设计 | Expected Design (可选 | Optional) - - -### 其他补充信息 | Additional Info (可选 | Optional) - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0c..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 913b0816..61ab5e18 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -38,7 +38,7 @@ jobs: - name: Build the Solution env: DLASS_SENTRY_DSN: ${{ secrets.DLASS_SENTRY_DSN }} - run: msbuild /p:platform="${{ matrix.architecture }}" /p:configuration="Debug" /p:GitFlow="$GITFLOW" "Ink Canvas/InkCanvasForClass.csproj" /m /p:UseMultiToolTask=true /p:EnforceProcessCountAcrossBuilds=true /verbosity:minimal -maxcpucount /p:RunAnalyzers=false + run: msbuild /p:platform="${{ matrix.architecture }}" /p:configuration="Release" /p:GitFlow="$GITFLOW" "Ink Canvas/InkCanvasForClass.csproj" /m /p:UseMultiToolTask=true /p:EnforceProcessCountAcrossBuilds=true /verbosity:minimal -maxcpucount /p:RunAnalyzers=false - name: Check if exe file is generated id: check-exe diff --git a/README.md b/README.md index 7295f579..8177af23 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ +> [!IMPORTANT] +> 该分支 `net462` 为 `net6` 分支的微调,使其在 .Net Framework 4.6.2 以及以上版本上运行。 +> 受 .Net Framework 版本的限制,该版本 InkCanvasForClass 不支持插件功能。 +> 由于该版本不受正式支持,仅在该平台上发生的 Bug 将大概率不会被修复。 +> 如果您在使用该版本时遇到任何问题,请前往使用 `net6` 分支的软件构建,感谢您的理解。 + ## 💫 软件说明 使用该版本 InkCanvasForClass,意味着您同意自行承担任何可能存在的问题与风险。建议不要在公众场合(例如公开课,录播课,线上直播课,大型会议)使用未经广泛测试和优化的 Beta 版本,对使用 Beta 版本而带来的任何问题和风险(例如:被班主任批斗,被校长处罚,崩溃而导致的场面混乱,全球海平面上升等),**将由使用者自行承担**,[CJKmkp](https://github.com/CJKmkp) 及其项目的所有维护者不提供任何担保。