This commit is contained in:
ikechan8370 2025-03-13 15:54:32 +08:00
parent 116479e34e
commit 54806ee6fb
6 changed files with 265 additions and 15 deletions

View file

@ -18,7 +18,9 @@ class ChatGPTConfig {
// 触发前缀,仅在前缀触发时有效
togglePrefix: '#chat',
// 是否开启调试模式
debug: false
debug: false,
// 一般命令的开头
commandPrefix: '^#chatgpt'
}
/**