refact: 抽象出IChatRobotFactory接口
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@page "/"
|
||||
@using Frontend.Models
|
||||
@using Katheryne.Services
|
||||
@inject KatheryneChatRobotFactory ChatRobotFactory
|
||||
@using Katheryne.Abstractions
|
||||
@inject IChatRobotFactory ChatRobotFactory
|
||||
|
||||
|
||||
<Layout>
|
||||
|
Reference in New Issue
Block a user