refact: 抽象出IChatRobotFactory接口

This commit is contained in:
2023-10-17 22:20:38 +08:00
parent 773ae07ee3
commit 091a07460a
4 changed files with 32 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
@page "/"
@using Frontend.Models
@using Katheryne.Services
@inject KatheryneChatRobotFactory ChatRobotFactory
@using Katheryne.Abstractions
@inject IChatRobotFactory ChatRobotFactory
<Layout>