diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index 8c52224..8f2368e 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -69,7 +69,7 @@ body: attributes: label: 软件版本/分支 options: - - v0.4.2 + - v0.5.0 - main - dev - 其他 diff --git a/.gitee/ISSUE_TEMPLATE/chore.yml b/.gitee/ISSUE_TEMPLATE/chore.yml index 50f2a1f..3b4f317 100644 --- a/.gitee/ISSUE_TEMPLATE/chore.yml +++ b/.gitee/ISSUE_TEMPLATE/chore.yml @@ -11,7 +11,7 @@ body: attributes: label: 任务标题 description: 简要描述维护内容 - placeholder: "如:升级 JDK 版本" + placeholder: "如: 升级 JDK 版本" validations: required: true @@ -20,6 +20,6 @@ body: attributes: label: 任务详情 description: 描述执行步骤或相关脚本命令 - placeholder: "如:修改 pom.xml…" + placeholder: "如: 修改 pom.xml…" validations: required: false diff --git a/.gitee/ISSUE_TEMPLATE/enhancement.yml b/.gitee/ISSUE_TEMPLATE/enhancement.yml index 498eda1..3623c6d 100644 --- a/.gitee/ISSUE_TEMPLATE/enhancement.yml +++ b/.gitee/ISSUE_TEMPLATE/enhancement.yml @@ -20,7 +20,7 @@ body: attributes: label: 优化方案 description: 详细描述改进思路与实现方式 - placeholder: "如:缓存机制、算法优化…" + placeholder: "如: 缓存机制、算法优化…" validations: required: true @@ -29,6 +29,6 @@ body: attributes: label: 预期收益 description: 描述优化后带来的效益或体验提升 - placeholder: "如:响应时间缩短 30%…" + placeholder: "如: 响应时间缩短 30%…" validations: required: false diff --git a/.gitee/ISSUE_TEMPLATE/hotfix.yml b/.gitee/ISSUE_TEMPLATE/hotfix.yml index eb98fc4..7e5d25b 100644 --- a/.gitee/ISSUE_TEMPLATE/hotfix.yml +++ b/.gitee/ISSUE_TEMPLATE/hotfix.yml @@ -32,6 +32,6 @@ body: attributes: label: 修复截止日期 description: 填写计划完成的日期 (YYYY-MM-DD) - placeholder: "例如:2025-06-20" + placeholder: "例如: 2025-06-20" validations: required: false diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml index fdbed9a..1cfa5fd 100644 --- a/.gitee/ISSUE_TEMPLATE/question.yml +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -20,7 +20,7 @@ body: attributes: label: 已尝试方法 description: 列出已尝试过的解决方案或思路 - placeholder: "如:查阅文档、尝试示例代码…" + placeholder: "如: 查阅文档、尝试示例代码…" validations: required: false @@ -29,6 +29,6 @@ body: attributes: label: 期望答案 description: 描述希望获得的解答或帮助方向 - placeholder: "如:最佳实践、配置示例…" + placeholder: "如: 最佳实践、配置示例…" validations: required: false diff --git a/.gitee/ISSUE_TEMPLATE/refactor.yml b/.gitee/ISSUE_TEMPLATE/refactor.yml index fb575fd..6814f9f 100644 --- a/.gitee/ISSUE_TEMPLATE/refactor.yml +++ b/.gitee/ISSUE_TEMPLATE/refactor.yml @@ -20,7 +20,7 @@ body: attributes: label: 重构原因 description: 说明当前存在的痛点或待改进之处 - placeholder: "如:变量命名不规范、函数职责过多…" + placeholder: "如: 变量命名不规范、函数职责过多…" validations: required: true @@ -29,6 +29,6 @@ body: attributes: label: 预期效果 description: 说明重构后带来的好处或验证方式 - placeholder: "如:提高性能、增强可读性…" + placeholder: "如: 提高性能、增强可读性…" validations: required: false diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index 711fceb..d66285d 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -3,14 +3,14 @@ https://gitee.com/jcnc-org/snow/blob/main/doc/Git-Management/Git-Management.md 提交 PR 后,请根据实际情况删除不适用的项。 -1. 请在右侧面板中: +1. 请在右侧面板中: - 关联 Issue - 选择 PR 类型(bug 修复 / 新功能 / 文档 / 优化 等) - 添加必要的标签和审查人 - 请添加里程碑 - 如必要请设置优先级 -2. 在下面的“检查清单”里,用 `- [x]` 标记已完成,用 `- [ ]` 标记未完成。例如: +2. 在下面的“检查清单”里,用 `- [x]` 标记已完成,用 `- [ ]` 标记未完成。例如: - [x] 已阅读并遵守项目规范 - [ ] 本地通过所有测试 - [ ] 文档已更新(如有必要) diff --git a/.gitignore b/.gitignore index 21e01df..77c9d91 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ target/ ### Snow 虚拟机指令 ### *.water +/.lingma/ diff --git a/.run/Bug1.run.xml b/.run/Bug1.run.xml index f9c6da7..3c8e9ce 100644 --- a/.run/Bug1.run.xml +++ b/.run/Bug1.run.xml @@ -4,12 +4,6 @@