mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
WIP: 嵌入式框架优化调整
This commit is contained in:
@@ -102,7 +102,8 @@ extension AFFiNEViewController: IntelligentsButtonDelegate, IntelligentsFocusApe
|
|||||||
case .summary:
|
case .summary:
|
||||||
fatalError("not implemented")
|
fatalError("not implemented")
|
||||||
case .chatWithAI:
|
case .chatWithAI:
|
||||||
fatalError("not implemented")
|
let controller = IntelligentsChatController()
|
||||||
|
presentIntoCurrentContext(withTargetController: controller)
|
||||||
case .dismiss:
|
case .dismiss:
|
||||||
presentIntelligentsButton()
|
presentIntelligentsButton()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user