feat: add allowed models

This commit is contained in:
jialin
2025-10-13 15:21:17 +08:00
parent bcd1a339f9
commit 1fa2124efd
10 changed files with 311 additions and 227 deletions
@@ -45,7 +45,7 @@ const AccessControlModal: React.FC<
closeIcon={true}
maskClosable={false}
keyboard={false}
width={800}
width={600}
footer={
<ModalFooter onOk={handleSumit} onCancel={onCancel}></ModalFooter>
}