fix: 修复创建流水线报id不能为空的bug

This commit is contained in:
xiaojunnuo
2025-11-11 00:15:09 +08:00
parent acdf0912d4
commit aac569a925
6 changed files with 13 additions and 5 deletions
@@ -98,4 +98,6 @@ export default {
already_comm: "Already Business Edition, can't change to Professional Edition",
already_perpetual_plus: "You already have a perpetual Professional Edition, can't upgrade",
confirm: "Confirm",
not_effective: "Not effective?",
learn_more: "More privileges",
};
@@ -97,4 +97,6 @@ export default {
already_comm: "已经是商业版了,不能降级为专业版",
already_perpetual_plus: "您已经是永久专业版了,无法继续升级",
confirm: "确认",
not_effective: "没有生效?",
learn_more: "更多特权(加VIP群等)",
};