fix: 修复部份 bug (#131)

* fix: 主题模式图标不一致的问题[#125]

* fix: 修复样式问题[#123][#126]

* perf: 优化代码和添加类型
This commit is contained in:
Redon
2023-02-25 22:44:25 +08:00
committed by GitHub
parent 628187f5c3
commit 1406292405
9 changed files with 68 additions and 76 deletions

View File

@@ -19,7 +19,6 @@ export function fetchChatConfig<T = any>() {
})
}
/** 实验性质的函数,用于处理聊天过程中的中间结果 */
export function fetchChatAPIProcess<T = any>(
params: {
prompt: string