mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-22 08:57:44 +08:00
refactor: 重构部分图表为插件形式
This commit is contained in:
@@ -31,13 +31,7 @@ export type { MembersPaginationParams, MembersPaginatedResult } from './basic'
|
||||
|
||||
// 高级分析
|
||||
export {
|
||||
getRepeatAnalysis,
|
||||
getCatchphraseAnalysis,
|
||||
getNightOwlAnalysis,
|
||||
getDragonKingAnalysis,
|
||||
getDivingAnalysis,
|
||||
getCheckInAnalysis,
|
||||
getMemeBattleAnalysis,
|
||||
getMentionAnalysis,
|
||||
getMentionGraph,
|
||||
getLaughAnalysis,
|
||||
@@ -62,7 +56,7 @@ export {
|
||||
export type { MessageResult, PaginatedMessages, MessagesWithTotal } from './messages'
|
||||
|
||||
// SQL 实验室
|
||||
export { executeRawSQL, getSchema } from './sql'
|
||||
export { executeRawSQL, getSchema, executePluginQuery } from './sql'
|
||||
export type { SQLResult, TableSchema } from './sql'
|
||||
|
||||
// 会话索引
|
||||
|
||||
Reference in New Issue
Block a user