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
b110531135
commit
20469346ec
1 changed files with 2 additions and 1 deletions
|
|
@ -411,7 +411,8 @@ export class help extends plugin {
|
|||
output += `| 【${c.title}】 | ${maskQQ(c.qq)} | ${c.createTime} | ${c.r18} | ${c.use}|\n`
|
||||
})
|
||||
output += '**************************************************************************\n'
|
||||
output += ` 当前为第${pageable.pageNumber + 1}页,共${totalElements}个设定`
|
||||
output += ` 当前为第${pageable.pageNumber + 1}页,共${totalElements}个设定\n`
|
||||
output += ` 您可以使用#chatgpt浏览设定页码${pageable.pageNumber + 2}跳转到第${pageable.pageNumber + 2}页\n`
|
||||
await this.reply(output)
|
||||
} else {
|
||||
await this.reply('查询失败:' + await response.text())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue