mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: 乱七八糟的的统计词云
This commit is contained in:
parent
7f773dcfc4
commit
3cfbe9eae7
7 changed files with 188 additions and 4 deletions
|
|
@ -91,7 +91,7 @@ export class history extends plugin {
|
|||
await e.reply('无聊天记录', e.isGroup)
|
||||
return true
|
||||
}
|
||||
await e.reply(await render(e, 'chatgpt-plugin', 'content/History/index', {
|
||||
await render(e, 'chatgpt-plugin', 'content/History/index', {
|
||||
version: Config.version,
|
||||
user: {
|
||||
qq: queryUser,
|
||||
|
|
@ -102,7 +102,7 @@ export class history extends plugin {
|
|||
name: Bot.nickname
|
||||
},
|
||||
chat
|
||||
}, {}))
|
||||
}, {})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue