mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
Merge branch 'v2' of https://github.com/ikechan8370/chatgpt-plugin into v2
This commit is contained in:
commit
ae14be4cf5
4 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
本README
|
本README
|
||||||
[手册](https://chatgptplugin.ikechan8370.com/)
|
[手册](https://chatgptplugin.ikechan8370.com/)
|
||||||
[文档1(建设中)](https://chatgpt-docs.err0r.top/)
|
[文档1(建设中)](https://chatgpt-docs.err0r.top/)
|
||||||
[插件常见问题(鹤望兰版)](https://www.wolai.com/4FCxxWAdjbrHF29MCJmAQK)
|
[插件常见问题(鹤望兰版)](https://chatgptplugin.ikechan8370.com/guide/)
|
||||||
[Yunzai常见问题(LUCK小运版)](https://www.wolai.com/oA43vuW71aBnv7UsEysn4T)
|
[Yunzai常见问题(LUCK小运版)](https://www.wolai.com/oA43vuW71aBnv7UsEysn4T)
|
||||||
[憨憨博客](https://blog.hanhanz.top/)
|
[憨憨博客](https://blog.hanhanz.top/)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@ export class chatgpt extends plugin {
|
||||||
reg: toggleMode === 'at' ? '^[^#][sS]*' : '^#chat[^gpt][sS]*',
|
reg: toggleMode === 'at' ? '^[^#][sS]*' : '^#chat[^gpt][sS]*',
|
||||||
/** 执行方法 */
|
/** 执行方法 */
|
||||||
fnc: 'chatgpt',
|
fnc: 'chatgpt',
|
||||||
log: true
|
log: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
reg: '^#(chatgpt)?对话列表$',
|
reg: '^#(chatgpt)?对话列表$',
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ export async function makeForwardMsg (e, msg = [], dec = '') {
|
||||||
} else if (e.friend) {
|
} else if (e.friend) {
|
||||||
forwardMsg = await e.friend.makeForwardMsg(forwardMsg)
|
forwardMsg = await e.friend.makeForwardMsg(forwardMsg)
|
||||||
} else {
|
} else {
|
||||||
return false
|
return msg.join('\n')
|
||||||
}
|
}
|
||||||
let forwardMsg_json = forwardMsg.data
|
let forwardMsg_json = forwardMsg.data
|
||||||
if (typeof (forwardMsg_json) === 'object') {
|
if (typeof (forwardMsg_json) === 'object') {
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ const defaultConfig = {
|
||||||
claudeAIUA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',
|
claudeAIUA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',
|
||||||
// trss配置
|
// trss配置
|
||||||
trssBotUin: '',
|
trssBotUin: '',
|
||||||
version: 'v2.7.5'
|
version: 'v2.7.6'
|
||||||
}
|
}
|
||||||
const _path = process.cwd()
|
const _path = process.cwd()
|
||||||
let config = {}
|
let config = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue