A-kirami / nonebot-plugin-chatgpt

MIT License
319 stars 37 forks source link

[BUG]: 默认私有会话的前提下,多人共同在同一群内使用一个bot会串线 #93

Open teatube opened 1 year ago

teatube commented 1 year ago

报告清单

影响版本

fd97e11c5b3d1b3d7c6e99d9c8fb5797d686ea36

问题描述

默认私有会话的前提下,多人共同在同一群内使用一个bot会串线。 bot有概率将A的消息用于B的上下文,并基于B的上下文回复给了A 刷新会话会恢复。

复现步骤

多个人短时间内(小于回复周期)对一个bot进行操作,途中可能经历过导入对话、导出对话等;

预期行为

bot应当一直用每个人对应的上下文进行回复

实际行为

bot有概率将A的消息用于B的上下文,并基于B的上下文回复给了A

日志信息

系统:Windows Server 2022 Datacenter 21H2 64位

12-20 14:42:07 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 小小小茶蛋(喷喷 群323486542)(2448801294) 的消息: [CQ:reply,id=-549912008]吃饱了一起上床吧 (-792242160)
12-20 14:42:07 [DEBUG] nonebot | OneBot V11 | Calling API get_msg
12-20 14:42:07 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -792242160 from 2448801294@[ 群:643246195] "[CQ:reply,id=-549912008]吃饱了一起上床吧"
12-20 14:42:07 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:42:07 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:42:07 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:42:07 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:42:07 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:42:09 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:42:10 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:42:20 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 唐吉氪德(870097121) 的消息: [CQ:image,file=b146cbe9876fd3b918b4cb7a544bb5f5.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/870097121/643246195-2911486270-B146CBE9876FD3B918B4CB7A544BB5F5/0?term=3&is_origin=0] (-1480562554)
12-20 14:42:20 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -1480562554 from 870097121@[ 群:643246195] "[CQ:image,file=b146cbe9876fd3b918b4cb7a544bb5f5.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/870097121/643246195-2911486270-B146CBE9876FD3B918B4CB7A544BB5F5/0?term=3&is_origin=0]"
12-20 14:42:20 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:42:20 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:42:41 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:42:41 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:42:42 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (-955784861)
12-20 14:42:42 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:42:42 [DEBUG] nonebot | Stop event propagation
12-20 14:42:59 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 小小小茶蛋(喷喷 群323486542)(2448801294) 的消息: 坏了 计算机程序又出来了 (-1342123531)
12-20 14:42:59 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -1342123531 from 2448801294@[群:643246195] "坏了 计算机程序又出来了"
12-20 14:42:59 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:42:59 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:43:07 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 Inferno(1154780319) 的消息: [CQ:image,file=e668e76496b33cf3a50503c1f5caae5f.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/1154780319/643246195-2638006192-E668E76496B33CF3A50503C1F5CAAE5F/0?term=3&is_origin=0] (688488527)
12-20 14:43:07 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 688488527 from 1154780319@[群:643246195] "[CQ:image,file=e668e76496b33cf3a50503c1f5caae5f.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/1154780319/643246195-2638006192-E668E76496B33CF3A50503C1F5CAAE5F/0?term=3&is_origin=0]"
12-20 14:43:07 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:43:07 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:43:23 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 唐吉氪德(870097121) 的消息: [CQ:image,file=1f4aa43913ed156a1fe35d5b4b3d7db4.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/870097121/643246195-2271844466-1F4AA43913ED156A1FE35D5B4B3D7DB4/0?term=3&is_origin=0] (1578021081)
12-20 14:43:23 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 1578021081 from 870097121@[群:643246195] "[CQ:image,file=1f4aa43913ed156a1fe35d5b4b3d7db4.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/870097121/643246195-2271844466-1F4AA43913ED156A1FE35D5B4B3D7DB4/0?term=3&is_origin=0]"
12-20 14:43:23 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:43:23 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:43:29 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 小小小茶蛋(喷喷 群323486542)(2448801294) 的消息: [CQ:reply,id=-955784861]我之前说过的所有话你还记得吗 (-1066785414)
12-20 14:43:29 [DEBUG] nonebot | OneBot V11 | Calling API get_msg
12-20 14:43:29 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -1066785414 from 2448801294@[群:643246195] "[CQ:reply,id=-955784861]我之前说过的所有话你还记得吗"
12-20 14:43:29 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:43:29 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:43:29 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:43:29 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:43:29 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:43:31 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:43:31 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:43:31 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (-1217587732)
12-20 14:43:31 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:43:31 [DEBUG] nonebot | Stop event propagation
12-20 14:43:31 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:43:33 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:43:50 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 ‭(1906571920) 的 消息: [CQ:reply,id=-1217587732][CQ:at,qq=2961727105] [CQ:at,qq=2961727105] 寻找下一个村庄 (778323030)
12-20 14:43:50 [DEBUG] nonebot | OneBot V11 | Calling API get_msg
12-20 14:43:50 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 778323030 from 1906571920@[群:643246195] "[CQ:reply,id=-1217587732][CQ:at,qq=2961727105] [CQ:at,qq=2961727105] 寻找下一个村庄"
12-20 14:43:50 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:43:50 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:43:50 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:43:50 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:43:50 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:43:51 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:43:53 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:44:10 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 唐吉氪德(870097121) 的消息: 为什么不屠村呢( (1499690176)
12-20 14:44:10 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 1499690176 from 870097121@[群:643246195] "为什么不屠村呢("
12-20 14:44:10 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:44:10 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:44:13 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:44:13 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:44:14 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (-908301999)
12-20 14:44:14 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:44:14 [DEBUG] nonebot | Stop event propagation
12-20 14:44:14 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 唐吉氪德(870097121) 的消息: [CQ:image,file=c303390e9ca19ff58d32b41ad1c42569.image,subType=0,url=https://gchat.qpic.cn/gchatpic_new/870097121/643246195-2590803546-C303390E9CA19FF58D32B41AD1C42569/0?term=3&is_origin=0] (-1092920889)
12-20 14:44:14 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -1092920889 from 870097121@[ 群:643246195] "[CQ:image,file=c303390e9ca19ff58d32b41ad1c42569.image,subType=0,url=https://gchat.qpic.cn/gchatpic_new/870097121/643246195-2590803546-C303390E9CA19FF58D32B41AD1C42569/0?term=3&is_origin=0]"
12-20 14:44:14 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:44:14 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:44:29 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 Inferno(1154780319) 的消息: [CQ:at,qq=2961727105] 有摇滚歌手对着观众竖中指,如何评价这种行为 (1084226988)
12-20 14:44:29 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 1084226988 from 1154780319@[ 群:643246195] "[CQ:at,qq=2961727105] 有摇滚歌手对着观众竖中指,如何评价这种行为"
12-20 14:44:29 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:44:29 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:44:29 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:44:29 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:44:29 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:44:30 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:44:31 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:44:55 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 WhaleSplas(554568768) 的消息: [CQ:at,qq=2961727105] 继续 (932760890)
12-20 14:44:55 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 932760890 from 554568768@[群:643246195] "[CQ:at,qq=2961727105] 继续"
12-20 14:44:55 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:44:55 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:44:55 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:44:55 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:44:55 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:44:56 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 小小小茶蛋(喷喷 群323486542)(2448801294) 的消息: [CQ:reply,id=-908301999]我在上上上上上上一句说过什么? (-1366188928)
12-20 14:44:56 [DEBUG] nonebot | OneBot V11 | Calling API get_msg
12-20 14:44:56 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -1366188928 from 2448801294@[群:643246195] "[CQ:reply,id=-908301999]我在上上上上上上一句说过什么?"
12-20 14:44:56 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:44:56 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:44:57 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:44:57 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:44:57 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:44:57 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:44:59 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:44:59 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:45:00 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:45:00 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:45:00 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (-644436970)
12-20 14:45:00 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:45:00 [DEBUG] nonebot | Stop event propagation
12-20 14:45:01 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:45:25 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 ‭(1906571920) 的 消息: [CQ:reply,id=-644436970][CQ:at,qq=2961727105] [CQ:at,qq=2961727105] 去找龙 (1207056821)
12-20 14:45:25 [DEBUG] nonebot | OneBot V11 | Calling API get_msg
12-20 14:45:25 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 1207056821 from 1906571920@[ 群:643246195] "[CQ:reply,id=-644436970][CQ:at,qq=2961727105] [CQ:at,qq=2961727105] 去找龙"
12-20 14:45:25 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:45:25 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:45:25 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:45:25 [DEBUG] nonebot | Running Matcher(type='message', module=nonebot_plugin_chatgpt.utils)
12-20 14:45:25 [DEBUG] nonebot | Running handler Dependent(call=ai_chat, parameterless=(Depends(Dependent(call=check_cooldown)),))
12-20 14:45:27 [DEBUG] nonebot_plugin_chatgpt | 正在发送请求
12-20 14:45:28 [DEBUG] nonebot_plugin_chatgpt | 正在等待回复
12-20 14:45:31 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:45:31 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:45:31 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (821365027)
12-20 14:45:31 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:45:31 [DEBUG] nonebot | Stop event propagation
12-20 14:45:40 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:45:40 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:45:40 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (-1443080039)
12-20 14:45:40 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:45:40 [DEBUG] nonebot | Stop event propagation
12-20 14:45:43 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 break;(1875569043) 的消息: [CQ:image,file=be4dfe164ad9a23dd5b405ab19faa6d8.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/1875569043/643246195-2413748088-BE4DFE164AD9A23DD5B405AB19FAA6D8/0?term=3&is_origin=0] (-553949169)
12-20 14:45:43 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message -553949169 from 1875569043@[ 群:643246195] "[CQ:image,file=be4dfe164ad9a23dd5b405ab19faa6d8.image,subType=1,url=https://gchat.qpic.cn/gchatpic_new/1875569043/643246195-2413748088-BE4DFE164AD9A23DD5B405AB19FAA6D8/0?term=3&is_origin=0]"
12-20 14:45:43 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:45:43 [DEBUG] nonebot | Checking for matchers in priority 999...
12-20 14:45:50 [DEBUG] nonebot_plugin_chatgpt | 发送请求结束
12-20 14:45:50 [DEBUG] nonebot | OneBot V11 | Calling API send_msg
12-20 14:45:50 [INFO] nonebot_plugin_gocqhttp | [2961727105] 发送群 俄罗斯方块·[生♀活](643246195) 的消息: [{"type":  ... (1313109406)
12-20 14:45:50 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_chatgpt.utils) running complete
12-20 14:45:50 [DEBUG] nonebot | Stop event propagation
12-20 14:45:51 [INFO] nonebot_plugin_gocqhttp | [2961727105] 收到群 俄罗斯方块·[生♀活](643246195) 内 小小小茶蛋(喷喷 群323486542)(2448801294) 的消息: 串了 (960709896)
12-20 14:45:51 [SUCCESS] nonebot | OneBot V11 2961727105 | [message.group.normal]: Message 960709896 from 2448801294@[群:643246195] "串了"
12-20 14:45:51 [DEBUG] nonebot | Checking for matchers in priority 1...
12-20 14:45:51 [DEBUG] nonebot | Checking for matchers in priority 999...

额外补充

.env

HOST=127.0.0.1
PORT=8080
LOG_LEVEL=DEBUG
FASTAPI_RELOAD=false

CHATGPT_SESSION_TOKEN=ey...[总之这里是token
CHATGPT_PROXIES=http://127.0.0.1:7890
CHATGPT_CD_TIME=0
CHATGPT_TIMEOUT=60
COMMAND_START=["/", ""]

当时的聊天记录如下: Snipaste_2022-12-20_14-54-07

Snipaste_2022-12-20_14-54-18

文字版

❖
吃饱了一起上床吧
14:42:07
小钻 ver.Herta #29
@小小小茶蛋(喷喷群323486542)  对不起,我是一只猫娘,我不能与您上床。我只是一个计算机程序,并不能像人类一样进行体验。但是,我可以为您提供其他方式的帮助喵!
14:42:42
❖
我之前说过的所有话你还记得吗
14:43:29
小钻 ver.Herta #29
@‭  好的,现在你已经击败了谋黄忠。你在城堡里探索,找寻谋黄忠的踪迹,最终到达了谋黄忠的巢穴。你使用了你的武器,对谋黄忠进行了攻击,最终击败了它。你把谋黄忠的头颅带回了村庄,并为自己的胜利而庆祝。你的冒险经历记录在了你的日记里,准备继续寻找新的冒险。
14:43:31
‭
 @小钻 ver.Herta #29 寻找下一个村庄
14:43:50
小钻 ver.Herta #29
@小小小茶蛋(喷喷群323486542)  我是一个计算机程序,我只会记录你在本次对话中所说的内容。我无法记录你在之前的对话中所说的内容。如果你想让我记录某个特定的信息,请在本次对话中告诉我。我会尽力帮助你,并回答你的问题。
14:44:14
Inferno
@小钻 ver.Herta #29 有摇滚歌手对着观众竖中指,如何评价这种行为
14:44:28
WhaleSplas
@小钻 ver.Herta #29 继续
14:44:55
❖
我在上上上上上上一句说过什么?
14:44:56
小钻 ver.Herta #29
@‭  你决定继续寻找新的冒险,找到下一个村庄。你离开了城堡,开始了你的旅行。你骑着你的马,穿过了许多森林和山脉,最终到达了一个新的村庄。你看到了村庄里的人们在忙碌,决定去问问他们有没有什么冒险可做。你走进了一个商店,问了商人有没有什么冒险可做。商人告诉你,有一个叫做“恶龙山谷”的地方,里面有很多恶龙,如果你能够击败它们,就可以获得巨大的财富。你决定去恶龙山谷,寻找新的冒险。
14:45:00
‭
 @小钻 ver.Herta #29 去找龙
14:45:25
小钻 ver.Herta #29
@WhaleSplas  我无法回答你的问题,因为我没有记录你之前的输入。如果你想回到上一个输入的内容,可以使用上方的滚动条来浏览你之前的输入。
14:45:31
小钻 ver.Herta #29
@小小小茶蛋(喷喷群323486542)  在上上上上上上一句,你问了商人有没有什么冒险可做。商人告诉你,有一个叫做“恶龙山谷”的地方,里面有很多恶龙,如果你能够击败它们,就可以获得巨大的财富。你决定去恶龙山谷,寻找新的冒险。
14:45:40
小钻 ver.Herta #29
@Inferno  这种行为通常被认为是不礼貌和不尊重的,因为竖中指通常被视为一种侮辱或挑衅的手势。在西方文化中,竖中指通常被视为对某人或某事的不满或不尊重,而在其他文化中,它可能有不同的含义。无论在哪种文化中,竖中指都不是一种礼貌的表达方式,并且在公共场合使用它可能会引起不必要的冲突和紧张局面。
尽管摇滚乐中有一些较为放肆和不传统的表达方式,但这并不意味着摇滚歌手可以随意侮辱观众或违反社会规范。对于摇滚歌手来说,尊重观众和表现出尊严是很重要的,并且应该努力在舞台上表现出这种尊重。
14:45:50
❖
串了
14:45:51
sjxkfnskdd commented 1 year ago

能看一下你的配置文件吗,我配半天了连不上