mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
feat: 发布智能体版
This commit is contained in:
10
app/common/command/tools/agent/ToolsAgentPublish.php
Normal file
10
app/common/command/tools/agent/ToolsAgentPublish.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\agent;
|
||||
|
||||
use base\common\command\tools\agent\ToolsAgentPublishBase;
|
||||
|
||||
class ToolsAgentPublish extends ToolsAgentPublishBase
|
||||
{
|
||||
}
|
||||
|
||||
13
app/common/command/tools/http/ToolsHttpCall.php
Normal file
13
app/common/command/tools/http/ToolsHttpCall.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\http;
|
||||
|
||||
use base\common\command\tools\http\ToolsHttpCallBase;
|
||||
|
||||
class ToolsHttpCall extends ToolsHttpCallBase
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
parent::configure();
|
||||
}
|
||||
}
|
||||
9
app/common/command/tools/log/ToolsLogSearch.php
Normal file
9
app/common/command/tools/log/ToolsLogSearch.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\log;
|
||||
|
||||
use base\common\command\tools\log\ToolsLogSearchBase;
|
||||
|
||||
class ToolsLogSearch extends ToolsLogSearchBase
|
||||
{
|
||||
}
|
||||
9
app/common/command/tools/log/ToolsLogShow.php
Normal file
9
app/common/command/tools/log/ToolsLogShow.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\log;
|
||||
|
||||
use base\common\command\tools\log\ToolsLogShowBase;
|
||||
|
||||
class ToolsLogShow extends ToolsLogShowBase
|
||||
{
|
||||
}
|
||||
9
app/common/command/tools/log/ToolsLogStats.php
Normal file
9
app/common/command/tools/log/ToolsLogStats.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\log;
|
||||
|
||||
use base\common\command\tools\log\ToolsLogStatsBase;
|
||||
|
||||
class ToolsLogStats extends ToolsLogStatsBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user