WIP: 嵌入式框架优化调整

This commit is contained in:
砍砍
2024-11-21 22:01:13 +08:00
parent d252de0c5a
commit 561c73f2bf

View File

@@ -102,7 +102,8 @@ extension AFFiNEViewController: IntelligentsButtonDelegate, IntelligentsFocusApe
case .summary:
fatalError("not implemented")
case .chatWithAI:
fatalError("not implemented")
let controller = IntelligentsChatController()
presentIntoCurrentContext(withTargetController: controller)
case .dismiss:
presentIntelligentsButton()
}