mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
cdd980112d
commit
be53afe6b4
@ -494,6 +494,9 @@ class BotReceiveMsgTask extends AbstractTask
|
||||
$webhookUrl = "{$serverUrl}/ai/chat";
|
||||
} else {
|
||||
// 用户机器人
|
||||
if (str_starts_with($command, '/')) {
|
||||
return;
|
||||
}
|
||||
$userBot = UserBot::whereBotId($botUser->userid)->first();
|
||||
$webhookUrl = $userBot?->webhook_url;
|
||||
}
|
||||
|
||||
2
resources/assets/sass/pages/page-apply.scss
vendored
2
resources/assets/sass/pages/page-apply.scss
vendored
@ -386,6 +386,8 @@
|
||||
margin-bottom: 12px;
|
||||
> p {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
word-break: break-all;
|
||||
> span {
|
||||
opacity: 0.8;
|
||||
padding-right: 6px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user