Merge branch 'v2-dev' into v2-invite

This commit is contained in:
xiaojunnuo
2026-05-19 22:59:18 +08:00
41 changed files with 194 additions and 71 deletions
@@ -56,6 +56,10 @@ export function findStep(pipeline: any, id: string) {
export async function checkPipelineLimit() {
const settingsStore = useSettingStore();
if (settingsStore.isEnterprise) {
//企业模式不限制
return;
}
if (settingsStore.isComm && settingsStore.suiteSetting.enabled) {
//检查数量是否超限