easydu2002 / chat_gpt_oicq

ChatGPT qq机器人 谁不想拥有一只可爱的猫娘呢~
MIT License
284 stars 38 forks source link

功能请求:希望可以使用ipad协议登录qq,这样在机器人运行时,管理者也能实现登录qq。 #21

Closed tim20040723 closed 1 year ago

tim20040723 commented 1 year ago

请求动机 简要描述,当前遇见了什么情况,使得你想要一个新的功能?

方法描述 简要描述,你想要什么样的功能来解决你的困难?

备用方案(可选) 如果上述方案因为各种原因无法实现,你是否有其他的备选方案?

额外描述(可选) 更详细的背景描述,技术建议,对代码的直接评论和引用。

easydu2002 commented 1 year ago

已加~

easydu2002 commented 1 year ago
"oicq": {
    "platform": 5
},

通过config.json的oicq.platform可以设置不同平台,1:安卓手机(默认) 2:aPad 3:安卓手表 4:MacOS 5:iPad 也可以删掉后从交互式命令行中设置~

tim20040723 commented 1 year ago

谢谢大佬

tim20040723 commented 1 year ago

发现在添加协议功能后,official identity 功能异常。在之前版本是能正常使用的。在更新后,我尝试在config.json下修改identity,发现start.bat无法正常运行。只有当identity[]括号内为空时,才能正常启动start.bat。在管理员qq界面发送/official identity 也无法修改identity。以上现象多次尝试过删除version-local文件无用。 新的请求:如果可行,是否能实现每个群聊间相互独立会话。

easydu2002 commented 1 year ago

start.bat无法正常运行

界面有什么提示吗

是否能实现每个群聊间相互独立会话。

后续会加类似的功能

tim20040723 commented 1 year ago

闪退,在config.json中一旦在identity[]的[]括号中输入内容,即会闪退  

查无此人 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年12月31日(星期六) 上午9:43 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [easydu2002/chat_gpt_oicq] 功能请求:希望可以使用ipad协议登录qq,这样在机器人运行时,管理者也能实现登录qq。 (Issue #21)

start.bat无法正常运行

界面有什么提示吗

是否能实现每个群聊间相互独立会话。

后续会加类似的功能

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tim20040723 commented 1 year ago

QQ图片20221231095918 (2)

tim20040723 commented 1 year ago

啊又犯蠢了,谢谢  

查无此人 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年12月31日(星期六) 上午10:37 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [easydu2002/chat_gpt_oicq] 功能请求:希望可以使用ipad协议登录qq,这样在机器人运行时,管理者也能实现登录qq。 (Issue #21)

是不是中文没带双引号..... 可以发下设置的啥,或者从cmd中运行start.cmd可以看到错误信息

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

easydu2002 commented 1 year ago

启动报错是不是中文没带双引号..... 可以发下设置的啥,或者从cmd中运行start.cmd可以看到错误信息

然后命令无效确实有这情况,稍后修复

tim20040723 commented 1 year ago

确实是没有带双引号,已解决。命令也确实无效,谢谢解答  

查无此人 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年12月31日(星期六) 上午10:50 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [easydu2002/chat_gpt_oicq] 功能请求:希望可以使用ipad协议登录qq,这样在机器人运行时,管理者也能实现登录qq。 (Issue #21)

启动报错是不是中文没带双引号..... 可以发下设置的啥,或者从cmd中运行start.cmd可以看到错误信息

然后命令无效确实有这情况,稍后修复

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

easydu2002 commented 1 year ago

已经修复~

easydu2002 commented 1 year ago

目前版本 /official命令仍存在一些问题,下个版本会专门优化一下~