feat: Add Feishu OAuth login & consumer-grade MCP

This commit is contained in:
lcx
2025-07-17 17:29:43 +08:00
parent 6ced12af75
commit 217e31787c
@@ -396,7 +396,7 @@ const MemberList = () => {
width: 600,
okText: $t('确认'),
okButtonProps: {
disabled: isActionAllowed(type) || entity?.form !== 'self-build'
disabled: isActionAllowed(type) || (type === 'editMember' && entity?.form !== 'self-build')
},
cancelText: $t('取消'),
closable: true,