mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: 设定列表太长发不出来的问题
This commit is contained in:
parent
a97f01b9d3
commit
b9ed12adb7
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ export class help extends plugin {
|
|||
prompts.push(...[defaultPrompt, defaultSydneyPrompt])
|
||||
prompts.push(...readPrompts())
|
||||
console.log(prompts)
|
||||
e.reply(await makeForwardMsg(e, prompts.map(p => `《${p.name}》\n${limitString(p.content, 500)}`), '设定列表'))
|
||||
e.reply(await makeForwardMsg(e, prompts.map(p => `《${p.name}》\n${limitString(p.content, 100)}`), '设定列表'))
|
||||
}
|
||||
|
||||
async detailPrompt (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue