no message
This commit is contained in:
parent
82d5058db0
commit
57863e1a71
@ -29,6 +29,7 @@ final class TestsFnSubfileController extends ListController
|
||||
'v2ray_content' => 'v2ray file',
|
||||
'singbox_content' => 'singbox file'
|
||||
],
|
||||
'status_http_page' => '站点页面状态码',
|
||||
'updated_at'=> '更新时间'
|
||||
];
|
||||
|
||||
@ -48,6 +49,10 @@ final class TestsFnSubfileController extends ListController
|
||||
]
|
||||
];
|
||||
|
||||
protected array $aValueStyle = [ // 特定文字渲染样式
|
||||
'200' => "<span class='text-success'>200</span>",
|
||||
];
|
||||
|
||||
protected array $aJsonFields = [ // json字段
|
||||
|
||||
];
|
||||
|
||||
@ -97,7 +97,7 @@ class CmdController
|
||||
|
||||
$sUrl = "https://".$sUrl;
|
||||
|
||||
if ($sUrl = "dd.loc/api/tg/hook") {
|
||||
if ($sUrl == "dd.loc/api/tg/hook") {
|
||||
$sUrl = "http://".$sUrl;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user