no message

This commit is contained in:
hellcat 2026-07-04 19:17:24 +08:00
parent 82d5058db0
commit 57863e1a71
2 changed files with 6 additions and 1 deletions

View File

@ -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字段
];

View File

@ -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;
}