no message

This commit is contained in:
hellcat 2025-04-07 21:16:27 +08:00
parent 43ffedf78b
commit 1a67af66ef

View File

@ -319,7 +319,7 @@ final class HookController
// /nodeList
if (strpos($sText, '/nodeList') === 0 || strpos($sText, '\/nodeList') === 0) {
$aNodeList = Node::where('type', 1)->get()->toArray();
$aNodeList = Node::where('type', 1)->get()->orderBy('name', 'desc')->toArray();
$sMsg = '';
foreach ($aNodeList as $row) {